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