summaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
Commit message (Expand)AuthorAgeFilesLines
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-121-3/+3
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-081-2/+2
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-201-3/+2
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-191-2/+1
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-181-1/+2
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-5/+13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-161-1/+3
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-13/+11
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* 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