aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* COPY to a relation should keep write lock till transaction commit.Tom Lane1999-11-27
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-21
* Cancel query support from MassimoBruce Momjian1999-09-27
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Eliminate query length limitation imposed by pg_client_to_serverTom Lane1999-09-11
* Plug several holes in backend's ability to cope withTom Lane1999-07-22
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* Fix critical error noticed by Massimo: copy.c used to have aTom Lane1999-06-12
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-29
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-07
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Fixed growing of backend due to not pfree()'d data on COPY FROMJan Wieck1999-02-01
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-23
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-11
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Get rid of some minor compiler warnings.Tom Lane1998-10-26
* Allow 8-key indexes.Bruce Momjian1998-09-23
* AIX align fix.Bruce Momjian1998-09-08
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-07
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Prevent file descriptor leak from failed COPY.Bruce Momjian1998-08-29
* Fix scanner name length trimming.Bruce Momjian1998-08-29
* This is the first (of hopefully few) AIX port patches. This patchBruce Momjian1998-08-29
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Fix for COPY problem and atttypmod.Bruce Momjian1998-07-15
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* From: t-ishii@sra.co.jpMarc G. Fournier1998-06-19
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30