aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Fix thinko in comment.Etsuro Fujita2022-09-22
* Fix typo in comment.Etsuro Fujita2022-08-26
* Fix typo in comment.Etsuro Fujita2022-03-30
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas2021-02-05
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix missing calls to table_finish_bulk_insert during COPY, take 2David Rowley2019-07-10
* Revert fix missing call to table_finish_bulk_insert during COPYDavid Rowley2019-07-02
* Remove surplus call to table_finish_bulk_insertDavid Rowley2019-07-02
* Fix missing call to table_finish_bulk_insert during COPYDavid Rowley2019-07-02
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley2019-06-05
* Fix typos.Amit Kapila2019-05-26
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Remove outdated comment in copy.c.Andres Freund2019-05-19
* More message style fixesAlvaro Herrera2019-05-16
* Remove unused struct member, enforce multi_insert callback presence.Andres Freund2019-04-04
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-01
* Generated columnsPeter Eisentraut2019-03-30
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Improve code commentPeter Eisentraut2019-03-14
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Refactor planner's header files.Tom Lane2019-01-29
* Separate per-batch and per-tuple memory contexts in COPYTomas Vondra2019-01-29
* Fix comments that claimed that mblen() only looks at first byte.Heikki Linnakangas2019-01-25
* Fix handling of volatile expressions in COPY FROM ... WHERETomas Vondra2019-01-22
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Allow COPY FROM to filter data using WHERE conditionsTomas Vondra2019-01-20
* Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera2019-01-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier2018-12-23
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Add needed #include.Tom Lane2018-11-19
* Handle EPIPE more sanely when we close a pipe reading from a program.Tom Lane2018-11-19
* Disallow COPY FREEZE on partitioned tablesAlvaro Herrera2018-11-19
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15