]> granicus.if.org Git - postgresql/history - src/backend/storage/buffer
Update copyrights to 2003.
[postgresql] / src / backend / storage / buffer /
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-05-10 Tom LaneMake use of new error context stack mechanism to allow...
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2003-02-13 Bruce MomjianThis trivial patch removes the usage of some old statis...
2002-12-05 Tom Lanelocalbuf.c must be able to do blind writes.
2002-09-25 Tom LaneRemove ShutdownBufferPoolAccess exit callback, and...
2002-09-14 Tom LaneCosmetic fixes from Neil Conway.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-07-02 Bruce MomjianMinor code cleanup in bufmgr.c and bufmgr.h, mainly...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianWriteBuffer return value:
2002-06-15 Bruce MomjianRemove some pre-WAL relics:
2002-05-03 Tom LaneFix obsolete comments.
2002-04-15 Bruce MomjianThe patch I sent to -patches a little while ago wasn...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-10 Tom LaneClean up usage-statistics display code (ShowUsage and...
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-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-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-27 Tom LaneMove s_lock.c and spin.c into lmgr subdirectory, which...
2001-08-29 Peter EisentrautWhoops, wrong logic.
2001-08-28 Peter EisentrautChange the conditionals so the mips + gcc code here...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-07-02 Tom LaneMake the found-a-buffer-when-we-were-expecting-to-exten...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-05-12 Tom LaneModify RelationGetBufferForTuple() so that we only...
2001-05-10 Tom LaneAvoid unnecessary lseek() calls by cleanups in md.c...
2001-03-27 Tom LaneSpell __volatile__ correctly.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-21 Vadim B. MikheevCheck bufHdr->cntxDirty and call StartBufferIO in Buffe...
2001-02-24 Tom LaneAt least on HPUX, select with delay.tv_sec = 0 and...
2001-02-18 Tom LaneChange s_lock to not use any zero-delay select() calls...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-19 Bruce Momjiancleanup.
2001-01-19 Bruce MomjianRemove ; and add \n to ASM code.
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2001-01-08 Tom LaneLockBuffer should not elog while holding buffer's cntx_...
2000-12-29 Tom LaneFix failure in CreateCheckPoint on some Alpha boxes...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-22 Vadim B. MikheevAvoid XLogFlush for clean buffers in BufferSync.
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-11 Tom LaneDarwin porting patches from Peter Bierman <bierman...
2000-11-30 Vadim B. Mikheevmisc
2000-11-30 Vadim B. MikheevHope that this is valid localbuf.c version
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-22 Hiroshi Inoueavoid opening view files.
2000-11-20 Peter EisentrautInclude postgres.h before checking #ifdef XLOG.
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
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-22 Tom LaneFix incorrect logic for clearing BufferDirtiedByMe...
2000-10-21 Vadim B. MikheevWAL
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-09-29 Hiroshi InoueBufferAlloc() doesn't allocate write error buffers.
2000-09-29 Hiroshi Inoueavoid database-wide restart on write error
2000-09-25 Tom LaneAcquire read lock on a buffer while writing it out...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-19 Tom LaneRevise FlushRelationBuffers/ReleaseRelationBuffers...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-10 Tom LaneTweak smgrblindwrt per advice from Vadim: add parameter...
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-03-31 Tom LaneGet rid of SetBufferWriteMode(), which was an accident...
2000-03-14 Tom LaneMarginal performance improvement in LockBuffer ---...
2000-02-21 Tom LaneOops, commited a test version of this file by accident...
2000-02-21 Tom LaneChange parse-time representation of float literals...
2000-02-17 Hiroshi InoueFix assert bug(was my fault)
2000-01-26 Bruce MomjianAdd:
2000-01-17 Hiroshi InoueFix for TODO item * spinlock stuck problem when elog...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-05 Bruce MomjianFix it's and its to be correct.
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-11-22 Tom LaneCome to think of it, DropBuffers() could have the same...
1999-11-22 Tom LaneReleaseRelationBuffers() failed to check for I/O in...
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
next