index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
copy.sql
Age
Commit message (
Expand
)
Author
2025-10-20
Support COPY TO for partitioned tables.
Masahiko Sawada
2025-07-03
Support multi-line headers in COPY FROM command.
Fujii Masao
2025-04-04
Allow "COPY table TO" command to copy rows from materialized views.
Fujii Masao
2025-03-04
Add regression tests for pg_stat_progress_copy.tuples_skipped.
Fujii Masao
2025-02-06
Disallow COPY FREEZE on foreign tables.
Nathan Bossart
2024-10-01
Reject a copy EOF marker that has data ahead of it on the same line.
Tom Lane
2024-09-30
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2023-10-14
Fix bulk table extension when copying into multiple partitions
Andres Freund
2023-10-01
Only evaluate default values as required when doing COPY FROM
Andrew Dunstan
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2022-06-23
Fix two issues with HEADER MATCH in COPY
Michael Paquier
2022-03-30
Add header matching mode to COPY FROM
Peter Eisentraut
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2022-01-28
Add HEADER support to COPY text format
Peter Eisentraut
2021-12-20
Remove dynamic translation of regression test scripts, step 2.
Tom Lane