aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/page
Commit message (Expand)AuthorAge
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* pgindent run for 9.5Bruce Momjian2015-05-23
* Improve packing/alignment annotation for ItemPointerData.Tom Lane2015-05-21
* Fix off-by-one error in Assertion.Heikki Linnakangas2015-05-19
* Refactor page compactifying code.Heikki Linnakangas2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-04
* Update copyright for 2014Bruce Momjian2014-01-07
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-26
* Refactor checksumming code to make it easier to use externally.Tom Lane2013-06-13
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Compiler optimizations for page checksum code.Simon Riggs2013-04-30
* Introduce new page checksum algorithm and module.Simon Riggs2013-04-29
* Minor rewording of README commentsSimon Riggs2013-04-08
* README comments on checksums on page holes.Simon Riggs2013-04-08
* Suppress uninitialized-variable warning in new checksum code.Tom Lane2013-03-22
* Add new README file for pages/checksumsSimon Riggs2013-03-22
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-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
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Change the PageGetContents() macro to guarantee its result is maxalign'd,Tom Lane2008-07-13
* This is the patch replace offnum++ by OffsetNumberNext, to beBruce Momjian2008-05-13
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Fix PageGetExactFreeSpace() so that it actually behaves sensiblyTom Lane2008-02-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane2007-09-21
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Suppress useless searches for unused line pointers in PageAddItem. To doTom Lane2007-03-02
* btree source code cleanups:Bruce Momjian2007-02-21
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15