summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
Commit message (Expand)AuthorAgeFilesLines
* Check block number against the correct fork in get_raw_page().Tom Lane2014-07-221-2/+2
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-201-36/+26
* pgindent run for 9.4Bruce Momjian2014-05-061-19/+19
* Rationalize common/relpath.[hc].Tom Lane2014-04-301-1/+0
* Count buffers dirtied due to hints in pgBufferUsage.shared_blks_dirtied.Robert Haas2014-03-311-0/+1
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-271-4/+4
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-141-1/+4
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-131-4/+3
* Fix typo in comment.Robert Haas2013-08-021-1/+1
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-171-2/+2
* Refactor checksumming code to make it easier to use externally.Tom Lane2013-06-131-1/+5
* pgindent run for release 9.3Bruce Momjian2013-05-291-62/+62
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-081-2/+2
* Tune BufferGetLSNAtomic() when checksums !enabledSimon Riggs2013-04-071-2/+4
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-39/+175
* Improve error reporting in code that checks for buffer refcount leaks.Tom Lane2013-03-151-6/+18
* Move relpath() to libpgcommonAlvaro Herrera2013-02-211-0/+1
* Support unlogged GiST index.Heikki Linnakangas2013-02-111-2/+17
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-171-10/+99
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-121-12/+12
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-171-8/+2
* Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.Simon Riggs2012-09-161-2/+2
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-141-0/+2
* Split resowner.hAlvaro Herrera2012-08-281-1/+1
* Improve coding around the fsync request queue.Tom Lane2012-07-171-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-12/+12
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-071-1/+41
* Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool.Tom Lane2012-06-071-2/+45
* Improve control logic for bgwriter hibernation mode.Tom Lane2012-05-091-32/+26
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-291-2/+2
* Rename track_iotiming GUC to track_io_timing.Tom Lane2012-04-291-5/+5
* Fix incorrect comment in SetBufferCommitInfoNeedsSave().Robert Haas2012-04-181-3/+5
* Expose track_iotiming data via the statistics collector.Robert Haas2012-04-051-3/+7
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-271-0/+24
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-221-0/+1
* Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas2012-01-261-10/+31
* Fix variable confusion in BufferSync().Robert Haas2012-01-061-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve logging of autovacuum I/O activityAlvaro Herrera2011-11-251-5/+15
* Avoid floating-point underflow while tracking buffer allocation rate.Tom Lane2011-11-191-1/+12
* Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs2011-11-011-4/+2
* Allow hint bits to be set sooner for temporary and unlogged tables.Robert Haas2011-10-281-0/+29
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-021-1/+2
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-291-1/+1
* Capitalization fixesPeter Eisentraut2011-06-191-3/+3
* Use "transient" files for blind writes, take 2Alvaro Herrera2011-06-101-2/+8
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-091-8/+2