summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* Add HEADER support to COPY text formatPeter Eisentraut2022-01-281-2/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove Value node structPeter Eisentraut2021-09-091-3/+2
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-151-47/+12
* Rename Default Roles to Predefined RolesStephen Frost2021-04-011-3/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Split copy.c into four files.Heikki Linnakangas2020-11-231-4503/+76
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-3/+3
* Remove PartitionRoutingInfo struct.Heikki Linnakangas2020-10-191-2/+2
* Revise child-to-root tuple conversion map management.Heikki Linnakangas2020-10-191-23/+6
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-141-13/+6
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-131-16/+8
* Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier2020-10-051-2/+6
* Don't fetch partition check expression during InitResultRelInfo.Tom Lane2020-09-161-1/+1
* Improve performance of binary COPY FROM through better buffering.Tom Lane2020-07-251-35/+83
* Add comment to explain an unused function parameterDavid Rowley2020-07-141-0/+3
* Avoid useless buffer allocations during binary COPY FROM.Tom Lane2020-07-111-5/+15
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-291-5/+1
* Removal unused function parameter in CopyReadBinaryAttribute.Amit Kapila2020-06-201-7/+2
* Make COPY TO keep locks until the transaction end.Amit Kapila2020-05-151-6/+1
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-041-53/+5
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-301-1/+2
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-221-5/+53
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-211-53/+5
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-101-0/+1
* Optimize update of tables with generated columnsPeter Eisentraut2020-02-171-1/+1
* Fix problems with "read only query" checks, and refactor the code.Robert Haas2020-01-161-1/+0
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-021-4/+6
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* PG_FINALLYPeter Eisentraut2019-11-011-3/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+0
* Fix missing calls to table_finish_bulk_insert during COPY, take 2David Rowley2019-07-101-8/+11
* Revert fix missing call to table_finish_bulk_insert during COPYDavid Rowley2019-07-021-12/+7
* Remove surplus call to table_finish_bulk_insertDavid Rowley2019-07-021-2/+0
* Fix missing call to table_finish_bulk_insert during COPYDavid Rowley2019-07-021-7/+14
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-2/+2
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-141-1/+1
* Fix assorted inconsistencies.Amit Kapila2019-06-081-1/+0
* Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley2019-06-051-0/+3
* Fix typos.Amit Kapila2019-05-261-1/+1
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-231-12/+12
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-11/+11
* Remove outdated comment in copy.c.Andres Freund2019-05-191-6/+1
* More message style fixesAlvaro Herrera2019-05-161-3/+3
* Remove unused struct member, enforce multi_insert callback presence.Andres Freund2019-04-041-2/+0
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-041-354/+534
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-011-20/+15
* Generated columnsPeter Eisentraut2019-03-301-1/+30
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-231-2/+1