summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Further hacking on performance of COPY OUT. It seems that fwrite()'sTom Lane2006-05-261-45/+40
* Reduce per-character overhead in COPY OUT by combining calls toTom Lane2006-05-251-42/+90
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-211-3/+9
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-66/+1
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-22/+23
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-231-2/+7
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-031-2/+18
* Prevent COPY from using newline or carriage return as delimiter or null.Bruce Momjian2006-02-031-1/+20
* Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian2005-12-281-14/+26
* Our code had:Bruce Momjian2005-12-271-454/+258
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-15/+15
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-267/+272
* COPY's test for read-only transaction was backward; it prohibited COPY TOTom Lane2005-10-031-2/+2
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-1/+7
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-12/+9
* Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.Tom Lane2005-09-011-5/+6
* COPY performance improvements. Avoid calling CopyGetData for each inputTom Lane2005-08-061-1037/+1501
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-101-7/+11
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+1
* Add support for \x hex escapes in COPY.Bruce Momjian2005-06-021-1/+38
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-071-10/+56
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-2/+3
* Convert some mulit-line comments in copy.c to single line, as appropriate.Bruce Momjian2005-05-061-85/+29
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-18/+10
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-2/+1
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-2/+6
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-7/+4
* Handle carriage returns and line feeds in COPY CSV mode.Bruce Momjian2005-03-121-76/+120
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* > If it bothers you that much. I'd make a flag, cleared at the start ofBruce Momjian2004-12-031-1/+22
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-061-2/+2
* Fix failure to think clearly about encoding conversion errors in COPY.Tom Lane2004-10-291-31/+22
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-5/+2
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-101-1/+11
* Pgindent run for 8.0.Bruce Momjian2004-08-291-104/+115
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-7/+42
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-2/+2
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-23/+23