Commit Graph

61 Commits (5386bfb9c1f566887d084e4ea2e350e7efd188c1)

Author SHA1 Message Date
Dean Rasheed 5386bfb9c1 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 1 week ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 6 months ago
Masahiko Sawada bacbc4863b Refactor Copy{From|To}GetRoutine() to use pass-by-reference argument. 6 months ago
Masahiko Sawada 7717f63006 Refactor COPY FROM to use format callback functions. 7 months ago
Amit Langote cbc127917e Track unpruned relids to avoid processing pruned relations 7 months ago
Nathan Bossart 401a6956fa Disallow COPY FREEZE on foreign tables. 7 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 10 months ago
Fujii Masao 9a70f67667 Remove unnecessary backslash from CopyFrom() code. 10 months ago
Fujii Masao 4ac2a9bece Add REJECT_LIMIT option to the COPY command. 11 months ago
Fujii Masao e55f025b05 Refactor CopyFrom() in copyfrom.c. 12 months ago
Fujii Masao e7834a1a25 Add log_verbosity = 'silent' support to COPY command. 12 months ago
David Rowley bd8fe12ef3 Relocate a badly placed Assert in COPY FROM code 1 year ago
Alvaro Herrera 498ee9ee2f
Refactor error messages to reduce duplication 1 year ago
David Rowley c19615fe39 Disallow setting MAX_PARTITION_BUFFERS to less than 2 1 year ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 1 year ago
Alexander Korotkov da841aa4dc Revert: Let table AM insertion methods control index insertion 1 year ago
Masahiko Sawada f5a227895e Add new COPY option LOG_VERBOSITY. 1 year ago
Alexander Korotkov b1484a3f19 Let table AM insertion methods control index insertion 1 year ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Dean Rasheed 5f2e179bd3 Support MERGE into updatable views. 2 years ago
Michael Paquier 06bd311bce Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM" 2 years ago
Michael Paquier 95fb5b4902 Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM 2 years ago
Masahiko Sawada 729439607a Add progress reporting of skipped tuples during COPY FROM. 2 years ago
Alexander Korotkov b725b7eec4 Rename COPY option from SAVE_ERROR_TO to ON_ERROR 2 years ago
Alexander Korotkov 58fbbc9d68 Fix spelling in notice 2 years ago
Alexander Korotkov 8ad1f7db87 Fix format specifier for NOTICE in copyfrom.c 2 years ago
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