summaryrefslogtreecommitdiff
path: root/src/backend/commands/copyto.c
AgeCommit message (Expand)Author
2026-07-21Message style fixesPeter Eisentraut
2026-07-11Shorten pg_attribute_always_inline to pg_always_inlineTomas Vondra
2026-06-28pgindent fix for commit effb923d9deAndrew Dunstan
2026-06-27COPY TO FORMAT JSON: respect column list orderAndrew Dunstan
2026-05-30Apply encoding conversion in COPY TO FORMAT JSONAndrew Dunstan
2026-05-14Fix attribute mapping for COPY TO on partitioned tables.Masahiko Sawada
2026-05-13Pre-beta mechanical code beautification, step 1: run pgindent.Tom Lane
2026-04-15Fix COPY TO FORMAT JSON to exclude generated columns.Andrew Dunstan
2026-03-30Thread flags through begin-scan APIsMelanie Plageman
2026-03-20Add option force_array for COPY JSON FORMATAndrew Dunstan
2026-03-20json format for COPY TOAndrew Dunstan
2026-03-20introduce CopyFormat, refactor CopyFormatOptionsAndrew Dunstan
2026-03-16Reduce header inclusions via execnodes.hÁlvaro Herrera
2026-03-06Don't include wait_event.h in pgstat.hÁlvaro Herrera
2026-02-03Add two IO wait events for COPY FROM/TO on a pipe/file/programMichael Paquier
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-09Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-11-08Fix comment in copyto.cMichael Paquier
2025-10-20Support COPY TO for partitioned tables.Masahiko Sawada
2025-10-08Add ExplainState argument to pg_plan_query() and planner().Robert Haas
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
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