summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-101-1/+1
* Allow the low level COPY routines to read arbitrary numbers of fields.Andrew Dunstan2010-12-061-36/+57
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Support triggers on views.Tom Lane2010-10-101-1/+1
* Typo fix. "CVS" is not the same thing as "CSV".Robert Haas2010-09-221-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Make sure we wait for protocol-level EOF when ending binary COPY IN.Tom Lane2010-09-181-3/+28
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-2/+2
* Centralize DML permissions-checking logic.Robert Haas2010-07-221-22/+19
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-8/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-12/+13
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-201-4/+2
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-2/+2
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-031-1/+7
* Fix memory leak created by deferrable-index-constraints patches.Tom Lane2010-01-311-1/+3
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-2/+2
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-201-3/+8
* Define a new, more extensible syntax for COPY options.Tom Lane2009-09-211-29/+46
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-3/+7
* Code review for FORCE QUOTE * patch: fix error checking to consider FORCETom Lane2009-07-251-8/+7
* Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead...Andrew Dunstan2009-07-251-6/+4
* Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.Andrew Dunstan2009-07-251-3/+17
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-37/+38
* Improve comment about 'if (1)' hack in copy.c macros.Tom Lane2009-06-031-5/+7
* Add comment about why "((void) 0)" is used in copy macros.Bruce Momjian2009-06-031-2/+3
* Change macros to make gcc quiet when parsing.Michael Meskes2009-05-291-8/+5