Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jul 1, 2021
- committed
- committed
Add new make targets world-bin and install-world-bin
Show description for b8c4261committedAdd --clobber-cache option to initdb, for CCA testing.
Show description for b741f4ccommittedDon't reset relhasindex for partitioned tables on ANALYZE
Show description for d700518committedImprove build-time check that libpq doesn't call exit().
Show description for 2f7bae2committedFix prove_installcheck to use correct paths when used with PGXS
Show description for a0fc813committedAllow specifying pg_waldump --rmgr option multiple times.
Show description for c8bf509committedAdd tests for UNBOUNDED syntax ambiguity
Show description for 71ba45acommittedImprove various places that double the size of a buffer
Show description for 3788c66committed
Commits on Jun 30, 2021
Fix portability fallout from commit dc227eb82.
Show description for e45b0dfcommitteddoc: Improve descriptions of tup_returned and tup_fetched in pg_stat_database
Show description for 3465c8acommitteddoc: Add type information for postgres_fdw parameters.
Show description for 61d599ecommittedgenbki stricter error handling
Show description for 735dc1acommittedReplace magic constants used in pg_stat_get_replication_slot().
Show description for ab5e48fcommittedAmit KapilaAllow streaming the changes after speculative aborts.
Show description for 52d26d5committedAmit KapilaAllow enabling two-phase option via replication protocol.
Show description for cda03cfcommittedAmit KapilaFix incorrect PITR message for transaction ROLLBACK PREPARED
Show description for 17707c0committedOptimize pg_checksums --enable where checksum is already set
Show description for 4c9f50dcommitted
Commits on Jun 29, 2021
Fixes for multirange selectivity estimation
Show description for 178ec46committedFix libpq state machine in pipeline mode
Show description for b71a9cbcommittedAdd PQsendFlushRequest to libpq
Show description for a719232committedFix bogus logic for reporting which hash partition conflicts.
Show description for dd2364ccommittedAdd a build-time check that libpq doesn't call exit() or abort().
Show description for dc227ebcommittedRemove libpq's use of abort(3) to handle mutex failure cases.
Show description for aaddf6bcommittedRemove literal backslash from Perl \Q ... \E.
Show description for 48cb244committedAdd index OID macro argument to DECLARE_INDEX
Show description for 6a6389acommittedBump XLOG_PAGE_MAGIC for format changes related to FPW compression
Show description for 445e36acommittedFix compilation warning in xloginsert.c
Show description for 47f514dcommittedAdd support for LZ4 with compression of full-page writes in WAL
Show description for 4035cd5committedSkip WAL recycling and preallocation during archive recovery.
Show description for cc2c7d6committedDon't ERROR on PreallocXlogFiles() race condition.
Show description for 2b3e467committedRemove XLogFileInit() ability to unlink a pre-existing file.
Show description for 421484fcommittedIn XLogFileInit(), fix *use_existent postcondition to suit callers.
Show description for 85656bccommittedRemove XLogFileInit() ability to skip ControlFileLock.
Show description for c53c6b9committed