aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache/pg_buffercache_pages.c
Commit message (Expand)AuthorAge
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-30
* Fix newly introduced misspelling of existence in pg_buffercache.Andres Freund2014-08-22
* Add pinning_backends column to the pg_buffercache extension.Andres Freund2014-08-22
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* pg_buffercache needs to be taught about relation forks, as Greg StarkHeikki Linnakangas2008-08-14
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix pg_buffercache to release buffer partition locks in reverse order,Tom Lane2007-07-16
* Add the usage count statistics to the information available inBruce Momjian2007-04-07
* Code cleanup for pg_buffercache, from Mark Kirkwood.Tom Lane2006-10-22
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-23
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-12
* Change relblocknumber field of pg_buffercache view from numeric to int8Tom Lane2005-05-31
* Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.Neil Conway2005-04-01
* Fix build error in pg_buffercache on Win32 (native and cygwin). FromNeil Conway2005-03-31
* Add pg_buffercache contrib module, from Mark Kirkwood.Neil Conway2005-03-12