Commits

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

DateSubjectAuthorReleases
2023-01-12 Revert "Get rid of the "new" and "old" entries in a view's rangetable." Tom Lane 16.0
2023-01-12 Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane 16.0
2022-12-30 Sample postgres_fdw tables remotely during ANALYZE Tomas Vondra 16.0
2022-12-23 Fix bug in translate_col_privs_multilevel David Rowley 16.0
2022-12-20 Allow batching of inserts during cross-partition updates. Etsuro Fujita 16.0
2022-12-16 Remove pessimistic cost penalization from Incremental Sort David Rowley 16.0
2022-11-25 Fix handling of pending inserts in nodeModifyTable.c. Etsuro Fujita 16.0
2022-10-27 Avoid making commutatively-duplicate clauses in EquivalenceClasses. Tom Lane 16.0
2022-10-15 Disallow MERGE cleanly for foreign partitions Alvaro Herrera 16.0
2022-10-13 Allow batch insertion during COPY into a foreign table. Etsuro Fujita 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 16.0
2022-09-16 postgres_fdw: Remove useless DO block in test Peter Eisentraut 16.0
2022-09-16 Adjust assorted hint messages that list all valid options. Peter Eisentraut 16.0
2022-09-14 postgres_fdw: Avoid 'variable not found in subplan target list' error. Etsuro Fujita 16.0
2022-08-05 postgres_fdw: Disable batch insertion when there are WCO constraints. Etsuro Fujita 16.0
2022-08-02 Improve performance of ORDER BY / DISTINCT aggregates David Rowley 16.0
2022-07-20 Tweak detail and hint messages to be consistent with project policy Michael Paquier 16.0
2022-07-17 postgres_fdw: be more wary about shippability of reg* constants. Tom Lane 16.0
2022-07-17 postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. Tom Lane 16.0
2022-07-12 Support TRUNCATE triggers on foreign tables. Fujii Masao 16.0