Commits

DateSubjectAuthorReleases
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 11.2
2019-02-07 Split create_foreignscan_path() into three functions. Tom Lane 12.0
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 9.4.21
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 10.7
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 12.0
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 11.2
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 9.6.12
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0
2018-10-04 In the executor, use an array of pointers to access the rangetable. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 11.0
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 10.4
2018-04-19 Fix broken extract_actual_join_clauses call in 9.6 postgres_fdw. Tom Lane 9.6.9
2018-02-19 Remove bogus "extern" annotations on function definitions. Tom Lane 11.0
2018-01-12 Fix postgres_fdw to cope with duplicate GROUP BY entries. Tom Lane 11.0
2018-01-12 Fix postgres_fdw to cope with duplicate GROUP BY entries. Tom Lane 10.2
2018-01-11 Cosmetic fix in postgres_fdw.c. Tom Lane 11.0
2017-09-06 Sync function prototype with its actual definition. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-04-11 Simplify handling of remote-qual pass-forward in postgres_fdw. Tom Lane 10.0
2017-04-11 Handle restriction clause lists more uniformly in postgres_fdw. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0