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
/
copy.c
Commit message (
Expand
)
Author
Age
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
2024-01-19
*
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-16
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add error about the use of FREEZE in COPY TO
Bruce Momjian
2023-11-13
*
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM
Andrew Dunstan
2023-09-30
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
*
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
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Add support for COPY TO callback functions
Michael Paquier
2022-10-11
*
Reject MERGE in CTEs and COPY
Alvaro Herrera
2022-08-12
*
Improve two comments related to a boolean DefElem's value
Michael Paquier
2022-07-11
*
Fix two issues with HEADER MATCH in COPY
Michael Paquier
2022-06-23
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Add header matching mode to COPY FROM
Peter Eisentraut
2022-03-30
*
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
*
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Remove Value node struct
Peter Eisentraut
2021-09-09
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
*
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-19
*
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
*
Fix handling of redundant options with COPY for "freeze" and "header"
Michael Paquier
2020-10-05
*
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
*
Improve performance of binary COPY FROM through better buffering.
Tom Lane
2020-07-25
*
Add comment to explain an unused function parameter
David Rowley
2020-07-14
*
Avoid useless buffer allocations during binary COPY FROM.
Tom Lane
2020-07-11
*
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-29
*
Removal unused function parameter in CopyReadBinaryAttribute.
Amit Kapila
2020-06-20
*
Make COPY TO keep locks until the transaction end.
Amit Kapila
2020-05-15
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-17
*
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-16
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
PG_FINALLY
Peter Eisentraut
2019-11-01
[next]