index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
bufmgr.h
Commit message (
Expand
)
Author
Age
*
Inline initial comparisons in TestForOldSnapshot()
Kevin Grittner
2016-04-21
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Fix portability problem induced by commit a6f6b7819.
Tom Lane
2016-04-15
*
Use static inline function for BufferGetPage()
Kevin Grittner
2016-04-11
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
*
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-08-30
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Accelerate end-of-transaction dropping of relations
Alvaro Herrera
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
*
Rename track_iotiming GUC to track_io_timing.
Tom Lane
2012-04-29
*
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-27
*
Make bgwriter sleep longer when it has no work to do, to save electricity.
Heikki Linnakangas
2012-01-26
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Allow hint bits to be set sooner for temporary and unlogged tables.
Robert Haas
2011-10-28
*
Demote some sanity checks in BufferIsValid() to assertions.
Robert Haas
2011-10-28
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
In HS, Startup process sets SIGALRM when waiting for buffer pin. If
Simon Riggs
2010-01-23
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Implement prefetching via posix_fadvise() for bitmap index scans. A new
Tom Lane
2009-01-12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Rethink the way FSM truncation works. Instead of WAL-logging FSM
Heikki Linnakangas
2008-11-19
*
Improve bulk-insert performance by keeping the current target buffer pinned
Tom Lane
2008-11-06
*
Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer
Heikki Linnakangas
2008-10-31
*
Introduce the concept of relation forks. An smgr relation can now consist
Heikki Linnakangas
2008-08-11
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation
Heikki Linnakangas
2008-06-12
*
Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is
Alvaro Herrera
2008-06-08
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Just-in-time background writing strategy. This code avoids re-scanning
Tom Lane
2007-09-25
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
*
Implement "distributed" checkpoints in which the checkpoint I/O is spread
Tom Lane
2007-06-28
[next]