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
/
copyfromparse.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix typo in comment.
Etsuro Fujita
2022-08-26
*
Simplify and clarify an error message
Peter Eisentraut
2022-08-18
*
Fix two issues with HEADER MATCH in COPY
Michael Paquier
2022-06-23
*
Fix COPY FROM when database encoding is SQL_ASCII.
Heikki Linnakangas
2022-05-29
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Add header matching mode to COPY FROM
Peter Eisentraut
2022-03-30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
*
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
*
Do COPY FROM encoding conversion/verification in larger chunks.
Heikki Linnakangas
2021-04-01
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Fix backslash-escaping multibyte chars in COPY FROM.
Heikki Linnakangas
2021-02-05
*
Fix small error in COPY FROM progress reporting.
Heikki Linnakangas
2021-02-04
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-30
*
Put "inline" marker on declarations of inline functions.
Tom Lane
2020-11-24
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23