Commit 2489d76
File tree
60 files changed
+3878
-966
lines changedFilter options
- contrib/postgres_fdw
- doc/src/sgml
- src
- backend
- commands
- executor
- nodes
- optimizer
- geqo
- path
- plan
- prep
- util
- parser
- rewrite
- utils/adt
- include
- catalog
- nodes
- optimizer
- parser
- rewrite
- test/regress
- expected
- sql
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+3878
-966
lines changedcontrib/postgres_fdw/deparse.c
Copy file name to clipboardExpand all lines: contrib/postgres_fdw/deparse.c+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4026 | 4026 |
|
4027 | 4027 |
|
4028 | 4028 |
|
4029 |
| - |
| 4029 | + |
| 4030 | + |
| 4031 | + |
| 4032 | + |
| 4033 | + |
| 4034 | + |
| 4035 | + |
| 4036 | + |
| 4037 | + |
| 4038 | + |
| 4039 | + |
4030 | 4040 |
|
4031 | 4041 |
|
4032 | 4042 |
|
|
contrib/postgres_fdw/postgres_fdw.c
Copy file name to clipboardExpand all lines: contrib/postgres_fdw/postgres_fdw.c+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1517 | 1517 |
|
1518 | 1518 |
|
1519 | 1519 |
|
1520 |
| - |
| 1520 | + |
1521 | 1521 |
|
1522 | 1522 |
|
1523 | 1523 |
|
| ||
2414 | 2414 |
|
2415 | 2415 |
|
2416 | 2416 |
|
2417 |
| - |
| 2417 | + |
2418 | 2418 |
|
2419 | 2419 |
|
2420 | 2420 |
|
| ||
2838 | 2838 |
|
2839 | 2839 |
|
2840 | 2840 |
|
2841 |
| - |
2842 |
| - |
| 2841 | + |
| 2842 | + |
2843 | 2843 |
|
2844 | 2844 |
|
2845 | 2845 |
|
| ||
2856 | 2856 |
|
2857 | 2857 |
|
2858 | 2858 |
|
2859 |
| - |
| 2859 | + |
2860 | 2860 |
|
2861 | 2861 |
|
2862 | 2862 |
|
| ||
2871 | 2871 |
|
2872 | 2872 |
|
2873 | 2873 |
|
2874 |
| - |
| 2874 | + |
2875 | 2875 |
|
2876 | 2876 |
|
2877 | 2877 |
|
|
doc/src/sgml/fdwhandler.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/fdwhandler.sgml+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
351 | 351 |
|
352 | 352 |
|
353 | 353 |
|
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
354 | 365 |
|
355 | 366 |
|
356 | 367 |
|
|
src/backend/commands/explain.c
Copy file name to clipboardExpand all lines: src/backend/commands/explain.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1114 | 1114 |
|
1115 | 1115 |
|
1116 | 1116 |
|
1117 |
| - |
| 1117 | + |
1118 | 1118 |
|
1119 | 1119 |
|
1120 | 1120 |
|
|
src/backend/executor/execScan.c
Copy file name to clipboardExpand all lines: src/backend/executor/execScan.c+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
325 | 325 |
|
326 | 326 |
|
327 | 327 |
|
328 |
| - |
| 328 | + |
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
|
src/backend/nodes/makefuncs.c
Copy file name to clipboardExpand all lines: src/backend/nodes/makefuncs.c+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
87 | 88 |
|
| 89 | + |
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
|
src/backend/nodes/nodeFuncs.c
Copy file name to clipboardExpand all lines: src/backend/nodes/nodeFuncs.c+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2641 | 2641 |
|
2642 | 2642 |
|
2643 | 2643 |
|
| 2644 | + |
2644 | 2645 |
|
2645 | 2646 |
|
2646 | 2647 |
|
| ||
3234 | 3235 |
|
3235 | 3236 |
|
3236 | 3237 |
|
3237 |
| - |
| 3238 | + |
3238 | 3239 |
|
3239 | 3240 |
|
3240 | 3241 |
|
|
src/backend/nodes/queryjumblefuncs.c
Copy file name to clipboardExpand all lines: src/backend/nodes/queryjumblefuncs.c+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
383 | 383 |
|
384 | 384 |
|
385 | 385 |
|
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
386 | 391 |
|
387 | 392 |
|
388 | 393 |
|
|
0 commit comments