Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 8, 2020
Fix XLogReader FD leak that makes backends unusable after 2PC usage.
Show description for 91c4054committed
Commits on Apr 7, 2020
Appease perlcritic
Show description for 7e2ffb3committedRemove nbtree BTreeTupleSetAltHeapTID() function.
Show description for 60cbd77committedAllow users to limit storage reserved by replication slots
Show description for c655077committedAllow psql's \g and \gx commands to transiently change \pset options.
Show description for b63c293committedImplement waiting for given lsn at transaction start
Show description for 0f5ca02committedSupport FETCH FIRST WITH TIES
Show description for 357889ecommittedAdjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Show description for 26a944ccommittedRemove debugging elog from pgstat_recv_resetslrucounter
Show description for 9c74cebcommittedMinor improvements in Incremental Sort explain
Show description for d22782acommittedPrevent archive recovery from scanning non-existent WAL files.
Show description for 4bd0ad9committedConsider Incremental Sort paths at additional places
Show description for ba3e76ccommittedFix representation of SORT_TYPE_STILL_IN_PROGRESS.
Show description for c7654f6committedIntroduce xid8-based functions to replace txid_XXX.
Show description for 4c04be9committedAdd SQL type xid8 to expose FullTransactionId to users.
Show description for aeec457committed
Commits on Apr 6, 2020
Use INT64_FORMAT when formatting int64 values in explain
Show description for 4bea576committedFix failures in incremental_sort due to number of workers
Show description for 23ba3b5committedFix nbtree kill_prior_tuple posting list assert.
Show description for ce2cee0committedFix show_incremental_sort_info with force_parallel_mode
Show description for 7d6d82acommittedImplement Incremental Sort
Show description for d2d8a22committedRe-stabilize infinite_recurse() test case.
Show description for 3c85535committedAdd logical replication support to replicate into partitioned tables
Show description for f1ac27bcommittedAllow autovacuum to log WAL usage statistics.
Show description for b7ce6decommittedAmit KapilaRefactor cluster.c to use new routine get_index_isclustered()
Show description for 8ef9451committedAdd the option to report WAL usage in EXPLAIN and auto_explain.
Show description for 33e05f8committedAmit KapilaPreserve clustered index after rewrites with ALTER TABLE
Show description for a40caf5committedRecompute stack base in forked postmaster children.
Show description for fc3f445committedUse TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Show description for f946069committed
Commits on Apr 5, 2020
Fix recently introduced typo.
Show description for 549a3e2committedSave errno across LWLockRelease() calls
Show description for a9d9bddcommittedFurther improve stability fix for partition_aggregate test.
Show description for 18d85e9committedAllow pg_stat_statements to track WAL usage statistics.
Show description for 6b466bfcommittedAmit Kapila
Commits on Apr 4, 2020
Add perl2host call missing from a new test file.
Show description for 70de4e9committedRemove bogus Assert, add some regression test cases showing why.
Show description for 07871d4committedSkip WAL for new relfilenodes, under wal_level=minimal.
Show description for c6b9204committed