aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* COPY's test for read-only transaction was backward; it prohibited COPY TOREL8_0_4Tom Lane2005-10-03
* Fix bug in COPY CSV mode: handle consecutive embedded newlines in COPYNeil Conway2005-05-13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* > If it bothers you that much. I'd make a flag, cleared at the start ofBruce Momjian2004-12-03
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-06
* Fix failure to think clearly about encoding conversion errors in COPY.Tom Lane2004-10-29
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Change COPY CSV keyword to be:Bruce Momjian2004-04-21
* Prevent doubling of escapes when not in quote mode for CSV.Bruce Momjian2004-04-19
* Complete TODO item:Bruce Momjian2004-04-19
* Modify COPY for() loop to use attnum as a variable name, not 'i'.Bruce Momjian2004-04-15
* The attached applied patch throws an error if the delimiter appears inBruce Momjian2004-04-06
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-28
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Don't use %s-with-precision format spec to truncate data being displayedTom Lane2004-01-18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Modify COPY FROM to match the null-value string against the column valueTom Lane2003-10-06
* Improve context display for failures during COPY IN, as recentlyTom Lane2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer.Tom Lane2003-08-28
* libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane2003-08-13
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* Error message editing in backend/executor.Tom Lane2003-07-21
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Remove use of geteuid under Win32.Bruce Momjian2003-05-16
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* COPY and pg_dump failed to cope with zero-column tables. Fix 'em.Tom Lane2003-04-25
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Allow \r and \r\n termination for COPY files.Bruce Momjian2003-04-19
* Add pipe parameter to COPY function to allow proper line termination.Bruce Momjian2003-04-19
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27