OSDN Git Service

Update copyright to 2004.
[pg-rex/syncrep.git] / src / backend / storage / buffer / localbuf.c
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-31 Tom LaneAdditional mop-up for sync-to-fsync changes: avoid...
2004-04-22 Neil ConwayMake LocalRefCount and PrivateRefCount arrays of int32...
2004-04-21 Tom LaneAnother round of code cleanup on bufmgr. Use BM_VALID...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-24 Tom LaneError message editing in backend/storage.
2002-12-05 Tom Lanelocalbuf.c must be able to do blind writes.
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-05-03 Tom LaneFix obsolete comments.
2001-05-12 Tom LaneModify RelationGetBufferForTuple() so that we only...
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. Mikheevmisc
2000-11-30 Vadim B. MikheevHope that this is valid localbuf.c version
2000-11-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-11-20 Peter EisentrautInclude postgres.h before checking #ifdef XLOG.
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-18 Vadim B. MikheevI had to change buffer tag: now RelFileNode is used...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
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-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-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
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-11-21 Bruce MomjianRemove archive stuff.
1997-10-12 Vadim B. MikheevDecrement relation reference count incremented in
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-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-05-20 Vadim B. Mikheev1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we...
1997-04-18 Vadim B. MikheevPrintBufferUsage() changed to report about shared,...
1997-01-16 Vadim B. MikheevFlushLocalBuffer () releases buffer only if required
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-03 Marc G. FournierClean up Makefile
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources