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
Age
Commit message (
Expand
)
Author
2025-12-09
Remove useless casts in format arguments
Peter Eisentraut
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-10-30
const-qualify ItemPointer comparison functions
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-09-08
meson: build checksums with extra optimization flags.
Jeff Davis
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-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
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-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
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-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
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-09-06
Split Makefile symbol CFLAGS_VECTOR into two symbols.
Tom Lane
2020-07-08
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-03-26
Document that pg_checksums exists in checksums README
Magnus Hagander
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-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
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
[next]