Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 3, 2024
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Show description for 97ce821committeddocs: Demote "Monitoring Disk Usage" from chapter to section.
Show description for f470b5ccommittedSplit XLogCtl->LogwrtResult into separate struct members
Show description for c9920a9committedInline pg_popcount() for small buffers.
Show description for deb1486committedCombine freezing and pruning steps in VACUUM
Show description for 6dbb490committedRefactor how heap_prune_chain() updates prunable_xid
Show description for 26d138fcommittedFix zeroing of pg_serial page without SLRU bank lock
Show description for be2f073committedUse the pairing heap instead of a flat array for LSN replay waiters
Show description for bf1e650committedDrop global objects after completed test
Show description for 936e3facommittedEnsure that the sync slots reach a consistent state after promotion without losing data.
Show description for 2ec005bcommittedAmit KapilaMinor improvements for waitlsn.c
Show description for e37662fcommittedFix indentation from cafe1056558f
Show description for 9301308committedAdd error codes to some PANIC/FATAL errors reports
Show description for 226261fcommittedAdd built-in ERROR handling for archive callbacks.
Show description for c627d94committedImprove eviction algorithm in ReorderBuffer using max-heap for many subtransactions.
Show description for 5bec1d6committedDon't adjust ressortgroupref in generate_setop_child_grouplist()
Show description for 7487044committedAdd functions to binaryheap for efficient key removal and update.
Show description for b840508committedMake binaryheap enlargeable.
Show description for bcb14f4committed
Commits on Apr 2, 2024
Move WaitLSNShmemInit() to CreateOrAttachShmemStructs()
Show description for 2c91e13committedDon't zero tuple_fraction when planning UNIONs with ORDER BYs
Show description for 3b1a7ebcommittedImplement pg_wal_replay_wait() stored procedure
Show description for 06c418ecommittedAvoid deadlock during orphan temp table removal.
Show description for 6faca9acommittedAvoid function call overhead of pg_popcount() in syslogger.c.
Show description for 4133c1fcommittedRefactor code for setting pg_popcount* function pointers.
Show description for 6687430committedUnwind #if spaghetti in hmac_openssl.c a bit.
Show description for 38698ddcommittedAllow SIGINT to cancel psql database reconnections.
Show description for cafe105committedExpose PQsocketPoll via libpq
Show description for f5e4dedcommittedUse streaming I/O in pg_prewarm.
Show description for 3a352dfcommittedProvide API for streaming relation data.
Show description for b5a9b18committedProvide vectored variant of ReadBuffer().
Show description for 210622ccommittedDon't use the pg_am system catalog in new test
Show description for 13b3b62committedRevert "Custom reloptions for table AM"
Show description for 867cc7bcommittedUse TidStore for dead tuple TIDs storage during lazy vacuum.
Show description for 667e65acommitted
Commits on Apr 1, 2024
Fix assert failure when planning setop subqueries with CTEs
Show description for d5d2205committedAvoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
Show description for 3622c80committed