summaryrefslogtreecommitdiff
path: root/src/backend/storage/page/bufpage.c
AgeCommit message (Expand)Author
2025-04-19Fix typos and grammar in the codeMichael Paquier
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-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-12Remove unnecessary (char *) casts [checksum]Peter Eisentraut
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-01-20Add const qualifiers to bufpage.hPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-18Use pg_memory_is_all_zeros() in PageIsVerifiedExtended()Michael Paquier
2024-11-01Remove use of pg_memory_is_all_zeros() in bufpage.cMichael Paquier
2024-11-01Add pg_memory_is_all_zeros() in memutils.hMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-07Truncate line pointer array during heap pruning.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-07Truncate line pointer array during VACUUM.Peter Geoghegan
2021-03-29PageAddItemExtended(): Add LP_UNUSED assertion.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-26Extend PageIsVerified() to handle more custom optionsMichael Paquier
2020-09-16Optimize compactify_tuples functionDavid Rowley
2020-03-18Add missing errcode() in a few ereport calls.Amit Kapila
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-29Make one message just like all its siblings.Alvaro Herrera
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-03-09Track block level checksum failures in pg_stat_databaseMagnus Hagander
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-11-03Avoid looping through line pointers twice in PageRepairFragmentation().Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-13Re-run pgindent.Tom Lane
2017-06-04Assorted translatable string fixesAlvaro Herrera
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-09-09In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.Tom Lane
2016-09-09Faster PageIsVerified() for the all zeroes case.Andres Freund