Commits

DateSubjectAuthorReleases
2026-03-20 introduce CopyFormat, refactor CopyFormatOptions Andrew Dunstan 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-03-13 Optimize COPY FROM (FORMAT {text,csv}) using SIMD. Nathan Bossart 19 (unreleased)
2026-03-06 Don't include wait_event.h in pgstat.h Álvaro Herrera 19 (unreleased)
2026-03-03 Add COPY (on_error set_null) option Peter Eisentraut 19 (unreleased)
2026-02-20 Speedup COPY FROM with additional function inlining. Nathan Bossart 19 (unreleased)
2026-02-03 Add two IO wait events for COPY FROM/TO on a pipe/file/program Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Remove useless casts in format arguments Peter Eisentraut 19 (unreleased)
2025-11-21 Remove useless casts to (void *) Peter Eisentraut 19 (unreleased)
2025-07-03 Support multi-line headers in COPY FROM command. Fujii Masao 19 (unreleased)
2025-07-01 Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. Jeff Davis 19 (unreleased)
2025-06-11 Revert a few small patches that were intended for version 19. Jeff Davis 18.0
2025-06-10 copyfromparse.c: use pg_ascii_tolower() rather than tolower(). Jeff Davis 18.0
2025-03-29 Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 18.0
2025-02-28 Re-export NextCopyFromRawFields() to copy.h. Masahiko Sawada 18.0
2025-02-28 Refactor COPY FROM to use format callback functions. Masahiko Sawada 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-27 Remove unused #include's from backend .c files Peter Eisentraut 18.0
2024-10-01 Reject a copy EOF marker that has data ahead of it on the same line. Tom Lane 18.0
2024-09-30 Do not treat \. as an EOF marker in CSV mode for COPY IN. Tom Lane 18.0
2024-08-29 Message style improvements Peter Eisentraut 18.0
2024-08-29 Message style improvements Peter Eisentraut 17.0
2024-04-06 Remove obsolete comment in CopyReadLineText(). Tom Lane 17.0
2024-04-01 Add new COPY option LOG_VERBOSITY. Masahiko Sawada 17.0