summaryrefslogtreecommitdiff
path: root/src/include/access/visibilitymap.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-261-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-141-1/+2
* Make the visibility map crash-safe.Robert Haas2011-06-211-2/+4
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-241-4/+4
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-4/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.Alvaro Herrera2008-12-121-2/+2
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-031-0/+30