summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* Cancel query support from MassimoBruce Momjian1999-09-271-1/+7
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-16/+15
* Eliminate query length limitation imposed by pg_client_to_serverTom Lane1999-09-111-109/+65
* Plug several holes in backend's ability to cope withTom Lane1999-07-221-12/+28
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-11/+12
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-16/+16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-2/+2
* Fix critical error noticed by Massimo: copy.c used to have aTom Lane1999-06-121-17/+2
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-291-3/+3
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-17/+17
* pgindent run over code.Bruce Momjian1999-05-251-84/+114
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-4/+4
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-2/+2
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-9/+25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-071-2/+3
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-13/+7
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-3/+5
* Fixed growing of backend due to not pfree()'d data on COPY FROMJan Wieck1999-02-011-2/+1
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-231-4/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+9
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-111-51/+154
* Initial MVCC code.Vadim B. Mikheev1998-12-151-1/+22
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-18/+9
* Get rid of some minor compiler warnings.Tom Lane1998-10-261-2/+2
* Allow 8-key indexes.Bruce Momjian1998-09-231-2/+2
* AIX align fix.Bruce Momjian1998-09-081-2/+2
* Alignment cleanup so no more massive switch statements for alignment,Bruce Momjian1998-09-071-33/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-33/+35
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-28/+28
* Prevent file descriptor leak from failed COPY.Bruce Momjian1998-08-291-6/+16
* Fix scanner name length trimming.Bruce Momjian1998-08-291-1/+3
* This is the first (of hopefully few) AIX port patches. This patchBruce Momjian1998-08-291-4/+4
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-3/+58
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-15/+8
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-65/+10
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-10/+10
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-7/+62
* Fix for COPY problem and atttypmod.Bruce Momjian1998-07-151-3/+3
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-5/+5
* From: t-ishii@sra.co.jpMarc G. Fournier1998-06-191-15/+9
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-23/+1
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-301-1/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-7/+8
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-2/+2
* Atttypmod cleanup.Bruce Momjian1998-02-131-3/+2
* Pass around typmod as int16.Bruce Momjian1998-02-101-5/+19
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-4/+4