summaryrefslogtreecommitdiff
path: root/src/backend/commands/copyto.c
AgeCommit message (Expand)Author
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