summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make "unexpected EOF" messages DEBUG1 unless in an open transactionMagnus Hagander2012-05-071-3/+3
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane2012-03-251-16/+29
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-4/+6
* COPY: Add an assertionPeter Eisentraut2012-03-141-0/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix compiler warning.Robert Haas2011-11-091-1/+1
* In COPY, insert tuples to the heap in batches.Heikki Linnakangas2011-11-091-13/+153
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-181-3/+3
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-4/+4
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-54/+54
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-281-1/+2
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-0/+1
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-221-0/+1
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-211-15/+14
* Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro2011-02-211-20/+40
* Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane2011-02-201-53/+85
* Fix an uninitialized field in DR_copy.Itagaki Takahiro2011-02-181-0/+1
* Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro2011-02-161-499/+725
* Fix error messages for FreeFile in COPY command.Itagaki Takahiro2011-02-071-2/+2
* Basic foreign table support.Robert Haas2011-01-011-0/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1