summaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
Commit message (Expand)AuthorAgeFilesLines
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-28/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+3
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-311-2/+2
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-311-2/+3
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-9/+1
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-081-2/+2
* Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway2004-04-251-2/+2
* Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway2004-04-221-3/+3
* Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane2004-04-211-2/+2
* Backing out the background writer sync() option.Jan Wieck2004-02-041-3/+3
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-241-3/+3
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-14/+1
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Background writer processJan Wieck2003-11-191-2/+10
* Repair potential deadlock created by recent changes to recycle btreeTom Lane2003-08-101-1/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-281-1/+4
* Add DLLIMPORT declarations required by contrib with asserts enabled.Peter Eisentraut2002-10-221-3/+3
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-211-3/+3
* pgindent run.Bruce Momjian2002-09-041-3/+4
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-111-1/+2
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-5/+3
* Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeatedBruce Momjian2002-07-021-1/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* WriteBuffer return value:Bruce Momjian2002-06-151-3/+3
* The patch I sent to -patches a little while ago wasn't applied: itBruce Momjian2002-04-151-9/+1
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-101-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+2
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-5/+4
* Further work on connecting the free space map (which is still just aTom Lane2001-06-291-3/+3
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-091-7/+1
* Modify RelationGetBufferForTuple() so that we only do lseek and lockTom Lane2001-05-121-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-1/+2
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-1/+2
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-3/+1
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-14/+29
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-2/+2
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-4/+6
* WALVadim B. Mikheev2000-10-281-2/+7
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-1/+15
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-071-16/+1
* Clean up #include's.Bruce Momjian2000-06-151-5/+1
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-191-3/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+3
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-091-2/+2
* Get rid of SetBufferWriteMode(), which was an accident waiting to happen.Tom Lane2000-03-311-8/+2