summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
AgeCommit message (Expand)Author
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-10Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-08-12Reject MERGE in CTEs and COPYAlvaro Herrera
2022-07-11Improve two comments related to a boolean DefElem's valueMichael Paquier
2022-06-23Fix two issues with HEADER MATCH in COPYMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-09Remove Value node structPeter Eisentraut
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-23Split copy.c into four files.Heikki Linnakangas
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-10-19Remove PartitionRoutingInfo struct.Heikki Linnakangas
2020-10-19Revise child-to-root tuple conversion map management.Heikki Linnakangas
2020-10-14Remove es_result_relation_info from EState.Heikki Linnakangas
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
2020-10-05Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier
2020-09-16Don't fetch partition check expression during InitResultRelInfo.Tom Lane
2020-07-25Improve performance of binary COPY FROM through better buffering.Tom Lane
2020-07-14Add comment to explain an unused function parameterDavid Rowley
2020-07-11Avoid useless buffer allocations during binary COPY FROM.Tom Lane
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-20Removal unused function parameter in CopyReadBinaryAttribute.Amit Kapila
2020-05-15Make COPY TO keep locks until the transaction end.Amit Kapila
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-02-17Optimize update of tables with generated columnsPeter Eisentraut
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-01PG_FINALLYPeter Eisentraut
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-10Fix missing calls to table_finish_bulk_insert during COPY, take 2David Rowley
2019-07-01Revert fix missing call to table_finish_bulk_insert during COPYDavid Rowley
2019-07-01Remove surplus call to table_finish_bulk_insertDavid Rowley
2019-07-01Fix missing call to table_finish_bulk_insert during COPYDavid Rowley
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-14Fix typos and inconsistencies in code commentsMichael Paquier