aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
Commit message (Expand)AuthorAge
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZTom Lane2005-08-12
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-20
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-19
* Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane2005-03-18
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-16
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-31
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-08
* Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, removeNeil Conway2004-04-25
* Make LocalRefCount and PrivateRefCount arrays of int32, rather than long.Neil Conway2004-04-22
* Another round of code cleanup on bufmgr. Use BM_VALID flag to keep trackTom Lane2004-04-21
* Backing out the background writer sync() option.Jan Wieck2004-02-04
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-24
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-14
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Background writer processJan Wieck2003-11-19
* Repair potential deadlock created by recent changes to recycle btreeTom Lane2003-08-10
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-28
* Add DLLIMPORT declarations required by contrib with asserts enabled.Peter Eisentraut2002-10-22
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-21
* pgindent run.Bruce Momjian2002-09-04
* Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane2002-08-11
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeatedBruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* WriteBuffer return value:Bruce Momjian2002-06-15
* The patch I sent to -patches a little while ago wasn't applied: itBruce Momjian2002-04-15
* Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane2001-11-10
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-06
* Further work on connecting the free space map (which is still just aTom Lane2001-06-29
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-09