aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/page/bufpage.c
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert macros to static inline functions (bufpage.h)Peter Eisentraut2022-07-11
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Truncate line pointer array during heap pruning.Peter Geoghegan2022-04-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-08
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Truncate line pointer array during VACUUM.Peter Geoghegan2021-04-07
* PageAddItemExtended(): Add LP_UNUSED assertion.Peter Geoghegan2021-03-28
* Update copyright for 2021Bruce Momjian2021-01-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-10-26
* Optimize compactify_tuples functionDavid Rowley2020-09-16
* Add missing errcode() in a few ereport calls.Amit Kapila2020-03-18
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Add declaration-level assertions for compile-time checksMichael Paquier2020-02-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make one message just like all its siblings.Alvaro Herrera2019-05-28
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* 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
* Avoid looping through line pointers twice in PageRepairFragmentation().Tom Lane2017-11-03
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* 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
* In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.Tom Lane2016-09-09
* Faster PageIsVerified() for the all zeroes case.Andres Freund2016-09-08
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* 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