Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 7, 2023
Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.
Show description for a290378committedFix table name clash in recently introduced test
Show description for 728015acommittedImprove IO accounting for temp relation writes
Show description for 704261ecommittedTest SCRAM iteration changes with psql \password
Show description for bf5a894committedRefactor background psql TAP functions
Show description for 664d757committedFix underspecified sort order in test query
Show description for 32bc0d0committedAdd pg_buffercache_usage_counts() to contrib/pg_buffercache.
Show description for f3fa313committedCatalog NOT NULL constraints
Show description for e056c55committedDoc: improve descriptions of max_[pred_]locks_per_transaction GUCs.
Show description for ff245a3committedAdd array_sample() and array_shuffle() functions.
Show description for 888f2eacommittedFix locale-dependent test case.
Show description for cd82e5ccommittedFix copy-paste bug in 12f3867f553 triggering an assert after a write error
Show description for 21d7c05committedAdd tab-completion for newly added SUBSCRIPTION options.
Show description for 96c498dcommittedAmit KapilaAdd more protections in WAL record APIs against overflows
Show description for 8fcb32dcommittedUse ExtendBufferedRelTo() in XLogReadBufferExtended()
Show description for 26158b8committedAdd --buffer-usage-limit option to vacuumdb
Show description for ae78caecommitted
Commits on Apr 6, 2023
hio: Use ExtendBufferedRelBy() to extend tables more efficiently
Show description for 00d1e02committedAdd VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
Show description for 1cbbee0committedheapam: Pass number of required pages to RelationGetBufferForTuple()
Show description for 5279e9dcommittedRefresh cost-based delay params more frequently in autovacuum
Show description for 7d71d3dcommittedSeparate vacuum cost variables from GUCs
Show description for a85c60acommittedMake vacuum failsafe_active globally visible
Show description for 71a8251committedStabilize just-added regression test cases.
Show description for 5499706committedpsql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.
Show description for 31ae2aacommittedFix ts_headline() edge cases for empty query and empty search text.
Show description for 029dea8committedhio: Don't pin the VM while holding buffer lock while extending
Show description for 18103b7committedhio: Relax rules for calling GetVisibilityMapPins()
Show description for bba9003committedpsql: add an optional execution-count limit to \watch.
Show description for 00beecfcommittedSupport long distance matching for zstd compression
Show description for 2820adfcommittedpostgres_fdw: Add support for parallel abort.
Show description for 983ec23committedEtsuro FujitaMove various prechecks from vacuum() into ExecVacuum()
Show description for b9b125bcommittedConvert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Show description for acab1b0committedUse ExtendBufferedRelTo() in {vm,fsm}_extend()
Show description for fcdda1ecommittedAlways make a BufferAccessStrategy for ANALYZE
Show description for bccd690committedFix row tracking in pg_stat_statements with extended query protocol
Show description for 1d477a9committed