File tree
16 files changed
+126
-64
lines changedFilter options
- doc/src/sgml/ref
- src
- backend/commands
- include/commands
- test
- isolation
- expected
- specs
- regress
- expected
- sql
16 files changed
+126
-64
lines changeddoc/src/sgml/ref/analyze.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/analyze.sgml+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
160 | 163 |
|
161 | 164 |
|
162 | 165 |
|
|
doc/src/sgml/ref/cluster.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/cluster.sgml+13-4Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
| 72 | + |
76 | 73 |
|
77 | 74 |
|
78 | 75 |
|
| ||
134 | 131 |
|
135 | 132 |
|
136 | 133 |
|
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
137 | 146 |
|
138 | 147 |
|
139 | 148 |
|
|
+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
177 | 177 |
|
178 | 178 |
|
179 | 179 |
|
180 |
| - |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
181 | 184 |
|
182 | 185 |
|
183 | 186 |
|
|
doc/src/sgml/ref/reindex.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/reindex.sgml+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
309 |
| - |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
310 | 314 |
|
311 | 315 |
|
312 | 316 |
|
|
doc/src/sgml/ref/vacuum.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/vacuum.sgml+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
401 | 401 |
|
402 | 402 |
|
403 | 403 |
|
404 |
| - |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
405 | 408 |
|
406 | 409 |
|
407 | 410 |
|
|
src/backend/commands/cluster.c
Copy file name to clipboardExpand all lines: src/backend/commands/cluster.c+25-10Lines changed: 25 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| 83 | + |
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
| ||
366 | 367 |
|
367 | 368 |
|
368 | 369 |
|
369 |
| - |
370 |
| - |
| 370 | + |
371 | 371 |
|
372 | 372 |
|
373 | 373 |
|
| ||
1645 | 1645 |
|
1646 | 1646 |
|
1647 | 1647 |
|
1648 |
| - |
1649 |
| - |
| 1648 | + |
1650 | 1649 |
|
1651 | 1650 |
|
1652 | 1651 |
|
| ||
1694 | 1693 |
|
1695 | 1694 |
|
1696 | 1695 |
|
1697 |
| - |
1698 |
| - |
1699 |
| - |
1700 |
| - |
1701 |
| - |
1702 |
| - |
| 1696 | + |
| 1697 | + |
| 1698 | + |
| 1699 | + |
| 1700 | + |
1703 | 1701 |
|
1704 | 1702 |
|
1705 | 1703 |
|
| ||
1714 | 1712 |
|
1715 | 1713 |
|
1716 | 1714 |
|
| 1715 | + |
| 1716 | + |
| 1717 | + |
| 1718 | + |
| 1719 | + |
| 1720 | + |
| 1721 | + |
| 1722 | + |
| 1723 | + |
| 1724 | + |
| 1725 | + |
| 1726 | + |
| 1727 | + |
| 1728 | + |
| 1729 | + |
| 1730 | + |
| 1731 | + |
src/backend/commands/indexcmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/indexcmds.c+11-11Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2796 | 2796 |
|
2797 | 2797 |
|
2798 | 2798 |
|
2799 |
| - |
2800 |
| - |
2801 |
| - |
| 2799 | + |
| 2800 | + |
| 2801 | + |
2802 | 2802 |
|
2803 | 2803 |
|
2804 | 2804 |
|
| ||
3008 | 3008 |
|
3009 | 3009 |
|
3010 | 3010 |
|
3011 |
| - |
3012 |
| - |
3013 |
| - |
3014 |
| - |
3015 |
| - |
3016 |
| - |
| 3011 | + |
| 3012 | + |
| 3013 | + |
| 3014 | + |
| 3015 | + |
| 3016 | + |
3017 | 3017 |
|
3018 | 3018 |
|
3019 |
| - |
3020 |
| - |
| 3019 | + |
| 3020 | + |
3021 | 3021 |
|
3022 | 3022 |
|
3023 | 3023 |
|
|
src/backend/commands/lockcmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/lockcmds.c+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
305 | 306 |
|
306 | 307 |
|
307 | 308 |
|
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
308 | 316 |
|
309 | 317 |
|
src/backend/commands/tablecmds.c
Copy file name to clipboardExpand all lines: src/backend/commands/tablecmds.c+28-2Lines changed: 28 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16886 | 16886 |
|
16887 | 16887 |
|
16888 | 16888 |
|
16889 |
| - |
16890 |
| - |
| 16889 | + |
| 16890 | + |
16891 | 16891 |
|
16892 | 16892 |
|
16893 | 16893 |
|
16894 | 16894 |
|
| 16895 | + |
| 16896 | + |
| 16897 | + |
| 16898 | + |
| 16899 | + |
| 16900 | + |
| 16901 | + |
| 16902 | + |
| 16903 | + |
| 16904 | + |
| 16905 | + |
| 16906 | + |
| 16907 | + |
| 16908 | + |
| 16909 | + |
| 16910 | + |
| 16911 | + |
| 16912 | + |
| 16913 | + |
| 16914 | + |
| 16915 | + |
| 16916 | + |
| 16917 | + |
| 16918 | + |
| 16919 | + |
| 16920 | + |
16895 | 16921 |
|
16896 | 16922 |
|
16897 | 16923 |
|
|
src/backend/commands/vacuum.c
Copy file name to clipboardExpand all lines: src/backend/commands/vacuum.c+13-8Lines changed: 13 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| ||
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
94 |
| - |
| 95 | + |
| 96 | + |
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
| ||
501 | 503 |
|
502 | 504 |
|
503 | 505 |
|
504 |
| - |
| 506 | + |
505 | 507 |
|
506 | 508 |
|
507 | 509 |
|
| ||
598 | 600 |
|
599 | 601 |
|
600 | 602 |
|
| 603 | + |
| 604 | + |
601 | 605 |
|
602 | 606 |
|
603 |
| - |
604 |
| - |
605 |
| - |
| 607 | + |
| 608 | + |
| 609 | + |
606 | 610 |
|
607 | 611 |
|
608 | 612 |
|
| ||
1828 | 1832 |
|
1829 | 1833 |
|
1830 | 1834 |
|
1831 |
| - |
| 1835 | + |
1832 | 1836 |
|
1833 | 1837 |
|
1834 | 1838 |
|
| ||
1915 | 1919 |
|
1916 | 1920 |
|
1917 | 1921 |
|
1918 |
| - |
| 1922 | + |
| 1923 | + |
1919 | 1924 |
|
1920 | 1925 |
|
1921 | 1926 |
|
| ||
2089 | 2094 |
|
2090 | 2095 |
|
2091 | 2096 |
|
2092 |
| - |
| 2097 | + |
2093 | 2098 |
|
2094 | 2099 |
|
2095 | 2100 |
|
|
src/include/commands/tablecmds.h
Copy file name to clipboardExpand all lines: src/include/commands/tablecmds.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
| 101 | + |
101 | 102 |
|
102 | 103 |
|
103 | 104 |
|
|
src/test/isolation/expected/cluster-conflict-partition.out
Copy file name to clipboardExpand all lines: src/test/isolation/expected/cluster-conflict-partition.out+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 |
| - |
| 34 | + |
34 | 35 |
|
| 36 | + |
35 | 37 |
|
src/test/isolation/specs/cluster-conflict-partition.spec
Copy file name to clipboardExpand all lines: src/test/isolation/specs/cluster-conflict-partition.spec+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 |
| - |
35 |
| - |
36 | 33 |
|
37 | 34 |
|
src/test/regress/expected/cluster.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/cluster.out+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
352 | 352 |
|
353 | 353 |
|
354 | 354 |
|
| 355 | + |
355 | 356 |
|
| 357 | + |
356 | 358 |
|
357 | 359 |
|
358 | 360 |
|
| ||
513 | 515 |
|
514 | 516 |
|
515 | 517 |
|
516 |
| - |
| 518 | + |
517 | 519 |
|
518 | 520 |
|
519 | 521 |
|
|
0 commit comments