index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
buffer
/
freelist.c
Commit message (
Expand
)
Author
Age
*
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove volatile qualifiers from bufmgr.c and freelist.c
Robert Haas
2015-11-16
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Align buffer descriptors to cache line boundaries.
Andres Freund
2015-01-29
*
Add barriers to the latch code.
Andres Freund
2015-01-13
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Lockless StrategyGetBuffer clock sweep hot path.
Andres Freund
2014-12-25
*
Change locking regimen around buffer replacement.
Robert Haas
2014-09-25
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Improve control logic for bgwriter hibernation mode.
Tom Lane
2012-05-09
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead
Tom Lane
2009-06-22
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Improve bulk-insert performance by keeping the current target buffer pinned
Tom Lane
2008-11-06
*
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
*
Arrange for large sequential scans to synchronize with each other, so that
Tom Lane
2007-06-08
*
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-30
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix oversight in sizing of shared buffer lookup hashtable. Because
Tom Lane
2006-07-23
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Do all accesses to shared buffer headers through volatile-qualified
Tom Lane
2005-10-12
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
*
Ensure that all details of the ARC algorithm are hidden within freelist.c.
Tom Lane
2005-02-03
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
StrategyDirtyBufferList wasn't being careful to honor max_buffers limit.
Tom Lane
2004-06-11
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
*
Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track
Tom Lane
2004-04-21
*
Code review for ARC patch. Eliminate static variables, improve handling
Tom Lane
2004-04-19
*
Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()
Jan Wieck
2004-02-12
*
Cost based vacuum delay feature.
Jan Wieck
2004-02-06
[next]