Commits

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

DateSubjectAuthorReleases
2025-09-03 Fix planner error when estimating SubPlan cost Richard Guo 16.11
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-05-17 Fix some issues with improper placement of outer join clauses. Tom Lane 16.0
2023-05-17 Add back SQLValueFunction for SQL keywords Michael Paquier 16.0
2023-04-05 Support "Right Anti Join" plan shapes. Tom Lane 16.0
2023-03-21 Correct Memoize's estimated cache hit ratio calculation David Rowley 16.0
2023-03-20 Have the planner account for the Memoize cache key memory David Rowley 16.0
2023-01-30 Do assorted mop-up in the planner. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-20 Add enable_presorted_aggregate GUC David Rowley 16.0
2022-12-16 Remove pessimistic cost penalization from Incremental Sort David Rowley 16.0
2022-11-21 Replace SQLValueFunction by COERCE_SQL_SYNTAX Michael Paquier 16.0
2022-10-05 Rename shadowed local variables David Rowley 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 16.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 16.0
2022-08-24 Further reduce warnings with -Wshadow=compatible-local David Rowley 16.0
2022-08-17 Use an explicit state flag to control PlaceHolderInfo creation. Tom Lane 16.0
2022-08-17 Avoid using list_length() to test for empty list. Tom Lane 16.0
2022-07-19 Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better. Tom Lane 16.0
2022-07-16 Attempt to fix compiler warning on old compiler Peter Eisentraut 16.0
2022-07-16 Replace many MemSet calls with struct initialization Peter Eisentraut 16.0
2022-07-14 Remove support for Visual Studio 2013 Michael Paquier 16.0