Commit Graph

34 Commits (9e2d8701194fa1d280b73c024759950c74c1c637)

Author SHA1 Message Date
Alexander Korotkov 9e2d870119 Add new COPY option SAVE_ERROR_TO 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Tom Lane 743ddafc71 Ensure we preprocess expressions before checking their volatility. 2 years ago
Tom Lane d8a09939a3 In COPY FROM, fail cleanly when unsupported encoding conversion is needed. 2 years ago
Andrew Dunstan 276393f53e Only evaluate default values as required when doing COPY FROM 2 years ago
Andrew Dunstan f6d4c9cf16 Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM 2 years ago
Michael Paquier e434e21e11 Remove redundant assignments in copyfrom.c 2 years ago
David Rowley b635ac03e8 Fix performance problem with new COPY DEFAULT code 2 years ago
Tomas Vondra 19d8e2308b Ignore BRIN indexes when checking for HOT updates 3 years ago
Andrew Dunstan 9f8377f7a2 Add a DEFAULT option to COPY FROM 3 years ago
Tom Lane b803b7d132 Fill EState.es_rteperminfos more systematically. 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Alvaro Herrera a61b1f7482
Rework query relation permission checking 3 years ago
Alvaro Herrera fb958b5da8
Generalize ri_RootToPartitionMap to use for non-partition children 3 years ago
Etsuro Fujita 97da48246d Allow batch insertion during COPY into a foreign table. 3 years ago
Etsuro Fujita cbe6dd17ac Fix thinko in comment. 3 years ago
David Rowley 421892a192 Further reduce warnings with -Wshadow=compatible-local 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Etsuro Fujita f505bec711 Fix typo in comment. 4 years ago
Tom Lane 1f8bc44868 Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. 4 years ago
Tom Lane 89f059bdf5 Remove redundant memory context switches in BeginCopyFrom(). 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Daniel Gustafsson 8af57ad815 Fix typos in comments 4 years ago
Michael Paquier 609b0652af Fix typos and grammar in documentation and code comments 4 years ago
Tom Lane c5b7ba4e67 Postpone some stuff out of ExecInitModifyTable. 4 years ago
Heikki Linnakangas f82de5c46b Do COPY FROM encoding conversion/verification in larger chunks. 5 years ago
Tom Lane 86dc90056d Rework planning and execution of UPDATE and DELETE. 5 years ago
Michael Paquier 9d2d457009 Add support for more progress reporting in COPY 5 years ago
Heikki Linnakangas 3174d69fb9 Remove server and libpq support for old FE/BE protocol version 2. 5 years ago
Heikki Linnakangas 6214e2b228 Fix permission checks on constraint violation errors on partitions. 5 years ago
Peter Geoghegan 9dc718bdf2 Pass down "logically unchanged index" hint. 5 years ago
Tomas Vondra 8a4f618e7a Report progress of COPY commands 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Heikki Linnakangas c532d15ddd Split copy.c into four files. 5 years ago