Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 18, 2022
Fix confusion about havingQual vs hasHavingQual in planner.
Show description for 8bf66decommittedRemove no-longer-needed compatibility hack
Show description for 997cd15committedImprove errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION
Show description for 915a6c4committedRemove compatibility declarations for InitMaterializedSRF()
Show description for eddc128committedRename SetSingleFuncCall() to InitMaterializedSRF()
Show description for a19e5cecommitted
Commits on Oct 17, 2022
doc: move the mention of aggregate JSON functions up in section
Show description for 77dd153committeddoc: warn pg_stat_reset() can cause vacuum/analyze problems
Show description for 4d07046committedRecord dependencies of a cast on other casts that it requires.
Show description for 8272749committedReject non-ON-SELECT rules that are named "_RETURN".
Show description for 797e313committedGuard against table-AM-less relations in planner.
Show description for eec3466committedFix calculation related to temporary WAL segment name in basic_archive
Show description for c68a183committedAdd checks for regexes with user name map in test for peer authentication
Show description for 7622422committed
Commits on Oct 16, 2022
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Show description for d575347committedRename parser token REF to REF_P to avoid a symbol conflict.
Show description for 717ec1acommittedUse 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 56c19fecommitted