aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
Commit message (Expand)AuthorAge
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-29
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas2012-01-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Allow hint bits to be set sooner for temporary and unlogged tables.Robert Haas2011-10-28
* Demote some sanity checks in BufferIsValid() to assertions.Robert Haas2011-10-28
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane2009-01-12
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Improve bulk-insert performance by keeping the current target buffer pinnedTom Lane2008-11-06
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Just-in-time background writing strategy. This code avoids re-scanningTom Lane2007-09-25
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-28
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* During WAL recovery, when reading a page that we intend to overwrite completelyTom Lane2007-05-02
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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