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
/
backend
/
commands
/
copyfrom.c
Age
Commit message (
Expand
)
Author
2022-10-13
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-09-22
Fix thinko in comment.
Etsuro Fujita
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-03-30
Fix typo in comment.
Etsuro Fujita
2022-03-21
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-01-19
Remove redundant memory context switches in BeginCopyFrom().
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-27
Fix typos in comments
Daniel Gustafsson
2021-04-09
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-01
Do COPY FROM encoding conversion/verification in larger chunks.
Heikki Linnakangas
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-09
Add support for more progress reporting in COPY
Michael Paquier
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-06
Report progress of COPY commands
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-23
Split copy.c into four files.
Heikki Linnakangas