index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
page
/
bufpage.c
Age
Commit message (
Expand
)
Author
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-03-30
bufmgr: Implement AIO read support
Andres Freund
2025-03-30
Let caller of PageIsVerified() control ignore_checksum_failure
Andres Freund
2025-03-29
Fix mis-attribution of checksum failure stats to the wrong database
Andres Freund
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [checksum]
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-01-20
Add const qualifiers to bufpage.h
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-18
Use pg_memory_is_all_zeros() in PageIsVerifiedExtended()
Michael Paquier
2024-11-01
Remove use of pg_memory_is_all_zeros() in bufpage.c
Michael Paquier
2024-11-01
Add pg_memory_is_all_zeros() in memutils.h
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-11
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-07
Truncate line pointer array during heap pruning.
Peter Geoghegan
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-09
Standardize cleanup lock terminology.
Peter Geoghegan
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-07
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-03-29
PageAddItemExtended(): Add LP_UNUSED assertion.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-26
Extend PageIsVerified() to handle more custom options
Michael Paquier
2020-09-16
Optimize compactify_tuples function
David Rowley
2020-03-18
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-02-03
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-29
Make one message just like all its siblings.
Alvaro Herrera
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-03-09
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-05
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-03
Avoid looping through line pointers twice in PageRepairFragmentation().
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-02-27
hash: Refactor bucket squeeze code.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-09
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
Convert PageAddItem into a macro to save a few cycles.
Tom Lane
2016-09-09
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed.
Tom Lane
2016-09-09
Faster PageIsVerified() for the all zeroes case.
Andres Freund
[next]