summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-07-31Produce proper error message for COPY (SELECT INTO)Tomas Vondra
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-10Fix COPY's handling of transition tables with indexes.Andrew Gierth
2017-06-28Fix transition tables for wCTEs.Andrew Gierth
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-13Re-run pgindent.Tom Lane
2017-06-07Prevent BEFORE triggers from violating partitioning constraints.Robert Haas
2017-06-03Allow parallelism in COPY (query) TO ...;Andres Freund
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-16Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas
2017-05-10Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera
2017-05-09Allow COPY (INSERT RETURNING), but block COPY (SELECT INTO)Pavan Deolasee
2017-05-05Do not add a newline ('\n') between rows while running a BINARY COPY protocol.Pavan Deolasee
2017-04-18Set range table for CopyFrom() in tablesyncPeter Eisentraut
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-06Avoid dangling pointer to relation name in RLS code path in DoCopy().Tom Lane
2017-02-21Make more use of castNode()Peter Eisentraut
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-24Fix interaction of partitioned tables with BulkInsertState.Robert Haas
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Move partition_tuple_slot out of EState.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Fix tuple routing in cases where tuple descriptors don't match.Robert Haas
2016-12-21Refactor partition tuple routing code to reduce duplication.Robert Haas
2016-12-13Clean up code, comments, and formatting for table partitioning.Robert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-12-02Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera
2016-11-10Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-26Improve RLS handling in copy.cStephen Frost
2016-10-18remove pgxc/pool/postgresql_fdw.c as is_immutable_func() is unusedTomas Vondra