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-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-26
Improve stability of btree page split on ERRORs
Michael Paquier
2025-09-25
Remove preprocessor guards from injection points
Daniel Gustafsson
2025-09-25
Don't include execnodes.h in replication/conflict.h
Álvaro Herrera
2025-09-25
Update some more forward declarations to use typedef
Álvaro Herrera
2025-09-24
Correct prune WAL record opcode name in comment
Melanie Plageman
2025-09-25
Fix incorrect and inconsistent comments in tableam.h and heapam.c.
Fujii Masao
2025-09-24
Remove PointerIsValid()
Peter Eisentraut
2025-09-19
Make XLogFlush() and XLogNeedsFlush() decision-making more consistent
Michael Paquier
2025-09-15
Teach nbtree to avoid evaluating row compare keys.
Peter Geoghegan
2025-09-15
Some stylistic improvements in toast_save_datum()
Peter Eisentraut
2025-09-13
nbtree: Always set skipScan flag on rescan.
Peter Geoghegan
2025-09-13
Re-pgindent nbtpreprocesskeys.c after commit 796962922e.
Nathan Bossart
2025-09-12
Always commute strategy when preprocessing DESC keys.
Peter Geoghegan
2025-09-12
Silence compiler warnings on clang 21
Peter Eisentraut
2025-09-12
Add more information for WAL records of hash index AMs
Michael Paquier
2025-09-10
Fix leak with SMgrRelations in startup process
Michael Paquier
2025-09-08
Add error codes when vacuum discovers VM corruption
Melanie Plageman
2025-09-08
Remove unneeded VM pin from VM replay
Melanie Plageman
2025-09-08
Add test to prevent premature removal of conflict-relevant data.
Amit Kapila
2025-09-08
Post-commit review fixes for 228c370868.
Amit Kapila
2025-09-05
Add assert and log message to visibilitymap_set
Melanie Plageman
2025-09-05
Fix outdated comments in slru.c
Michael Paquier
2025-09-05
Change pg_lsn_in_internal() to use soft error reporting
Michael Paquier
2025-09-03
Update outdated references to the SLRU ControlLock
Michael Paquier
2025-09-02
Generate pgstat_count_slru*() functions for slru using macros
Michael Paquier
2025-08-29
Remove unneeded casts of BufferGetPage() result
Peter Eisentraut
2025-08-28
Avoid including commands/dbcommands.h in so many places
Álvaro Herrera
2025-08-26
Put "excludeOnly" GIN scan keys at the end of the scankey array.
Tom Lane
2025-08-26
Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem.
Tom Lane
2025-08-22
Revert "Get rid of WALBufMappingLock"
Alexander Korotkov
2025-08-22
Use ereport() rather than elog()
Heikki Linnakangas
2025-08-22
Revert GetTransactionSnapshot() to return historic snapshot during LR
Heikki Linnakangas
[prev]
[next]