index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_buffercache
/
pg_buffercache_pages.c
Commit message (
Expand
)
Author
Age
*
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-08-30
*
Fix newly introduced misspelling of existence in pg_buffercache.
Andres Freund
2014-08-22
*
Add pinning_backends column to the pg_buffercache extension.
Andres Freund
2014-08-22
*
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-07-10
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
pg_buffercache needs to be taught about relation forks, as Greg Stark
Heikki Linnakangas
2008-08-14
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix pg_buffercache to release buffer partition locks in reverse order,
Tom Lane
2007-07-16
*
Add the usage count statistics to the information available in
Bruce Momjian
2007-04-07
*
Code cleanup for pg_buffercache, from Mark Kirkwood.
Tom Lane
2006-10-22
*
Clean up local redeclarations of variables with DLLIMPORT, per report
Tom Lane
2006-10-19
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Split the buffer mapping table into multiple separately lockable
Tom Lane
2006-07-23
*
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2006-05-30
*
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
*
Change relblocknumber field of pg_buffercache view from numeric to int8
Tom Lane
2005-05-31
*
Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.
Neil Conway
2005-04-01
*
Fix build error in pg_buffercache on Win32 (native and cygwin). From
Neil Conway
2005-03-31
*
Add pg_buffercache contrib module, from Mark Kirkwood.
Neil Conway
2005-03-12