summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-16/+13
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-25/+26
* Change COPY CSV keyword to be:Bruce Momjian2004-04-211-52/+51
* Prevent doubling of escapes when not in quote mode for CSV.Bruce Momjian2004-04-191-2/+2
* Complete TODO item:Bruce Momjian2004-04-191-43/+467
* Modify COPY for() loop to use attnum as a variable name, not 'i'.Bruce Momjian2004-04-151-15/+16
* The attached applied patch throws an error if the delimiter appears inBruce Momjian2004-04-061-1/+9
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-1/+2
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-281-4/+4
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-2/+9
* Don't use %s-with-precision format spec to truncate data being displayedTom Lane2004-01-181-12/+48
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Modify COPY FROM to match the null-value string against the column valueTom Lane2003-10-061-24/+45
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-291-201/+302
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer.Tom Lane2003-08-281-2/+2
* libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane2003-08-131-1/+11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-100/+109
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+3
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-221-2/+2
* Error message editing in backend/executor.Tom Lane2003-07-211-2/+2
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-110/+201
* Remove use of geteuid under Win32.Bruce Momjian2003-05-161-1/+15
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-091-194/+178
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-091-6/+4
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-9/+19
* COPY and pg_dump failed to cope with zero-column tables. Fix 'em.Tom Lane2003-04-251-13/+37
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-10/+27