]> granicus.if.org Git - postgresql/history - src/backend/utils/mmgr/portalmem.c
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
[postgresql] / src / backend / utils / mmgr / portalmem.c
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-24 Peter EisentrautChange warnings for non-existing or pre-existing cursor...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-03-06 Bruce MomjianChange made to elog:
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-14 Tom LaneEnsure that a cursor is scanned under the same scanComm...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-27 Tom LaneTweak portal (cursor) code so that it will not call...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-01-31 Tom LaneFix problems seen in parallel regress tests when SI...
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-09-09 Tom LaneRepair incorrect cleanup of heap memory allocation...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-19 Bruce MomjianRename to vararg_format().
1999-06-19 Bruce MomjianChange form() to varargform() to prevent portability...
1999-06-12 Bruce MomjianReversed out Massimo patch.
1999-06-12 Bruce MomjianI don't like last minute patches before the final freez...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-06 Jan WieckNew alloc set code using a memory block pool for small...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-01 Bruce Momjian Some security, since we now have vsnprintf, I remade...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01