summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
AgeCommit message (Expand)Author
2013-03-10Support writable foreign tables.Tom Lane
2013-03-03Add a materialized view relations.Kevin Grittner
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-02-02Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian
2013-01-26Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-31Fix compiler warning about uninitialized variablePeter Eisentraut
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-24Update comments on rd_newRelfilenodeSubid.Simon Riggs
2012-12-17Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-07Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs
2012-12-07Clarify that COPY FREEZE is not a hard rule.Simon Riggs
2012-12-02Reduce scope of changes for COPY FREEZE.Simon Riggs
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-12Use correct text domain for translating errcontext() messages.Heikki Linnakangas
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-07-12Skip text->binary conversion of unnecessary columns in contrib/file_fdw.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-07Make "unexpected EOF" messages DEBUG1 unless in an open transactionMagnus Hagander
2012-04-23Lots of doc corrections.Robert Haas
2012-03-25Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane
2012-03-19Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-14COPY: Add an assertionPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-09Fix compiler warning.Robert Haas
2011-11-09In COPY, insert tuples to the heap in batches.Heikki Linnakangas
2011-10-18Suppress -Wunused-result warnings about write() and fwrite().Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-28Rearrange snapshot handling to make rule expansion more consistent.Tom Lane
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-02-22Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane
2011-02-21Fix dangling-pointer problem in before-row update trigger processing.Tom Lane
2011-02-21Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro
2011-02-20Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane
2011-02-18Fix an uninitialized field in DR_copy.Itagaki Takahiro
2011-02-16Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro
2011-02-07Fix error messages for FreeFile in COPY command.Itagaki Takahiro
2011-01-01Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-12-06Allow the low level COPY routines to read arbitrary numbers of fields.Andrew Dunstan
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-10Support triggers on views.Tom Lane
2010-09-22Typo fix. "CVS" is not the same thing as "CSV".Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-18Make sure we wait for protocol-level EOF when ending binary COPY IN.Tom Lane
2010-08-13Include the backend ID in the relpath of temporary relations.Robert Haas
2010-07-22Centralize DML permissions-checking logic.Robert Haas