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
/
access
Age
Commit message (
Expand
)
Author
12 hours
Add some missing #include <limits.h>.
Thomas Munro
18 hours
Replace off_t by pgoff_t in I/O routines
Michael Paquier
44 hours
Prefer spelling "cacheable" over "cachable".
Thomas Munro
3 days
Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Heikki Linnakangas
6 days
Fix checking for recovery state in WaitForLSN()
Alexander Korotkov
7 days
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
8 days
Cosmetic fixes in GiST README
John Naylor
8 days
Use stack allocated StringInfoDatas, where possible
David Rowley
9 days
Implement WAIT FOR command
Alexander Korotkov
9 days
Add infrastructure for efficient LSN waiting
Alexander Korotkov
9 days
Add assertions checking for the startup process in WAL replay routines
Michael Paquier
9 days
Trim TIDs during parallel GIN builds more eagerly
Tomas Vondra
9 days
Limit the size of TID lists during parallel GIN build
Tomas Vondra
9 days
Remove redundant memset() introduced by a0942f4.
Jeff Davis
10 days
Add assertion check for WAL receiver state during stream-archive transition
Michael Paquier
10 days
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
10 days
Add wal_fpi_bytes to VACUUM and ANALYZE logs
Michael Paquier
11 days
Document nbtree row comparison design.
Peter Geoghegan
11 days
Remove obsolete nbtree equality key comments.
Peter Geoghegan
14 days
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-30
Fix some confusing uses of const
Peter Eisentraut
2025-10-29
Fix correctness issue with computation of FPI size in WAL stats
Michael Paquier
2025-10-28
Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
2025-10-27
Add some const qualifications
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-22
Make invalid primary_slot_name follow standard GUC error reporting.
Fujii Masao
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-21
Re-pgindent brin.c.
Nathan Bossart
2025-10-21
Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
2025-10-15
Add log_autoanalyze_min_duration
Peter Eisentraut
2025-10-14
Make heap_page_is_all_visible independent of LVRelState
Melanie Plageman
2025-10-14
Inline TransactionIdFollows/Precedes[OrEquals]()
Melanie Plageman
2025-10-14
Add helper for freeze determination to heap_page_prune_and_freeze
Melanie Plageman
2025-10-13
Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III
Melanie Plageman
2025-10-12
Remove unused nbtree array advancement variable.
Peter Geoghegan
2025-10-10
Remove overzealous _bt_killitems assertion.
Peter Geoghegan
2025-10-10
Fix two typos in xlogstats.h and xlogstats.c
Michael Paquier
2025-10-09
Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE
Melanie Plageman
2025-10-08
bufmgr: fewer calls to BufferDescriptorGetContentLock
Andres Freund
2025-10-08
Improve description of some WAL records for GIN
Michael Paquier
2025-10-08
Fix typo in function header comment.
Amit Kapila
2025-10-06
Avoid unnecessary GinFormTuple() calls for incompressible posting lists.
Masahiko Sawada
2025-10-06
Remove block information from description of some WAL records for GIN
Michael Paquier
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-05
Don't include execnodes.h in brin.h or gin.h
Álvaro Herrera
2025-10-03
Fix reuse-after-free hazard in dead_items_reset
John Naylor
2025-10-02
Remove useless pointer update in ginxlog.c
Michael Paquier
2025-09-30
Reorder XLogNeedsFlush() checks to be more consistent
Michael Paquier
2025-09-25
Improve stability of btree page split on ERRORs
Michael Paquier
[next]