aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* COPY should handle after-insert triggers the same as execMain.c does.Tom Lane2001-03-14
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-22
* Suppress compiler warning in MULTIBYTE case.Tom Lane2001-01-19
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Fix copy to make it more robust against unexpected characterTatsuo Ishii2001-01-06
* New file format for COPY BINARY, in accordance with pghackers discussionsTom Lane2001-01-03
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Avoid memory leakage during regular COPY when outputting toasted values.Tom Lane2000-12-02
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane2000-08-22
* Clean up inefficiency in ExecRelCheck, and cause it to do the rightTom Lane2000-08-06
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Suppress memory leak in COPY WITH OIDS TO wherever.Tom Lane2000-06-28
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-17
* Clean up #include's.Bruce Momjian2000-06-15
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* Update for 7.0.2.Bruce Momjian2000-06-05
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-30
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Reduce COPY IN lock from AccessExclusive to a more reasonableTom Lane2000-05-18
* Allow COPY WITH OIDS to system OID values --- rely on unique indexes toTom Lane2000-04-16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Hmm, absolute pathnames for the copy makes sense. I'll whip up thatBruce Momjian2000-03-23
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-09
* contrib-array.patchBruce Momjian2000-02-13
* Ooops ... 'char c' can hold a char, but it can't hold EOF ...Tom Lane2000-02-09
* Add:Bruce Momjian2000-01-26
* Change a few routines into macros to improve speed of COPY IN inner loop.Tom Lane2000-01-22
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* Rearrange coding in COPY so that expansible string buffer for data beingTom Lane2000-01-16
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* 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