aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* 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
* Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs2012-12-07
* Clarify that COPY FREEZE is not a hard rule.Simon Riggs2012-12-07
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Skip text->binary conversion of unnecessary columns in contrib/file_fdw.Tom Lane2012-07-12
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Make "unexpected EOF" messages DEBUG1 unless in an open transactionMagnus Hagander2012-05-07