Commits

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

DateSubjectAuthorReleases
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 14.19
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 14.14
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 14.13
2022-04-28 Disable asynchronous execution if using gating Result nodes. Etsuro Fujita 14.3
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 14.3
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 14.3
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 14.2
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 14.2
2021-11-24 Flush Memoize cache when non-key parameters change, take 2 David Rowley 14.2
2021-11-24 Revert "Flush Memoize cache when non-key parameters change" David Rowley 14.2
2021-11-24 Flush Memoize cache when non-key parameters change David Rowley 14.2
2021-11-23 Allow Memoize to operate in binary comparison mode David Rowley 14.2
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 14.0
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 14.0
2021-04-20 Fix planner failure in some cases of sorting by an aggregate. Tom Lane 14.0
2021-04-02 Add Result Cache executor node (take 2) David Rowley 14.0
2021-04-01 Revert b6002a796 David Rowley 14.0
2021-03-31 Add Result Cache executor node David Rowley 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-31 Add support for asynchronous execution. Etsuro Fujita 14.0
2021-02-27 Add TID Range Scans to support efficient scanning ranges of TIDs David Rowley 14.0
2021-02-01 Remove [Merge]AppendPath.partitioned_rels. Tom Lane 14.0
2021-02-01 Remove incidental dependencies on partitioned_rels lists. Tom Lane 14.0