summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-061-1/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev2015-11-271-8/+51
* Message style fixPeter Eisentraut2015-11-171-1/+1
* Message improvementsPeter Eisentraut2015-11-161-1/+1
* Update spelling of COPY optionsPeter Eisentraut2015-11-041-7/+7
* Message style improvementsPeter Eisentraut2015-10-281-1/+1
* COPY: use pg_plan_query() instead of planner()Alvaro Herrera2015-09-281-4/+1
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-021-11/+21
* Improve RLS handling in copy.cStephen Frost2015-07-271-18/+27
* pgindent run for 9.5Bruce Momjian2015-05-231-14/+15
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-3/+4
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-1/+1
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-301-1/+2
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-021-0/+14
* Clean up range-table building in copy.cStephen Frost2015-01-281-4/+5
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-281-3/+7
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Add error handling for failing fstat() calls in copy.c.Andres Freund2015-01-041-2/+6
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-271-11/+37
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-1/+65
* pgindent run for 9.4Bruce Momjian2014-05-061-41/+42
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-041-4/+70
* Speed up COPY into tables with DEFAULT nextval()Simon Riggs2014-01-201-2/+13
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Comment: COPY comment improvementBruce Momjian2013-12-171-2/+2
* Fix subtly-wrong volatility checking in BeginCopyFrom().Tom Lane2013-11-081-5/+9
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-231-0/+6
* pgindent run for release 9.3Bruce Momjian2013-05-291-29/+28
* Print line number correctly in COPY.Heikki Linnakangas2013-05-231-14/+40
* Support writable foreign tables.Tom Lane2013-03-101-11/+4
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+11
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-271-55/+150
* Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian2013-02-021-27/+23
* Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian2013-01-261-12/+20
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix compiler warning about uninitialized variablePeter Eisentraut2012-12-311-0/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-6/+8
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-241-6/+15
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-171-1/+1
* Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs2012-12-071-1/+2
* Clarify that COPY FREEZE is not a hard rule.Simon Riggs2012-12-071-5/+5
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-021-6/+3
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-011-0/+33
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-121-6/+6
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Skip text->binary conversion of unnecessary columns in contrib/file_fdw.Tom Lane2012-07-121-0/+53
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-10/+12