aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/visibilitymap.h
Commit message (Expand)AuthorAge
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-24
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h.Alvaro Herrera2008-12-12
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03