aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copyfromparse.c
Commit message (Expand)AuthorAge
* Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut2025-03-29
* Re-export NextCopyFromRawFields() to copy.h.Masahiko Sawada2025-02-28
* Refactor COPY FROM to use format callback functions.Masahiko Sawada2025-02-28
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Reject a copy EOF marker that has data ahead of it on the same line.Tom Lane2024-10-01
* Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane2024-09-30
* Message style improvementsPeter Eisentraut2024-08-29
* Remove obsolete comment in CopyReadLineText().Tom Lane2024-04-06
* Add new COPY option LOG_VERBOSITY.Masahiko Sawada2024-04-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier2024-02-14
* Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier2024-02-05
* Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov2024-01-19
* Add new COPY option SAVE_ERROR_TOAlexander Korotkov2024-01-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Fix performance problem with new COPY DEFAULT codeDavid Rowley2023-07-27
* Message wording improvementsPeter Eisentraut2023-07-10
* Don't try to read default for a non-existent attributeAndrew Dunstan2023-03-15
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix typo in comment.Etsuro Fujita2022-08-26
* Simplify and clarify an error messagePeter Eisentraut2022-08-18
* Fix two issues with HEADER MATCH in COPYMichael Paquier2022-06-23
* Fix COPY FROM when database encoding is SQL_ASCII.Heikki Linnakangas2022-05-29
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add header matching mode to COPY FROMPeter Eisentraut2022-03-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix duplicate words in commentsDaniel Gustafsson2021-10-04
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas2021-04-01
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas2021-02-05
* Fix small error in COPY FROM progress reporting.Heikki Linnakangas2021-02-04
* Report progress of COPY commandsTomas Vondra2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Put "inline" marker on declarations of inline functions.Tom Lane2020-11-24
* Split copy.c into four files.Heikki Linnakangas2020-11-23