index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
copyto.c
Commit message (
Expand
)
Author
Age
*
Don't lock partitions pruned by initial pruning
Amit Langote
2025-02-20
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
*
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-21
*
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
2024-09-30
*
Refactor CopyOneRowTo
Heikki Linnakangas
2024-08-16
*
Refactor error messages to reduce duplication
Alvaro Herrera
2024-08-08
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Fix indentation of copyto.c
Michael Paquier
2024-02-09
*
Improve COPY TO performance when server and client encodings match
Michael Paquier
2024-02-09
*
Simplify signature of CopyAttributeOutCSV() in copyto.c
Michael Paquier
2024-02-07
*
Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"
Michael Paquier
2024-02-07
*
Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO
Michael Paquier
2024-02-05
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
*
Introduce macros for protocol characters.
Nathan Bossart
2023-08-22
*
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
*
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-10
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO
Michael Paquier
2022-11-02
*
Add support for COPY TO callback functions
Michael Paquier
2022-10-11
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
*
Fix incorrect memory context switch in COPY TO execution
Michael Paquier
2022-01-29
*
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-28
*
Add some const decorations
Peter Eisentraut
2022-01-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
*
Add support for more progress reporting in COPY
Michael Paquier
2021-03-09
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23