Commit 5fd9dfa
File tree
13 files changed
+995
-785
lines changedFilter options
- contrib/pg_stat_statements
- doc/src/sgml
- src
- backend
- parser
- tcop
- utils/misc
- include
- parser
- utils
13 files changed
+995
-785
lines changedcontrib/pg_stat_statements/pg_stat_statements.c
Copy file name to clipboardExpand all lines: contrib/pg_stat_statements/pg_stat_statements.c+25-780Lines changed: 25 additions & 780 deletions
Large diffs are not rendered by default.
contrib/pg_stat_statements/pg_stat_statements.conf
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7622 | 7622 |
|
7623 | 7623 |
|
7624 | 7624 |
|
| 7625 | + |
| 7626 | + |
| 7627 | + |
| 7628 | + |
| 7629 | + |
| 7630 | + |
| 7631 | + |
| 7632 | + |
| 7633 | + |
| 7634 | + |
| 7635 | + |
| 7636 | + |
| 7637 | + |
| 7638 | + |
| 7639 | + |
| 7640 | + |
| 7641 | + |
| 7642 | + |
| 7643 | + |
| 7644 | + |
| 7645 | + |
| 7646 | + |
| 7647 | + |
| 7648 | + |
| 7649 | + |
7625 | 7650 |
|
7626 | 7651 |
|
7627 | 7652 |
|
|
doc/src/sgml/pgstatstatements.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/pgstatstatements.sgml+19-1Lines changed: 19 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
23 | 31 |
|
24 | 32 |
|
25 | 33 |
|
| ||
84 | 92 |
|
85 | 93 |
|
86 | 94 |
|
87 |
| - |
| 95 | + |
88 | 96 |
|
89 | 97 |
|
90 | 98 |
|
| ||
386 | 394 |
|
387 | 395 |
|
388 | 396 |
|
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
389 | 407 |
|
390 | 408 |
|
391 | 409 |
|
|
src/backend/parser/analyze.c
Copy file name to clipboardExpand all lines: src/backend/parser/analyze.c+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| 49 | + |
| 50 | + |
49 | 51 |
|
50 | 52 |
|
51 | 53 |
|
| ||
107 | 109 |
|
108 | 110 |
|
109 | 111 |
|
| 112 | + |
110 | 113 |
|
111 | 114 |
|
112 | 115 |
|
| ||
119 | 122 |
|
120 | 123 |
|
121 | 124 |
|
| 125 | + |
| 126 | + |
| 127 | + |
122 | 128 |
|
123 |
| - |
| 129 | + |
124 | 130 |
|
125 | 131 |
|
126 | 132 |
|
| ||
140 | 146 |
|
141 | 147 |
|
142 | 148 |
|
| 149 | + |
143 | 150 |
|
144 | 151 |
|
145 | 152 |
|
| ||
152 | 159 |
|
153 | 160 |
|
154 | 161 |
|
| 162 | + |
| 163 | + |
| 164 | + |
155 | 165 |
|
156 |
| - |
| 166 | + |
157 | 167 |
|
158 | 168 |
|
159 | 169 |
|
|
src/backend/tcop/postgres.c
Copy file name to clipboardExpand all lines: src/backend/tcop/postgres.c+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
668 | 668 |
|
669 | 669 |
|
670 | 670 |
|
| 671 | + |
671 | 672 |
|
672 | 673 |
|
673 | 674 |
|
| ||
686 | 687 |
|
687 | 688 |
|
688 | 689 |
|
| 690 | + |
| 691 | + |
| 692 | + |
689 | 693 |
|
690 |
| - |
| 694 | + |
691 | 695 |
|
692 | 696 |
|
693 | 697 |
|
|
src/backend/utils/misc/Makefile
Copy file name to clipboardExpand all lines: src/backend/utils/misc/Makefile+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
|
src/backend/utils/misc/guc.c
Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc.c+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
534 | 534 |
|
535 | 535 |
|
536 | 536 |
|
| 537 | + |
537 | 538 |
|
538 | 539 |
|
539 | 540 |
|
| ||
1458 | 1459 |
|
1459 | 1460 |
|
1460 | 1461 |
|
| 1462 | + |
| 1463 | + |
| 1464 | + |
| 1465 | + |
| 1466 | + |
| 1467 | + |
| 1468 | + |
| 1469 | + |
| 1470 | + |
1461 | 1471 |
|
1462 | 1472 |
|
1463 | 1473 |
|
|
src/backend/utils/misc/postgresql.conf.sample
Copy file name to clipboardExpand all lines: src/backend/utils/misc/postgresql.conf.sample+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
596 | 596 |
|
597 | 597 |
|
598 | 598 |
|
| 599 | + |
599 | 600 |
|
600 | 601 |
|
601 | 602 |
|
|
0 commit comments