summaryrefslogtreecommitdiff
path: root/src/backend/storage/page
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-10-27Remove unused #include's from backend .c filesPeter Eisentraut
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-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-15Static assertions cleanupPeter Eisentraut
2022-09-22meson: Add initial version of meson based build systemAndres Freund
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-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
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-09-07Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-03-26Document that pg_checksums exists in checksums READMEMagnus Hagander
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-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
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