index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
copyto.c
Age
Commit message (
Expand
)
Author
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-10
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-02
Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO
Michael Paquier
2022-10-11
Add support for COPY TO callback functions
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-03-04
Parse/analyze function renaming
Peter Eisentraut
2022-01-29
Fix incorrect memory context switch in COPY TO execution
Michael Paquier
2022-01-28
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-28
Add some const decorations
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-21
doc: Improve hyphenation consistency
Peter Eisentraut
2021-03-09
Add support for more progress reporting in COPY
Michael Paquier
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-01-06
Report progress of COPY commands
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-23
Split copy.c into four files.
Heikki Linnakangas