summaryrefslogtreecommitdiff
path: root/src/backend/commands/copyfrom.c
AgeCommit message (Expand)Author
3 daysRevert UPDATE/DELETE FOR PORTION OFPeter Eisentraut
2026-06-27Reject child partition FDWs in FOR PORTION OFPeter Eisentraut
2026-05-19Fix COPY FROM ON_ERROR SET_NULL with selective column listFujii Masao
2026-04-01Fix vicinity of tuple_insert to use uint32, not int, for optionsÁlvaro Herrera
2026-03-20introduce CopyFormat, refactor CopyFormatOptionsAndrew Dunstan
2026-03-16Reduce header inclusions via execnodes.hÁlvaro Herrera
2026-03-13Optimize COPY FROM (FORMAT {text,csv}) using SIMD.Nathan Bossart
2026-03-12Extend DomainHasConstraints() to optionally check constraint volatilityAndrew Dunstan
2026-03-03Add COPY (on_error set_null) optionPeter Eisentraut
2026-02-17Use a bitmask for ExecInsertIndexTuples optionsÁlvaro Herrera
2026-01-01Update copyright for 2026Bruce Momjian
2025-12-09Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-09-04Fix replica identity check for INSERT ON CONFLICT DO UPDATE.Dean Rasheed
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-04Refactor Copy{From|To}GetRoutine() to use pass-by-reference argument.Masahiko Sawada
2025-02-28Refactor COPY FROM to use format callback functions.Masahiko Sawada
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit Langote
2025-02-06Disallow COPY FREEZE on foreign tables.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-15Remove unnecessary backslash from CopyFrom() code.Fujii Masao
2024-10-08Add REJECT_LIMIT option to the COPY command.Fujii Masao
2024-10-03Refactor CopyFrom() in copyfrom.c.Fujii Masao
2024-10-03Add log_verbosity = 'silent' support to COPY command.Fujii Masao
2024-08-16Relocate a badly placed Assert in COPY FROM codeDavid Rowley
2024-08-08Refactor error messages to reduce duplicationAlvaro Herrera
2024-07-30Disallow setting MAX_PARTITION_BUFFERS to less than 2David Rowley
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-11Revert: Let table AM insertion methods control index insertionAlexander Korotkov
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Let table AM insertion methods control index insertionAlexander Korotkov
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-14Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"Michael Paquier
2024-02-05Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier
2024-01-25Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-17Fix spelling in noticeAlexander Korotkov
2024-01-16Fix format specifier for NOTICE in copyfrom.cAlexander Korotkov
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-10-01In COPY FROM, fail cleanly when unsupported encoding conversion is needed.Tom Lane
2023-10-01Only evaluate default values as required when doing COPY FROMAndrew Dunstan
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-09Remove redundant assignments in copyfrom.cMichael Paquier
2023-07-27Fix performance problem with new COPY DEFAULT codeDavid Rowley
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-06Fill EState.es_rteperminfos more systematically.Tom Lane