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
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-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
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-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-09-22
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-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-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-07
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-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
[next]