aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* 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
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-10
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Avoid dangling pointer to relation name in RLS code path in DoCopy().Tom Lane2017-03-06
* Make more use of castNode()Peter Eisentraut2017-02-21
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Reindent table partitioning code.Robert Haas2017-01-24
* Fix interaction of partitioned tables with BulkInsertState.Robert Haas2017-01-24
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-19
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-04
* Move partition_tuple_slot out of EState.Robert Haas2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix tuple routing in cases where tuple descriptors don't match.Robert Haas2016-12-22
* Refactor partition tuple routing code to reduce duplication.Robert Haas2016-12-21
* Clean up code, comments, and formatting for table partitioning.Robert Haas2016-12-13
* Implement table partitioning.Robert Haas2016-12-07
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02