Commits

DateSubjectAuthorReleases
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 18.0
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 15.9
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 16.5
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 18.0
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 14.14
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 17.1
2024-09-30 Do not treat \. as an EOF marker in CSV mode for COPY IN. Tom Lane 18.0
2024-08-16 Refactor CopyOneRowTo Heikki Linnakangas 18.0
2024-08-08 Refactor error messages to reduce duplication Alvaro Herrera 18.0
2024-08-08 Refactor error messages to reduce duplication Alvaro Herrera 17.0
2024-03-17 Add RETURNING support to MERGE. Dean Rasheed 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-02-09 Fix indentation of copyto.c Michael Paquier 17.0
2024-02-09 Improve COPY TO performance when server and client encodings match Michael Paquier 17.0
2024-02-07 Simplify signature of CopyAttributeOutCSV() in copyto.c Michael Paquier 17.0
2024-02-06 Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO" Michael Paquier 17.0
2024-02-05 Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO Michael Paquier 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-26 Add trailing commas to enum definitions Peter Eisentraut 17.0
2023-09-30 Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM Andrew Dunstan 17.0
2023-08-23 Introduce macros for protocol characters. Nathan Bossart 17.0
2023-03-29 Simplify useless 0L constants Peter Eisentraut 16.0
2023-03-10 Ensure COPY TO on an RLS-enabled table copies no more than it should. Tom Lane 16.0
2023-03-10 Ensure COPY TO on an RLS-enabled table copies no more than it should. Tom Lane 15.3
2023-03-10 Ensure COPY TO on an RLS-enabled table copies no more than it should. Tom Lane 14.8