summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix de-escaping checks so that we will reject \000 as well as other invalidlyTom Lane2009-04-191-8/+8
* Modify the relcache to record the temp status of both local and nonlocalTom Lane2009-03-311-3/+2
* Adjust phrasing of complaints about multi-byte COPY delimiter strings.Tom Lane2009-03-261-5/+5
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-061-11/+28
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-021-2/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-301-2/+2
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-061-7/+11
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-11/+8
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-10/+8
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-261-2/+2
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-261-1/+2
* Improve efficiency of attribute scanning in CopyReadAttributesCSV.Andrew Dunstan2008-03-081-50/+64
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Add sanity check to ensure delimiter and quote are different in CSV modeAndrew Dunstan2007-12-301-1/+6
* Disallow digits and lower-case ASCII letters as the delimiter in non-CSVTom Lane2007-12-271-4/+15
* Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls.Tom Lane2007-12-271-19/+19
* Swap the order of testing for control characters and for column delimiter inTom Lane2007-12-271-15/+21
* Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,Tom Lane2007-12-031-17/+49
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-301-3/+3
* pgindent run for 8.3.Bruce Momjian2007-11-151-21/+29
* Perform post-escaping encoding validity checks on SQL literals and COPY inputAndrew Dunstan2007-09-121-2/+17
* Don't take ProcArrayLock while exiting a transaction that has no XID; there isTom Lane2007-09-071-8/+1
* Minor code cleanup: calling FreeFile() before ereport(ERROR) is notNeil Conway2007-06-201-7/+1
* Marginal hacking to improve the speed of COPY OUT. I had found in a bit ofTom Lane2007-06-171-54/+74
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-2/+3
* Update docs/error message for CSV quote/escape --- must be ASCII.Bruce Momjian2007-04-181-3/+3
* Update error message for COPY with a multi-byte delimiter.Bruce Momjian2007-04-181-2/+2
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-161-2/+2
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-291-55/+57
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-27/+16
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-031-19/+7
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-4/+5
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-251-2/+51
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Message style improvementsPeter Eisentraut2006-10-061-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-89/+92
* Attibution addition: Add Karel Zak also for COPY SELECT.Bruce Momjian2006-08-311-2/+2
* Correct attibution:Bruce Momjian2006-08-311-2/+2
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-290/+519
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-10/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2