summaryrefslogtreecommitdiff
path: root/src/include/storage/bufpage.h
AgeCommit message (Expand)Author
2025-03-30bufmgr: Implement AIO read supportAndres Freund
2025-03-30Let caller of PageIsVerified() control ignore_checksum_failureAndres Freund
2025-03-29Fix mis-attribution of checksum failure stats to the wrong databaseAndres Freund
2025-02-12Remove unnecessary (char *) casts [checksum]Peter Eisentraut
2025-01-20Add const qualifiers to bufpage.hPeter Eisentraut
2025-01-20Add PageData C typePeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-08-05Fix typo in bufpage.h.Amit Kapila
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-07-15Support gcc -fkeep-inline-functionsPeter Eisentraut
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-07Truncate line pointer array during VACUUM.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-26Extend PageIsVerified() to handle more custom optionsMichael Paquier
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-27hash: Refactor bucket squeeze code.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-09Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane
2016-09-09Convert PageAddItem into a macro to save a few cycles.Tom Lane
2016-09-09Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane
2016-05-30Fix PageAddItem BRIN bugAlvaro Herrera
2016-04-09Fix typo in C comment.Kevin Grittner
2016-04-09Turn special page pointer validation to static inline functionKevin Grittner
2016-03-08Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-30Add assertion to check the special size is sane before dereferencing it.Heikki Linnakangas
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-30Record data_checksum_version in control file.Simon Riggs
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs