aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* Fix saving and restoring umaskPeter Eisentraut2017-09-23
* Allow parallelism in COPY (query) TO ...;Andres Freund2017-06-02
* Avoid dangling pointer to relation name in RLS code path in DoCopy().Tom Lane2017-03-06
* Revert "Permit dump/reload of not-too-large >1GB tuples"Alvaro Herrera2016-12-06
* Permit dump/reload of not-too-large >1GB tuplesAlvaro Herrera2016-12-02
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-03
* 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
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-23
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Print line number correctly in COPY.Heikki Linnakangas2013-05-23
* Support writable foreign tables.Tom Lane2013-03-10
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian2013-02-02
* Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian2013-01-26
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix compiler warning about uninitialized variablePeter Eisentraut2012-12-31
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-24
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17