Commits

DateSubjectAuthorReleases
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-20 Introduce CompactAttribute array in TupleDesc, take 2 David Rowley 18.0
2024-11-20 file_fdw: Add REJECT_LIMIT option to file_fdw. Fujii Masao 18.0
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 13.17
2024-10-21 Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 12.21
2024-10-16 Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases Michael Paquier 17.1
2024-10-16 Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases Michael Paquier 18.0
2024-10-08 Move check for binary mode and on_error option to the appropriate location. Fujii Masao 18.0
2024-10-08 Add REJECT_LIMIT option to the COPY command. Fujii Masao 18.0
2024-10-03 Add log_verbosity = 'silent' support to COPY command. Fujii Masao 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-04-17 Disallow specifying ON_ERROR option without value. Masahiko Sawada 17.0
2024-04-01 Add new COPY option LOG_VERBOSITY. Masahiko Sawada 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-01-19 Rename COPY option from SAVE_ERROR_TO to ON_ERROR Alexander Korotkov 17.0
2024-01-16 Add new COPY option SAVE_ERROR_TO Alexander Korotkov 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 12.18
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 13.14
2023-11-13 Add error about the use of FREEZE in COPY TO Bruce Momjian 17.0
2023-09-30 Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM Andrew Dunstan 17.0
2023-03-17 Improve several permission-related error messages. Peter Eisentraut 16.0
2023-03-13 Add a DEFAULT option to COPY FROM Andrew Dunstan 16.0