Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 2, 2020
Remove long unused code behind a #if 0
Show description for d433b79committedFix command-line colorization on Windows with VT100-compatible environments
Show description for 3b77dcecommittedHandle logical decoding in multi-insert for catalog tuples
Show description for 12c5cadcommitted
Commits on Mar 1, 2020
Remove dead code from _bt_update_posting().
Show description for 84ec9b2committedFix corner-case loss of precision in numeric ln().
Show description for 43a899fcommitted
Commits on Feb 29, 2020
Doc: Fix pageinspect bt_page_items() example.
Show description for dba9153committedTeach pageinspect about nbtree deduplication.
Show description for 93ee38ecommittedCorrectly re-use hash tables in buildSubPlanHash().
Show description for 58c47cccommittedRemove obsolete comment.
Show description for 6afc8aecommittedAvoid failure if autovacuum tries to access a just-dropped temp namespace.
Show description for 80d76becommitted
Commits on Feb 28, 2020
Fix commit c11cb17d.
Show description for 32bb453committedDoc: correct thinko in pg_buffercache documentation.
Show description for 963ea55committedAdd comments on avoid reuse of parse-time snapshot
Show description for db98918committedAdd PostgreSQL home page to --help output
Show description for 1933ae6committedRefer to bug report address by symbol rather than hardcoding
Show description for 8649341committed
Commits on Feb 27, 2020
Catversion bump for b9b408c48724
Show description for afb5465committedSave calculated transitionSpace in Agg node.
Show description for c11cb17committedDoc: Fix deduplicate_items index term.
Show description for e537aedcommittedRecord parents of triggers
Show description for b9b408ccommittedRemove TAP test for createdb --lc-ctype
Show description for c4b0edbcommittedSkip foreign tablespaces when running pg_checksums/pg_verify_checksums
Show description for 428a260committedMove src/backend/utils/hash/hashfn.c to src/common
Show description for 05d8449committedcreatedb: Fix quoting of --encoding, --lc-ctype and --lc-collate
Show description for 008cf04committed
Commits on Feb 26, 2020
Silence another compiler warning in nbtinsert.c.
Show description for 2c0797dcommittedSuppress unnecessary RelabelType nodes in more cases.
Show description for a477bfccommittedFix docs regarding AFTER triggers on partitioned tables
Show description for 3acfe6bcommittedSilence compiler warning in nbtinsert.c.
Show description for 2d8a6facommittedAdd deduplication to nbtree.
Show description for 0d861bbcommittedAdd equalimage B-Tree support functions.
Show description for 612a1abcommittedInclude error code in message from pg_upgrade
Show description for 4109bb5committed
Commits on Feb 25, 2020
Fix build failure on header generation with repetitive builds of MSVC
Show description for 59f9cd9committed
Commits on Feb 24, 2020
Fix compile failure.
Show description for 3639071committedexpression eval: Reduce number of steps for agg transition invocations.
Show description for 2742c45committedIssue properly WAL record for CID of first catalog tuple in multi-insert
Show description for 7d672b7committedAccount explicitly for long-lived FDs that are allocated outside fd.c.
Show description for 3d47551committed