aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix compiler warning.Robert Haas2011-11-09
* In COPY, insert tuples to the heap in batches.Heikki Linnakangas2011-11-09
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-22
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro2011-02-21
* Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane2011-02-20
* Fix an uninitialized field in DR_copy.Itagaki Takahiro2011-02-18
* Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro2011-02-16
* Fix error messages for FreeFile in COPY command.Itagaki Takahiro2011-02-07
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Allow the low level COPY routines to read arbitrary numbers of fields.Andrew Dunstan2010-12-06
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Support triggers on views.Tom Lane2010-10-10
* Typo fix. "CVS" is not the same thing as "CSV".Robert Haas2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make sure we wait for protocol-level EOF when ending binary COPY IN.Tom Lane2010-09-18
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Centralize DML permissions-checking logic.Robert Haas2010-07-22
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas2010-02-03
* Fix memory leak created by deferrable-index-constraints patches.Tom Lane2010-01-31
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Define a new, more extensible syntax for COPY options.Tom Lane2009-09-21
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Code review for FORCE QUOTE * patch: fix error checking to consider FORCETom Lane2009-07-25
* Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead...Andrew Dunstan2009-07-25
* Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro.Andrew Dunstan2009-07-25
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve comment about 'if (1)' hack in copy.c macros.Tom Lane2009-06-03
* Add comment about why "((void) 0)" is used in copy macros.Bruce Momjian2009-06-03
* Change macros to make gcc quiet when parsing.Michael Meskes2009-05-29
* Fix de-escaping checks so that we will reject \000 as well as other invalidlyTom Lane2009-04-19
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-31
* Adjust phrasing of complaints about multi-byte COPY delimiter strings.Tom Lane2009-03-26
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-06