summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/copy.sql
AgeCommit message (Expand)Author
2025-10-20Support COPY TO for partitioned tables.Masahiko Sawada
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-04-04Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao
2025-03-04Add regression tests for pg_stat_progress_copy.tuples_skipped.Fujii Masao
2025-02-06Disallow COPY FREEZE on foreign tables.Nathan Bossart
2024-10-01Reject a copy EOF marker that has data ahead of it on the same line.Tom Lane
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2023-10-14Fix bulk table extension when copying into multiple partitionsAndres Freund
2023-10-01Only evaluate default values as required when doing COPY FROMAndrew Dunstan
2023-01-03Fix typos in comments, code and documentationMichael Paquier
2022-06-23Fix two issues with HEADER MATCH in COPYMichael Paquier
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2021-12-20Remove dynamic translation of regression test scripts, step 2.Tom Lane