Commits

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

DateSubjectAuthorReleases
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 15.14
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 15.9
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 15.8
2022-10-15 Disallow MERGE cleanly for foreign partitions Alvaro Herrera 15.1
2022-05-21 Avoid overflow hazard when clamping group counts to "long int". Tom Lane 15.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-28 Disable asynchronous execution if using gating Result nodes. Etsuro Fujita 15.0
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 15.0
2022-04-07 Teach planner and executor about monotonic window funcs David Rowley 15.0
2022-04-06 Allow asynchronous execution in more cases. Etsuro Fujita 15.0
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 15.0
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 15.0
2021-11-24 Flush Memoize cache when non-key parameters change, take 2 David Rowley 15.0
2021-11-24 Revert "Flush Memoize cache when non-key parameters change" David Rowley 15.0
2021-11-24 Flush Memoize cache when non-key parameters change David Rowley 15.0
2021-11-23 Allow Memoize to operate in binary comparison mode David Rowley 15.0
2021-09-15 Remove arbitrary 64K-or-so limit on rangetable size. Tom Lane 15.0
2021-08-08 Change SeqScan node to contain Scan node Peter Eisentraut 15.0
2021-08-08 Change NestPath node to contain JoinPath node Peter Eisentraut 15.0
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 15.0
2021-07-06 Allow CustomScan providers to say whether they support projections. Tom Lane 15.0