Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 12.21
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 12.20
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 12.11
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 12.11
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 12.10
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 12.10
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 12.8
2019-11-06 Request small targetlist for input to WindowAgg. Andrew Gierth 12.1
2019-08-02 Fix representation of hash keys in Hash/HashJoin nodes. Andres Freund 12.0
2019-07-01 Fix many typos and inconsistencies Michael Paquier 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-09 Repair issues with faulty generation of merge-append plans. Tom Lane 12.0
2019-04-05 Use Append rather than MergeAppend for scanning ordered partitions. Tom Lane 12.0
2019-03-30 Generated columns Peter Eisentraut 12.0
2019-03-25 Suppress Append and MergeAppend plan nodes that have a single child. Tom Lane 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 12.0
2019-02-15 Simplify the planner's new representation of indexable clauses a little. Tom Lane 12.0
2019-02-09 Refactor the representation of indexable clauses in IndexPaths. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-30 Support parameterized TidPaths. Tom Lane 12.0
2018-12-12 Repair bogus EPQ plans generated for postgres_fdw foreign joins. Tom Lane 12.0