File tree
9 files changed
+80
-16
lines changedFilter options
- doc/src/sgml
- src
- backend
- access/heap
- catalog
- utils
- activity
- adt
- include
- catalog
- test/regress/expected
9 files changed
+80
-16
lines changeddoc/src/sgml/monitoring.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/monitoring.sgml+23-5Lines changed: 23 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4789 | 4789 |
|
4790 | 4790 |
|
4791 | 4791 |
|
4792 |
| - |
| 4792 | + |
4793 | 4793 |
|
4794 | 4794 |
|
4795 | 4795 |
|
| ||
4798 | 4798 |
|
4799 | 4799 |
|
4800 | 4800 |
|
4801 |
| - |
| 4801 | + |
| 4802 | + |
| 4803 | + |
| 4804 | + |
4802 | 4805 |
|
4803 | 4806 |
|
4804 | 4807 |
|
| ||
4807 | 4810 |
|
4808 | 4811 |
|
4809 | 4812 |
|
4810 |
| - |
| 4813 | + |
4811 | 4814 |
|
4812 | 4815 |
|
4813 | 4816 |
|
| ||
4816 | 4819 |
|
4817 | 4820 |
|
4818 | 4821 |
|
4819 |
| - |
4820 |
| - |
| 4822 | + |
| 4823 | + |
| 4824 | + |
| 4825 | + |
| 4826 | + |
| 4827 | + |
| 4828 | + |
| 4829 | + |
| 4830 | + |
| 4831 | + |
| 4832 | + |
| 4833 | + |
| 4834 | + |
| 4835 | + |
| 4836 | + |
| 4837 | + |
| 4838 | + |
4821 | 4839 |
|
4822 | 4840 |
|
4823 | 4841 |
|
|
src/backend/access/heap/heapam.c
Copy file name to clipboardExpand all lines: src/backend/access/heap/heapam.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3803 | 3803 |
|
3804 | 3804 |
|
3805 | 3805 |
|
3806 |
| - |
| 3806 | + |
3807 | 3807 |
|
3808 | 3808 |
|
3809 | 3809 |
|
|
src/backend/catalog/system_views.sql
Copy file name to clipboardExpand all lines: src/backend/catalog/system_views.sql+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
665 | 665 |
|
666 | 666 |
|
667 | 667 |
|
| 668 | + |
668 | 669 |
|
669 | 670 |
|
670 | 671 |
|
| ||
696 | 697 |
|
697 | 698 |
|
698 | 699 |
|
699 |
| - |
| 700 | + |
| 701 | + |
700 | 702 |
|
701 | 703 |
|
702 | 704 |
|
|
src/backend/utils/activity/pgstat_relation.c
Copy file name to clipboardExpand all lines: src/backend/utils/activity/pgstat_relation.c+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
373 | 373 |
|
374 | 374 |
|
375 | 375 |
|
376 |
| - |
| 376 | + |
377 | 377 |
|
| 378 | + |
| 379 | + |
378 | 380 |
|
379 | 381 |
|
380 | 382 |
|
381 | 383 |
|
382 | 384 |
|
383 | 385 |
|
384 | 386 |
|
385 |
| - |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
386 | 391 |
|
387 | 392 |
|
| 393 | + |
| 394 | + |
388 | 395 |
|
389 | 396 |
|
390 | 397 |
|
| ||
804 | 811 |
|
805 | 812 |
|
806 | 813 |
|
| 814 | + |
807 | 815 |
|
808 | 816 |
|
809 | 817 |
|
|
src/backend/utils/adt/pgstatfuncs.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/pgstatfuncs.c+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
| 95 | + |
| 96 | + |
| 97 | + |
95 | 98 |
|
96 | 99 |
|
97 | 100 |
|
| ||
1618 | 1621 |
|
1619 | 1622 |
|
1620 | 1623 |
|
| 1624 | + |
| 1625 | + |
| 1626 | + |
| 1627 | + |
| 1628 | + |
| 1629 | + |
| 1630 | + |
| 1631 | + |
| 1632 | + |
| 1633 | + |
| 1634 | + |
| 1635 | + |
| 1636 | + |
| 1637 | + |
| 1638 | + |
1621 | 1639 |
|
1622 | 1640 |
|
1623 | 1641 |
|
|
src/include/catalog/catversion.h
Copy file name to clipboardExpand all lines: src/include/catalog/catversion.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
src/include/catalog/pg_proc.dat
Copy file name to clipboardExpand all lines: src/include/catalog/pg_proc.dat+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5360 | 5360 |
|
5361 | 5361 |
|
5362 | 5362 |
|
| 5363 | + |
| 5364 | + |
| 5365 | + |
| 5366 | + |
| 5367 | + |
5363 | 5368 |
|
5364 | 5369 |
|
5365 | 5370 |
|
| ||
5823 | 5828 |
|
5824 | 5829 |
|
5825 | 5830 |
|
| 5831 | + |
| 5832 | + |
| 5833 | + |
| 5834 | + |
| 5835 | + |
5826 | 5836 |
|
5827 | 5837 |
|
5828 | 5838 |
|
|
+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
154 |
| - |
155 |
| - |
| 154 | + |
| 155 | + |
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
| 171 | + |
171 | 172 |
|
172 | 173 |
|
173 | 174 |
|
| ||
401 | 402 |
|
402 | 403 |
|
403 | 404 |
|
| 405 | + |
404 | 406 |
|
405 | 407 |
|
406 | 408 |
|
| ||
616 | 618 |
|
617 | 619 |
|
618 | 620 |
|
619 |
| - |
| 621 | + |
620 | 622 |
|
621 | 623 |
|
622 | 624 |
|
|
src/test/regress/expected/rules.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/rules.out+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1789 | 1789 |
|
1790 | 1790 |
|
1791 | 1791 |
|
| 1792 | + |
1792 | 1793 |
|
1793 | 1794 |
|
1794 | 1795 |
|
| ||
2146 | 2147 |
|
2147 | 2148 |
|
2148 | 2149 |
|
| 2150 | + |
2149 | 2151 |
|
2150 | 2152 |
|
2151 | 2153 |
|
| ||
2193 | 2195 |
|
2194 | 2196 |
|
2195 | 2197 |
|
| 2198 | + |
2196 | 2199 |
|
2197 | 2200 |
|
2198 | 2201 |
|
| ||
2244 | 2247 |
|
2245 | 2248 |
|
2246 | 2249 |
|
2247 |
| - |
| 2250 | + |
| 2251 | + |
2248 | 2252 |
|
2249 | 2253 |
|
2250 | 2254 |
|
| ||
2260 | 2264 |
|
2261 | 2265 |
|
2262 | 2266 |
|
2263 |
| - |
| 2267 | + |
| 2268 | + |
2264 | 2269 |
|
2265 | 2270 |
|
2266 | 2271 |
|
| ||
2282 | 2287 |
|
2283 | 2288 |
|
2284 | 2289 |
|
2285 |
| - |
| 2290 | + |
| 2291 | + |
2286 | 2292 |
|
2287 | 2293 |
|
2288 | 2294 |
|
|
0 commit comments