]> granicus.if.org Git - postgresql/history - src/backend/storage/page
Restructure LOCKTAG as per discussions of a couple months ago.
[postgresql] / src / backend / storage / page /
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-09 Bruce MomjianPrevious code cleanup was for bufpage.c, not bufmgr.c.
2004-06-08 Bruce MomjianStylistic changes in bufmgr.c
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in backend/storage.
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2003-01-11 Bruce MomjianRewrite for-loop, because this is not the Obfuscated...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-06 Tom LaneStill more paranoia in PageAddItem: disallow specificat...
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-06 Bruce MomjianChange made to elog:
2002-01-30 Tom LaneAdd cast to suppress gcc warning on Darwin platform.
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
2001-11-08 Tom LaneAdd casts to suppress compiler warnings observed on...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-23 Tom LaneAdd error checking to PageRepairFragmentation to ensure...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-06 Vadim B. MikheevPageAddItem in overwrite mode: must *NOT* check itemid...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-30 Vadim B. Mikheev1. WAL needs in zero-ed content of newly initialized...
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. MikheevWAL need in overwrite mode - restored in new way
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-21 Tom LaneMajor overhaul of btree index code. Eliminate special...
2000-07-03 Vadim B. Mikheevheap' logging
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
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-04-24 Bruce MomjianInline some small functions called for every row.
1998-04-06 Bruce MomjianCleanup of compiler warnings.
1998-04-06 Bruce MomjianHi,
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1996-11-24 Bryan HendersonTypecasts, etc. to make compile work on AIX. Thanks...
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-03 Marc G. FournierClean up Makefile(s)
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01