Commits

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

DateSubjectAuthorReleases
2025-11-06 Disallow generated columns in COPY WHERE clause Peter Eisentraut 13.23
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 13.17
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 13.14
2023-03-10 Ensure COPY TO on an RLS-enabled table copies no more than it should. Tom Lane 13.11
2022-09-22 Fix thinko in comment. Etsuro Fujita 13.9
2022-08-26 Fix typo in comment. Etsuro Fujita 13.9
2022-03-30 Fix typo in comment. Etsuro Fujita 13.7
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 13.2
2021-02-05 Fix backslash-escaping multibyte chars in COPY FROM. Heikki Linnakangas 13.2
2020-11-30 Remove leftover comments, left behind by removal of WITH OIDS. Heikki Linnakangas 13.2
2020-05-15 Make COPY TO keep locks until the transaction end. Amit Kapila 13.0
2020-04-04 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 13.0
2020-03-30 Allow the planner-related functions and hook to accept the query string. Fujii Masao 13.0
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 13.0
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 13.0
2020-03-10 Remove utils/acl.h from catalog/objectaddress.h Peter Eisentraut 13.0
2020-02-17 Optimize update of tables with generated columns Peter Eisentraut 13.0
2020-01-16 Fix problems with "read only query" checks, and refactor the code. Robert Haas 13.0
2020-01-02 Make parser rely more heavily on the ParseNamespaceItem data structure. Tom Lane 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-11-01 PG_FINALLY Peter Eisentraut 13.0
2019-08-05 Fix inconsistencies and typos in the tree, take 9 Michael Paquier 13.0
2019-07-10 Fix missing calls to table_finish_bulk_insert during COPY, take 2 David Rowley 13.0