summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/visibilitymap.c
Commit message (Expand)AuthorAgeFilesLines
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-191-0/+16
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-181-6/+12
* pgindent run for 9.6Robert Haas2016-06-091-2/+2
* Cosmetic improvements to freeze map code.Robert Haas2016-06-031-15/+19
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-13/+8
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-8/+13
* Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas2016-03-081-18/+15
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-011-82/+109
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-10/+10
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-211-1/+1
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-131-3/+3
* Fix pgindent comment breakageAlvaro Herrera2013-09-241-3/+7
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+1
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-10/+38
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-181-1/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-281-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-20/+20
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-071-1/+10
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-261-3/+6
* Avoid re-checking for visibility map extension too frequently.Robert Haas2012-02-011-5/+20
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Update visibilitymap.c header comments.Robert Haas2011-10-291-16/+17
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-141-0/+68
* Update comments related to the crash-safety of the visibility map.Robert Haas2011-09-271-3/+13
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Make the visibility map crash-safe.Robert Haas2011-06-211-51/+59
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Tidy up a few calls to smrgextend().Robert Haas2010-08-191-2/+2
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-131-3/+2
* Fix various instances of "the the".Robert Haas2010-04-231-3/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-10/+9
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-091-32/+46
* 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-13/+15
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-181-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-26/+24
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead ofHeikki Linnakangas2008-12-061-2/+2
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-031-0/+478