aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/bufpage.h
Commit message (Expand)AuthorAge
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* hash: Refactor bucket squeeze code.Robert Haas2017-02-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane2016-09-09
* Convert PageAddItem into a macro to save a few cycles.Tom Lane2016-09-09
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-09
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Fix typo in C comment.Kevin Grittner2016-04-09
* Turn special page pointer validation to static inline functionKevin Grittner2016-04-09
* Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas2016-03-08
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Add assertion to check the special size is sane before dereferencing it.Heikki Linnakangas2015-06-30
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* 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
* Update copyright for 2009.Bruce Momjian2009-01-01
* Introduce visibility map. The visibility map is a bitmap with one bit perHeikki Linnakangas2008-12-03
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Clean up buildfarm failures arising from the seemingly straightforward pageTom Lane2008-07-14
* Change the PageGetContents() macro to guarantee its result is maxalign'd,Tom Lane2008-07-13
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-06
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15