aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Don't needlessly check the partition contraint twiceAlvaro Herrera2018-06-11
* Widen COPY FROM's current-line-number counter from 32 to 64 bits.Tom Lane2018-05-22
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Allow insert and update tuple routing and COPY for foreign tables.Robert Haas2018-04-06
* Add default roles for file/program accessStephen Frost2018-04-06
* Enforce child constraints during COPY TO a partitioned table.Robert Haas2018-04-06
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Be lazier about partition tuple routing.Robert Haas2018-02-22
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Factor error generation out of ExecPartitionCheck.Robert Haas2018-01-05
* Simplify and encapsulate tuple routing support code.Robert Haas2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Apply identity sequence values on COPYPeter Eisentraut2017-12-08
* Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas2017-12-01
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Centralize executor-related partitioning code.Robert Haas2017-11-15
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch2017-11-05
* Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.Robert Haas2017-10-12
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-01
* Fix saving and restoring umaskPeter Eisentraut2017-09-22
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Use a real RT index when setting up partition tuple routing.Robert Haas2017-07-17
* Fix COPY's handling of transition tables with indexes.Andrew Gierth2017-07-10
* Fix transition tables for wCTEs.Andrew Gierth2017-06-28
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Prevent BEFORE triggers from violating partitioning constraints.Robert Haas2017-06-07
* Allow parallelism in COPY (query) TO ...;Andres Freund2017-06-02
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-16
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2017-05-10
* Set range table for CopyFrom() in tablesyncPeter Eisentraut2017-04-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10