Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Aug 2, 2020
Fix minor issues in psql's new \dAc and related commands.
Show description for 533020dcommittedUse int64 instead of long in incremental sort code
Show description for 6ee3b5fcommitted
Commits on Aug 1, 2020
Change XID and mxact limits to warn at 40M and stop at 3M.
Show description for cd5e822committedInvent "amadjustmembers" AM method for validating opclass members.
Show description for 9f96827committedUse pg_pread() and pg_pwrite() in slru.c.
Show description for e2b37d9committedMinimize slot creation for multi-inserts of pg_shdepend
Show description for 022350bcommittedImprove programmer docs for simplehash and dynahash.
Show description for 84c0e4bcommitted
Commits on Jul 31, 2020
Restore lost amcheck TOAST test coverage.
Show description for c79aed4committedFix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Show description for 3d2376dcommittedFix recently-introduced performance problem in ts_headline().
Show description for 78e73e8committedFix compiler warning from Clang.
Show description for 7be0449committedPreallocate some DSM space at startup.
Show description for 84b1c63committedFix comment in instrument.h
Show description for 7b1110dcommittedCache smgrnblocks() results in recovery.
Show description for c5315f4committedUse multi-inserts for pg_attribute and pg_shdepend
Show description for e3931d0committed
Commits on Jul 30, 2020
Doc: fix high availability solutions comparison.
Show description for cab2556committedUse pg_bitutils for HyperLogLog.
Show description for fd734f3committedInclude partitioned tables for tab completion of VACUUM in psql
Show description for f1af75ccommitteddoc: Mention index references in pg_inherits
Show description for 903134fcommittedIntroduce a WaitEventSet for the stats collector.
Show description for e7591fdcommittedUse WaitLatch() for condition variables.
Show description for e2d394dcommittedUse a long lived WaitEventSet for WaitLatch().
Show description for 3347c98committed
Commits on Jul 29, 2020
Add hash_mem_multiplier GUC.
Show description for d6c08e2committedpg_stat_statements: track number of rows processed by some utility commands.
Show description for 6023b7ecommittedRemove non-fast promotion.
Show description for b5310e4committedHashAgg: use better cardinality estimate for recursive spilling.
Show description for 9878b64committedFix incorrect print format in json.c
Show description for f2130e7committedMove syncscan.c to src/backend/access/common.
Show description for cb04ad4committedRename another "hash_mem" local variable.
Show description for c49c74dcommittedCorrect obsolete UNION hash aggs comment.
Show description for b1d7912committed
Commits on Jul 28, 2020
Doc: Remove obsolete CREATE AGGREGATE note.
Show description for f36e820committedMake EXPLAIN ANALYZE of HashAgg more similar to Hash Join
Show description for 0e3e1c4committedDoc: Improve documentation for pg_jit_available()
Show description for d7c8576committedExtend the logical decoding output plugin API with stream methods.
Show description for 45fdc97committedAmit KapilaFix some issues with step generation in partition pruning.
Show description for 1383874committedEtsuro Fujita