Commit 4f0b096
File tree
21 files changed
+250
-105
lines changedFilter options
- contrib/pg_stat_statements
- doc/src/sgml
- ref
- src
- backend
- catalog
- commands
- executor
- parser
- tcop
- utils
- activity
- adt
- error
- misc
- include
- catalog
- utils
- test/regress
- expected
- sql
21 files changed
+250
-105
lines changedcontrib/pg_stat_statements/pg_stat_statements.c
Copy file name to clipboardExpand all lines: contrib/pg_stat_statements/pg_stat_statements.c+44-68Lines changed: 44 additions & 68 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
| ||
101 | 102 |
|
102 | 103 |
|
103 | 104 |
|
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
104 | 113 |
|
105 | 114 |
|
106 | 115 |
|
| ||
309 | 318 |
|
310 | 319 |
|
311 | 320 |
|
312 |
| - |
313 | 321 |
|
314 | 322 |
|
315 | 323 |
|
| ||
806 | 814 |
|
807 | 815 |
|
808 | 816 |
|
809 |
| - |
810 |
| - |
811 |
| - |
812 |
| - |
813 |
| - |
814 |
| - |
| 817 | + |
| 818 | + |
| 819 | + |
815 | 820 |
|
816 | 821 |
|
817 | 822 |
|
818 |
| - |
| 823 | + |
| 824 | + |
819 | 825 |
|
820 | 826 |
|
821 | 827 |
|
| ||
1057 | 1063 |
|
1058 | 1064 |
|
1059 | 1065 |
|
| 1066 | + |
| 1067 | + |
| 1068 | + |
| 1069 | + |
| 1070 | + |
| 1071 | + |
| 1072 | + |
| 1073 | + |
| 1074 | + |
| 1075 | + |
| 1076 | + |
| 1077 | + |
| 1078 | + |
| 1079 | + |
| 1080 | + |
| 1081 | + |
| 1082 | + |
1060 | 1083 |
|
1061 | 1084 |
|
1062 | 1085 |
|
| ||
1073 | 1096 |
|
1074 | 1097 |
|
1075 | 1098 |
|
1076 |
| - |
1077 |
| - |
1078 |
| - |
| 1099 | + |
1079 | 1100 |
|
1080 | 1101 |
|
1081 | 1102 |
|
| ||
1130 | 1151 |
|
1131 | 1152 |
|
1132 | 1153 |
|
1133 |
| - |
| 1154 | + |
1134 | 1155 |
|
1135 | 1156 |
|
1136 | 1157 |
|
| ||
1153 | 1174 |
|
1154 | 1175 |
|
1155 | 1176 |
|
1156 |
| - |
1157 |
| - |
1158 |
| - |
1159 |
| - |
1160 |
| - |
1161 |
| - |
1162 |
| - |
1163 |
| - |
1164 |
| - |
1165 |
| - |
1166 |
| - |
1167 |
| - |
1168 | 1177 |
|
1169 | 1178 |
|
1170 | 1179 |
|
1171 |
| - |
1172 |
| - |
| 1180 | + |
| 1181 | + |
| 1182 | + |
1173 | 1183 |
|
1174 | 1184 |
|
1175 | 1185 |
|
| ||
1200 | 1210 |
|
1201 | 1211 |
|
1202 | 1212 |
|
1203 |
| - |
1204 |
| - |
1205 |
| - |
1206 |
| - |
1207 |
| - |
1208 |
| - |
1209 |
| - |
1210 |
| - |
1211 |
| - |
1212 |
| - |
1213 |
| - |
1214 |
| - |
1215 |
| - |
1216 |
| - |
1217 |
| - |
1218 |
| - |
1219 |
| - |
1220 |
| - |
1221 |
| - |
1222 |
| - |
1223 |
| - |
1224 |
| - |
1225 |
| - |
1226 |
| - |
1227 |
| - |
| 1213 | + |
| 1214 | + |
1228 | 1215 |
|
1229 |
| - |
1230 |
| - |
1231 |
| - |
1232 |
| - |
| 1216 | + |
| 1217 | + |
1233 | 1218 |
|
1234 | 1219 |
|
1235 |
| - |
| 1220 | + |
| 1221 | + |
| 1222 | + |
1236 | 1223 |
|
1237 |
| - |
1238 |
| - |
1239 |
| - |
1240 |
| - |
1241 |
| - |
1242 |
| - |
1243 |
| - |
1244 |
| - |
1245 |
| - |
1246 |
| - |
1247 |
| - |
1248 |
| - |
| 1224 | + |
1249 | 1225 |
|
1250 | 1226 |
|
1251 | 1227 |
|
|
+21-8Lines changed: 21 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7004 | 7004 |
|
7005 | 7005 |
|
7006 | 7006 |
|
| 7007 | + |
| 7008 | + |
| 7009 | + |
| 7010 | + |
| 7011 | + |
| 7012 | + |
| 7013 | + |
| 7014 | + |
| 7015 | + |
7007 | 7016 |
|
7008 | 7017 |
|
7009 | 7018 |
|
| ||
7480 | 7489 |
|
7481 | 7490 |
|
7482 | 7491 |
|
7483 |
| - |
7484 |
| - |
| 7492 | + |
| 7493 | + |
7485 | 7494 |
|
7486 | 7495 |
|
7487 | 7496 |
|
| ||
7630 | 7639 |
|
7631 | 7640 |
|
7632 | 7641 |
|
7633 |
| - |
7634 |
| - |
7635 |
| - |
7636 |
| - |
7637 |
| - |
7638 |
| - |
| 7642 | + |
| 7643 | + |
| 7644 | + |
| 7645 | + |
| 7646 | + |
| 7647 | + |
| 7648 | + |
| 7649 | + |
| 7650 | + |
| 7651 | + |
7639 | 7652 |
|
7640 | 7653 |
|
7641 | 7654 |
|
|
doc/src/sgml/monitoring.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/monitoring.sgml+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
910 | 910 |
|
911 | 911 |
|
912 | 912 |
|
| 913 | + |
| 914 | + |
| 915 | + |
| 916 | + |
| 917 | + |
| 918 | + |
| 919 | + |
| 920 | + |
| 921 | + |
| 922 | + |
| 923 | + |
| 924 | + |
| 925 | + |
| 926 | + |
| 927 | + |
| 928 | + |
913 | 929 |
|
914 | 930 |
|
915 | 931 |
|
|
doc/src/sgml/ref/explain.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/explain.sgml+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
140 |
| - |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
141 | 143 |
|
142 | 144 |
|
143 | 145 |
|
|
src/backend/catalog/system_views.sql
Copy file name to clipboardExpand all lines: src/backend/catalog/system_views.sql+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
833 | 833 |
|
834 | 834 |
|
835 | 835 |
|
| 836 | + |
836 | 837 |
|
837 | 838 |
|
838 | 839 |
|
|
src/backend/commands/explain.c
Copy file name to clipboardExpand all lines: src/backend/commands/explain.c+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
165 | 166 |
|
166 | 167 |
|
167 | 168 |
|
| 169 | + |
| 170 | + |
168 | 171 |
|
169 | 172 |
|
170 | 173 |
|
| ||
241 | 244 |
|
242 | 245 |
|
243 | 246 |
|
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
244 | 254 |
|
245 | 255 |
|
246 | 256 |
|
| ||
600 | 610 |
|
601 | 611 |
|
602 | 612 |
|
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
603 | 621 |
|
604 | 622 |
|
605 | 623 |
|
|
src/backend/executor/execMain.c
Copy file name to clipboardExpand all lines: src/backend/executor/execMain.c+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
| 61 | + |
61 | 62 |
|
62 | 63 |
|
63 | 64 |
|
| ||
128 | 129 |
|
129 | 130 |
|
130 | 131 |
|
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
131 | 140 |
|
132 | 141 |
|
133 | 142 |
|
|
src/backend/executor/execParallel.c
Copy file name to clipboardExpand all lines: src/backend/executor/execParallel.c+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
178 |
| - |
| 178 | + |
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
| ||
1421 | 1421 |
|
1422 | 1422 |
|
1423 | 1423 |
|
1424 |
| - |
| 1424 | + |
1425 | 1425 |
|
| 1426 | + |
1426 | 1427 |
|
1427 | 1428 |
|
1428 | 1429 |
|
|
src/backend/parser/analyze.c
Copy file name to clipboardExpand all lines: src/backend/parser/analyze.c+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| ||
130 | 131 |
|
131 | 132 |
|
132 | 133 |
|
| 134 | + |
| 135 | + |
133 | 136 |
|
134 | 137 |
|
135 | 138 |
|
| ||
167 | 170 |
|
168 | 171 |
|
169 | 172 |
|
| 173 | + |
| 174 | + |
170 | 175 |
|
171 | 176 |
|
172 | 177 |
|
|
0 commit comments