]> granicus.if.org Git - postgresql/history - src/backend/commands/copy.c
Preliminary code cleanup in elog(). Split out some code into utility
[postgresql] / src / backend / commands / copy.c
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneCOPY should handle after-insert triggers the same as...
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2001-01-19 Tom LaneSuppress compiler warning in MULTIBYTE case.
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-06 Tatsuo IshiiFix copy to make it more robust against unexpected...
2001-01-03 Tom LaneNew file format for COPY BINARY, in accordance with...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-02 Tom LaneAvoid memory leakage during regular COPY when outputtin...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-22 Tom LaneFix a many-legged critter reported by chifungfan@yahoo...
2000-08-06 Tom LaneClean up inefficiency in ExecRelCheck, and cause it...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-28 Tom LaneSuppress memory leak in COPY WITH OIDS TO wherever.
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-05 Bruce MomjianUpdate for 7.0.2.
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-18 Tom LaneReduce COPY IN lock from AccessExclusive to a more...
2000-04-16 Tom LaneAllow COPY WITH OIDS to system OID values --- rely...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-23 Bruce MomjianHmm, absolute pathnames for the copy makes sense. I...
2000-03-09 Hiroshi InoueTrial implementation of ALTER DROP COLUMN.
2000-02-13 Bruce Momjiancontrib-array.patch
2000-02-09 Tom LaneOoops ... 'char c' can hold a char, but it can't hold...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneChange a few routines into macros to improve speed...
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
2000-01-16 Tom LaneRearrange coding in COPY so that expansible string...
2000-01-14 Peter Eisentraut* User management commands no longer user pg_exec_query...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-14 Bruce MomjianDepending on my interpreting (and programming) skills...
1999-11-27 Tom LaneCOPY to a relation should keep write lock till transact...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-21 Tom LaneChange backend-side COPY to write files with permission...
1999-09-27 Bruce MomjianCancel query support from Massimo
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-11 Tom LaneEliminate query length limitation imposed by pg_client_...
1999-07-22 Tom LanePlug several holes in backend's ability to cope with
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-06-12 Tom LaneFix critical error noticed by Massimo: copy.c used...
1999-05-29 Vadim B. Mikheev1. Run all pg_dump queries in single serializable trans...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Jan WieckChanged ExecConstraints() and ExecRelCheck() to cache...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-02-01 Jan WieckFixed growing of backend due to not pfree()'d data...
1999-01-23 Tom LaneAdd explicit buffering in backend libpq, to compensate for
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-11 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-26 Tom LaneGet rid of some minor compiler warnings.
1998-09-23 Bruce MomjianAllow 8-key indexes.
1998-09-08 Bruce MomjianAIX align fix.
1998-09-07 Bruce MomjianAlignment cleanup so no more massive switch statements...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-29 Bruce MomjianPrevent file descriptor leak from failed COPY.
1998-08-29 Bruce MomjianFix scanner name length trimming.
1998-08-29 Bruce MomjianThis is the first (of hopefully few) AIX port patches...
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-15 Bruce MomjianFix for COPY problem and atttypmod.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-06-19 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-13 Bruce MomjianAtttypmod cleanup.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
next