aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* 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
* Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.Tom Lane2016-11-10
* Drop server support for FE/BE protocol version 1.0.Tom Lane2016-10-11
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-03
* Add a HINT for client-vs-server COPY failure cases.Tom Lane2016-09-06
* Add location field to DefElemPeter Eisentraut2016-09-06
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pgindent run for 9.6Robert Haas2016-06-09
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-06
* Update copyright for 2016Bruce Momjian2016-01-02
* COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev2015-11-27
* Message style fixPeter Eisentraut2015-11-17
* Message improvementsPeter Eisentraut2015-11-16
* Update spelling of COPY optionsPeter Eisentraut2015-11-04
* Message style improvementsPeter Eisentraut2015-10-28
* COPY: use pg_plan_query() instead of planner()Alvaro Herrera2015-09-28
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Improve RLS handling in copy.cStephen Frost2015-07-27
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Clean up range-table building in copy.cStephen Frost2015-01-28
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Update copyright for 2015Bruce Momjian2015-01-06
* Add error handling for failing fstat() calls in copy.c.Andres Freund2015-01-04
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-04
* Speed up COPY into tables with DEFAULT nextval()Simon Riggs2014-01-20
* Update copyright for 2014Bruce Momjian2014-01-07
* Comment: COPY comment improvementBruce Momjian2013-12-17
* Fix subtly-wrong volatility checking in BeginCopyFrom().Tom Lane2013-11-08