index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
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-10-27
Remove Item type
Peter Eisentraut
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-03
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-07
Update copyright for 2022
Bruce Momjian
2021-12-08
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-28
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-28
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-02
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
[next]