aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copyfrom.c
Commit message (Expand)AuthorAge
* Add REJECT_LIMIT option to the COPY command.Fujii Masao2024-10-08
* Refactor CopyFrom() in copyfrom.c.Fujii Masao2024-10-03
* Add log_verbosity = 'silent' support to COPY command.Fujii Masao2024-10-03
* Relocate a badly placed Assert in COPY FROM codeDavid Rowley2024-08-17
* Refactor error messages to reduce duplicationAlvaro Herrera2024-08-08
* Disallow setting MAX_PARTITION_BUFFERS to less than 2David Rowley2024-07-30
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* Add new COPY option LOG_VERBOSITY.Masahiko Sawada2024-04-01
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier2024-02-14
* Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier2024-02-05
* Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada2024-01-25
* Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov2024-01-19
* Fix spelling in noticeAlexander Korotkov2024-01-17
* Fix format specifier for NOTICE in copyfrom.cAlexander Korotkov2024-01-17
* Add new COPY option SAVE_ERROR_TOAlexander Korotkov2024-01-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* In COPY FROM, fail cleanly when unsupported encoding conversion is needed.Tom Lane2023-10-01
* Only evaluate default values as required when doing COPY FROMAndrew Dunstan2023-10-01
* Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan2023-09-30
* Remove redundant assignments in copyfrom.cMichael Paquier2023-09-09
* Fix performance problem with new COPY DEFAULT codeDavid Rowley2023-07-27
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* Fix thinko in comment.Etsuro Fujita2022-09-22
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* 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