aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
Commit message (Expand)AuthorAge
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-06
* Make the found-a-buffer-when-we-were-expecting-to-extend-the-rel pathTom Lane2001-07-02
* Further work on connecting the free space map (which is still just aTom Lane2001-06-29
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-09
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-12
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Check bufHdr->cntxDirty and call StartBufferIO in BufferSync()Vadim B. Mikheev2001-03-21
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-18
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-19
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* LockBuffer should not elog while holding buffer's cntx_lock.Tom Lane2001-01-08
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Avoid XLogFlush for clean buffers in BufferSync.Vadim B. Mikheev2000-12-22
* Hope that this is valid localbuf.c versionVadim B. Mikheev2000-11-30
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Include postgres.h before checking #ifdef XLOG.Peter Eisentraut2000-11-20
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffersTom Lane2000-10-22
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-18
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* BufferAlloc() doesn't allocate write error buffers.Hiroshi Inoue2000-09-29
* avoid database-wide restart on write errorHiroshi Inoue2000-09-29
* Acquire read lock on a buffer while writing it out, to preventTom Lane2000-09-25
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-19
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-31
* Marginal performance improvement in LockBuffer --- calculate addressTom Lane2000-03-14
* Oops, commited a test version of this file by accident. Revert.Tom Lane2000-02-21
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-21
* Fix assert bug(was my fault)Hiroshi Inoue2000-02-17
* Add:Bruce Momjian2000-01-26
* Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue2000-01-17
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Come to think of it, DropBuffers() could have the same problem asTom Lane1999-11-22
* ReleaseRelationBuffers() failed to check for I/O in progress on a bufferTom Lane1999-11-22