Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Dec 1, 2020
Avoid memcpy() with a NULL source pointer and count == 0
Show description for 677f74ecommitteddocs: ulink all references to RFC's
Show description for 415dc20committeddoc: Add additional index entries for progress reporting views.
Show description for 0a4db67committeddoc: Remove more notes about compatibilities with past versions
Show description for 8a17f44committedUse truncate(2) where appropriate.
Show description for 57faaf3committedFree disk space for dropped relations on commit.
Show description for 9f35f94committed
Commits on Nov 30, 2020
Fix missing outfuncs.c support for IncrementalSortPath.
Show description for 8286223committedDocument concurrent indexes waiting on each other
Show description for 58ebe96committedRemove configure-time probe for DocBook DTD.
Show description for 4823c4fcommittedPrevent parallel index build in a standalone backend.
Show description for 275b341committedFix miscomputation of direct_lateral_relids for join relations.
Show description for b1738ffcommittedRefactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZE
Show description for 873ea9ecommittedRemove leftover comments, left behind by removal of WITH OIDS.
Show description for 2bc5887committedFix typo in comment.
Show description for 6742e14committedImprove log message about termination of background workers.
Show description for 98e2d58committed
Commits on Nov 29, 2020
Fix recently-introduced breakage in psql's \connect command.
Show description for 7e5e1bbcommittedDoc: clarify behavior of PQconnectdbParams().
Show description for d5e2bdfcommittedRetry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.
Show description for 0f89ca0committed
Commits on Nov 28, 2020
Clean up after tests in src/test/locale/.
Show description for b90a7fecommittedFix a recently-introduced race condition in LISTEN/NOTIFY handling.
Show description for 9c83b54committed
Commits on Nov 27, 2020
Fix CLUSTER progress reporting of number of blocks scanned.
Show description for 3df51cacommittedUse standard SIGTERM signal handler die() in test_shm_mq worker.
Show description for ef848f4committedUse standard SIGHUP and SIGTERM signal handlers in worker_spi.
Show description for 2a08477committedFix replication of in-progress transactions in tablesync worker.
Show description for 0926e96committedAmit Kapila
Commits on Nov 26, 2020
Restore lock level to update statusFlags
Show description for dcfff74committedpg_stat_statements: Track number of times pgss entries were deallocated.
Show description for 9fbc3f3committeddoc: Add description about re-analysis and re-planning of a prepared statement.
Show description for 4a36eabcommittedUse Enums for logical replication message types at more places.
Show description for f3a8f73committedAmit Kapila
Commits on Nov 25, 2020
Avoid spurious waits in concurrent indexing
Show description for c98763bcommittedIn psql's \d commands, don't truncate attribute default values.
Show description for 314fb9bcommittedDoc: minor improvements for section 11.2 "Index Types".
Show description for 85b4ba7committedAvoid spamming the client with multiple ParameterStatus messages.
Show description for 2432b1acommittedtablefunc: Reject negative number of tuples passed to normal_rand()
Show description for f739992committeddoc: Fix typos
Show description for 2fbd786committedMake error hint from bind() failure more accurate
Show description for d5d91accommitted