Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 16, 2022
Use libc's snprintf, not sprintf, for special cases in snprintf.c.
Show description for 450ee70committedmeson: macos: Use -Wl,-undefined,error for modules
Show description for 9a95a51committed
Commits on Oct 15, 2022
meson: catch up to a few configure changes
Show description for 57bab33committedDisallow MERGE cleanly for foreign partitions
Show description for cba4e78committedFix some comments in proc.h
Show description for 1054c60committed
Commits on Oct 14, 2022
pgstat: Track time of the last scan of a relation
Show description for c037471committedHave GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Show description for 309b2cfcommittedlibpq: Reset singlerow flag correctly in pipeline mode
Show description for db1b931committedAdd auxiliary lists to GUC data structures for better performance.
Show description for f13b208committedReplace the sorted array of GUC variables with a hash table.
Show description for 3057465committedStore GUC data in a memory context, instead of using malloc().
Show description for 407b50fcommittedMake some minor improvements in memory-context infrastructure.
Show description for 9c911eccommittedStandardize format for printing PIDs
Show description for 1b11561committeddoc: Correct type of bgw_notify_pid
Show description for 34df7b9committedFix incorrect comment regarding command completion tags
Show description for 39b8c29committed
Commits on Oct 13, 2022
Remove redundant memset call following palloc0
Show description for ba185d3committedpg_buffercache: Add pg_buffercache_summary()
Show description for 2589434committedFix typo in CREATE PUBLICATION reference page
Show description for 7f8d9cecommittedPut tests of md5() function into separate test file
Show description for 9786b89committedAllow batch insertion during COPY into a foreign table.
Show description for 97da482committedEtsuro FujitaAdd missing isolation test for test_decoding in meson build
Show description for 56c19fecommittedImprove the WARNING message for CREATE SUBSCRIPTION.
Show description for 5263c6bcommittedAmit KapilaFix ordering issue with WAL operations in GIN fast insert path
Show description for 56b6625committed
Commits on Oct 12, 2022
doc: Fix description of replication command CREATE_REPLICATION_SLOT
Show description for 63585b1committedDoc: improve recommended systemd unit file.
Show description for 2d27e13committedFix outdated code reference
Show description for 8a927e3committedReduce xlog.h inclusion footprint
Show description for 9c0de04committedReduce basebackup_sink.h inclusion footprint
Show description for c929b27committedAdd meson.build to version_stamp.pl
Show description for 3840978committedRemove Abs()
Show description for a699b7acommittedFix shadow variable in postgres.c
Show description for 4574eb9committedSimplify some maths in xlogreader.c
Show description for a1176c6committed
Commits on Oct 11, 2022
Fix compilation warning in test_copy_callbacks
Show description for 94fd253committedHarden pmsignal.c against clobbered shared memory.
Show description for 18a4a62committedYet further fixes for multi-row VALUES lists for updatable views.
Show description for b8f2687committed