aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* 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
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Run COPY OUT in a temporary memory context that's reset once per row,Tom Lane2002-12-01
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-26
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Add missing #include <errno.h>.Tom Lane2002-10-19
* Arrange to copy relcache's trigdesc structure at the start of anyTom Lane2002-10-14
* Code review for check-domain-constraints-in-COPY patch. Do correct thingTom Lane2002-09-20
* Change domain patch to COERCE_IMPLICIT_CAST, per Tom.Bruce Momjian2002-09-20
* Fix compile error from Rod's patch.Bruce Momjian2002-09-20
* Fixed this problem and added regression tests in domain.sql.Bruce Momjian2002-09-20
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-24
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-19
* Clean up leftover bugs from recent COPY feature patch --- missedTom Lane2002-08-19