summaryrefslogtreecommitdiff
path: root/src/backend/commands/copyto.c
AgeCommit message (Expand)Author
2025-04-04Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao
2025-03-04Refactor Copy{From|To}GetRoutine() to use pass-by-reference argument.Masahiko Sawada
2025-02-27Refactor COPY TO to use format callback functions.Masahiko Sawada
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-10-21Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-08-16Refactor CopyOneRowToHeikki Linnakangas
2024-08-08Refactor error messages to reduce duplicationAlvaro Herrera
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-09Fix indentation of copyto.cMichael Paquier
2024-02-09Improve COPY TO performance when server and client encodings matchMichael Paquier
2024-02-07Simplify signature of CopyAttributeOutCSV() in copyto.cMichael Paquier
2024-02-06Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"Michael Paquier
2024-02-05Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TOMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-03-29Simplify useless 0L constantsPeter Eisentraut
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-11-02Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TOMichael Paquier
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-01-29Fix incorrect memory context switch in COPY TO executionMichael Paquier
2022-01-28Add HEADER support to COPY text formatPeter Eisentraut
2022-01-28Add some const decorationsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-21doc: Improve hyphenation consistencyPeter Eisentraut
2021-03-09Add support for more progress reporting in COPYMichael Paquier
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-01-06Report progress of COPY commandsTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-23Split copy.c into four files.Heikki Linnakangas