Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 4, 2024
Introduce a non-recursive JSON parser
Show description for 3311ea8committedSilence meson warning
Show description for 585df02committedpostgres_fdw: Remove useless ternary expression.
Show description for dd24098committedEtsuro FujitaSecondary refactor of heap scanning functions
Show description for 3a4a353committedCoordinate emit_log_hook and all log destinations to share the same timeval
Show description for 2a217c3committedPreliminary refactor of heap scanning functions
Show description for 44086b0committedpg_regress: Save errno in emit_tap_output_v() and switch to %m
Show description for 85230a2committed
Commits on Apr 3, 2024
CREATE INDEX: do not update stats during binary upgrade.
Show description for 71b6617committedInvent SERIALIZE option for EXPLAIN.
Show description for 0628670committedFix 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 cafe105committed