aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copyfrom.c
Commit message (Expand)AuthorAge
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Fix typo in comment.Etsuro Fujita2022-03-30
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-21
* Remove redundant memory context switches in BeginCopyFrom().Tom Lane2022-01-19
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix typos in commentsDaniel Gustafsson2021-10-27
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Add support for more progress reporting in COPYMichael Paquier2021-03-09
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Report progress of COPY commandsTomas Vondra2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Split copy.c into four files.Heikki Linnakangas2020-11-23