index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
copyfrom.c
Commit message (
Expand
)
Author
Age
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Allow batch insertion during COPY into a foreign table.
Etsuro Fujita
2022-10-13
*
Fix thinko in comment.
Etsuro Fujita
2022-09-22
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Fix typo in comment.
Etsuro Fujita
2022-03-30
*
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-03-21
*
Remove redundant memory context switches in BeginCopyFrom().
Tom Lane
2022-01-19
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix typos in comments
Daniel Gustafsson
2021-10-27
*
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-09
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Do COPY FROM encoding conversion/verification in larger chunks.
Heikki Linnakangas
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Add support for more progress reporting in COPY
Michael Paquier
2021-03-09
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23