summaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAgeFilesLines
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-171-58/+24
* Clean up #include's.Bruce Momjian2000-06-151-1/+2
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-3/+3
* Update for 7.0.2.Bruce Momjian2000-06-051-2/+2
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-3/+6
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-12/+3
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-14/+9
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+2
* Reduce COPY IN lock from AccessExclusive to a more reasonableTom Lane2000-05-181-6/+8
* Allow COPY WITH OIDS to system OID values --- rely on unique indexes toTom Lane2000-04-161-15/+17
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-43/+52
* Hmm, absolute pathnames for the copy makes sense. I'll whip up thatBruce Momjian2000-03-231-1/+6
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-091-1/+43
* contrib-array.patchBruce Momjian2000-02-131-3/+6
* Ooops ... 'char c' can hold a char, but it can't hold EOF ...Tom Lane2000-02-091-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Change a few routines into macros to improve speed of COPY IN inner loop.Tom Lane2000-01-221-33/+20
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-191-2/+2
* Rearrange coding in COPY so that expansible string buffer for data beingTom Lane2000-01-161-73/+95
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-12/+9
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-3/+3
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-141-17/+26
* COPY to a relation should keep write lock till transaction commit.Tom Lane1999-11-271-8/+15
* Add system indexes to match all caches.Bruce Momjian1999-11-221-5/+5
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-211-4/+9
* 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