Commit 2ddab01
File tree
8 files changed
+74
-1
lines changedFilter options
- doc/src/sgml
- src
- backend
- catalog
- utils/adt
- include/catalog
- test/regress
- expected
- sql
8 files changed
+74
-1
lines changed+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19735 | 19735 |
|
19736 | 19736 |
|
19737 | 19737 |
|
| 19738 | + |
| 19739 | + |
| 19740 | + |
| 19741 | + |
| 19742 | + |
| 19743 | + |
| 19744 | + |
| 19745 | + |
| 19746 | + |
| 19747 | + |
| 19748 | + |
| 19749 | + |
| 19750 | + |
| 19751 | + |
19738 | 19752 |
|
19739 | 19753 |
|
19740 | 19754 |
|
|
src/backend/catalog/sql_features.txt
Copy file name to clipboardExpand all lines: src/backend/catalog/sql_features.txt+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
520 | 520 |
|
521 | 521 |
|
522 | 522 |
|
| 523 | + |
523 | 524 |
|
524 | 525 |
|
525 | 526 |
|
|
src/backend/utils/adt/misc.c
Copy file name to clipboardExpand all lines: src/backend/utils/adt/misc.c+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1041 | 1041 |
|
1042 | 1042 |
|
1043 | 1043 |
|
| 1044 | + |
| 1045 | + |
| 1046 | + |
| 1047 | + |
| 1048 | + |
| 1049 | + |
| 1050 | + |
| 1051 | + |
| 1052 | + |
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_aggregate.dat
Copy file name to clipboardExpand all lines: src/include/catalog/pg_aggregate.dat+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
634 | 634 |
|
635 | 635 |
|
636 | 636 |
|
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
637 | 641 |
|
src/include/catalog/pg_proc.dat
Copy file name to clipboardExpand all lines: src/include/catalog/pg_proc.dat+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11927 | 11927 |
|
11928 | 11928 |
|
11929 | 11929 |
|
| 11930 | + |
| 11931 | + |
| 11932 | + |
| 11933 | + |
| 11934 | + |
| 11935 | + |
| 11936 | + |
| 11937 | + |
11930 | 11938 |
|
src/test/regress/expected/aggregates.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/aggregates.out+30Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
28 | 52 |
|
29 | 53 |
|
30 | 54 |
|
| ||
2033 | 2057 |
|
2034 | 2058 |
|
2035 | 2059 |
|
| 2060 | + |
| 2061 | + |
| 2062 | + |
| 2063 | + |
| 2064 | + |
| 2065 | + |
2036 | 2066 |
|
2037 | 2067 |
|
2038 | 2068 |
|
|
src/test/regress/sql/aggregates.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/aggregates.sql+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
27 | 32 |
|
28 | 33 |
|
29 | 34 |
|
| ||
810 | 815 |
|
811 | 816 |
|
812 | 817 |
|
| 818 | + |
| 819 | + |
813 | 820 |
|
814 | 821 |
|
815 | 822 |
|
|
0 commit comments