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
/
access
Age
Commit message (
Expand
)
Author
2025-12-03
Set next multixid's offset when creating a new multixid
Heikki Linnakangas
2025-12-03
Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
2025-12-03
Don't rely on pointer arithmetic with Pointer type
Peter Eisentraut
2025-12-03
Remove useless casts to Pointer
Peter Eisentraut
2025-12-02
Add a test for half-dead pages in B-tree indexes
Heikki Linnakangas
2025-12-02
Add a test for incomplete splits in B-tree indexes
Heikki Linnakangas
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Simplify hash_xlog_split_allocate_page()
Peter Eisentraut
2025-12-01
Change some callers to use pg_ascii_toupper().
Jeff Davis
2025-12-01
Move WAL sequence code into its own file
Michael Paquier
2025-11-29
Update obsolete row compare preprocessing comments.
Peter Geoghegan
2025-11-28
Fix possibly uninitialized HeapScanDesc.rs_startblock
David Rowley
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-26
Split heap_page_prune_and_freeze() into helpers
Melanie Plageman
2025-11-26
Replace internal C function pg_hypot() by standard hypot()
Peter Eisentraut
2025-11-25
Assert that cutoffs are provided if freezing will be attempted
Melanie Plageman
2025-11-21
C11 alignas instead of unions
Peter Eisentraut
2025-11-20
Split PruneFreezeParams initializers to one field per line
Melanie Plageman
2025-11-20
Update PruneState.all_[visible|frozen] earlier in pruning
Melanie Plageman
2025-11-20
Keep all_frozen updated in heap_page_prune_and_freeze
Melanie Plageman
2025-11-20
Refactor heap_page_prune_and_freeze() parameters into a struct
Melanie Plageman
2025-11-18
Optimize shared memory usage for WaitLSNProcInfo
Alexander Korotkov
2025-11-17
Use streaming read I/O in BRIN vacuum scan.
Masahiko Sawada
2025-11-15
Fix WaitLSNWakeup() fast-path check for InvalidXLogRecPtr
Alexander Korotkov
2025-11-13
Add some missing #include <limits.h>.
Thomas Munro
2025-11-13
Replace off_t by pgoff_t in I/O routines
Michael Paquier
2025-11-12
Prefer spelling "cacheable" over "cachable".
Thomas Munro
2025-11-10
Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
Heikki Linnakangas
2025-11-07
Fix checking for recovery state in WaitForLSN()
Alexander Korotkov
2025-11-06
Use XLogRecPtrIsValid() in various places
Álvaro Herrera
2025-11-06
Cosmetic fixes in GiST README
John Naylor
2025-11-06
Use stack allocated StringInfoDatas, where possible
David Rowley
2025-11-05
Implement WAIT FOR command
Alexander Korotkov
2025-11-05
Add infrastructure for efficient LSN waiting
Alexander Korotkov
2025-11-05
Add assertions checking for the startup process in WAL replay routines
Michael Paquier
2025-11-04
Trim TIDs during parallel GIN builds more eagerly
Tomas Vondra
2025-11-04
Limit the size of TID lists during parallel GIN build
Tomas Vondra
2025-11-04
Remove redundant memset() introduced by a0942f4.
Jeff Davis
2025-11-04
Add assertion check for WAL receiver state during stream-archive transition
Michael Paquier
2025-11-04
Fix unconditional WAL receiver shutdown during stream-archive transition
Michael Paquier
2025-11-03
Add wal_fpi_bytes to VACUUM and ANALYZE logs
Michael Paquier
2025-11-02
Document nbtree row comparison design.
Peter Geoghegan
2025-11-02
Remove obsolete nbtree equality key comments.
Peter Geoghegan
2025-10-31
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
[prev]
[next]