]> granicus.if.org Git - postgresql/history - src/include/storage/buf_internals.h
First phase of project to use fixed OIDs for all system catalogs and
[postgresql] / src / include / storage / buf_internals.h
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-16 Tom LaneRemove BufferLocks[] array in favor of a single pointer...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-04-21 Tom LaneAnother round of code cleanup on bufmgr. Use BM_VALID...
2004-04-19 Tom LaneCode review for ARC patch. Eliminate static variables...
2004-02-12 Jan WieckFixed bug where FlushRelationBuffers() did call Strateg...
2004-01-15 Jan WieckAdjusted calculation of shared memory requirements...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-13 Jan Wieck2nd try for the ARC strategy.
2003-11-13 Jan WieckARC strategy backed out ... sorry
2003-11-13 Jan WieckReplacement of the buffer replacement strategy with...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-27 Tom Laneelog mop-up.
2002-09-04 Bruce Momjianpgindent run.
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianWriteBuffer return value:
2002-06-15 Bruce MomjianRemove some pre-WAL relics:
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
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-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-28 Vadim B. MikheevWAL
2000-10-23 Vadim B. MikheevNew relcache hash table with RelFileNode as key to...
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-18 Vadim B. MikheevI had to change buffer tag: now RelFileNode is used...
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-01-26 Bruce MomjianAdd:
1999-11-21 Tom LaneClean up comments.
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-01 Vadim B. MikheevLmgr cleanup, new locking modes for LLL.
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-07-13 Bruce MomjianInline function, rename libpq variablees, change lrel...
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...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-11-21 Bruce MomjianRemove archive stuff.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-03-28 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-25 Bruce MomjianRestructure padding to handle structure already 128...
1997-01-23 Bruce MomjianRemove SB_PAD. Compute padding at compile time.
1997-01-20 Vadim B. MikheevNew flag for BufferDesc - BM_JUST_DIRTIED, - to prevent
1997-01-16 Vadim B. MikheevSetBufferWriteMode () added; FlushLocalBuffer () fixed...
1996-12-04 Bryan HendersonChange portname "sparc" to "sunos4" and change some...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-05 Marc G. FournierAnother directory totally cleaned out
1996-11-04 Bruce MomjianRemoved PORTNAME_. Use OS version only.
1996-11-01 Bruce MomjianMore chanes for bsdi_2_1 removal
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files