Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-09-22Fix thinko in comment.Etsuro Fujita
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-03-30Fix typo in comment.Etsuro Fujita
2022-03-21Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-01-19Remove redundant memory context switches in BeginCopyFrom().Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-27Fix typos in commentsDaniel Gustafsson
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier