Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 5, 2020
Fix page-level checksum calculation in checksum_impl.h
Show description for addd034committedRemove the "opaque" pseudo-type and associated compatibility hacks.
Show description for bb03010committedRemove ancient hacks to ignore certain opclass names in CREATE INDEX.
Show description for 84eca14committedRemove ancient support for upgrading pre-7.3 foreign key constraints.
Show description for e58a599committedRemove RangeIOData->typiofunc
Show description for a77315fcommittedAvoid -Wconversion warnings when using checksum_impl.h
Show description for 0065174committedFix issues around .pgpass file.
Show description for 2eb3bc5committedFix more issues with dependency handling at swap phase of REINDEX CONCURRENTLY
Show description for fbcf087committedExtend ExecBuildAggTrans() to support a NULL pointer check.
Show description for c954d49committed
Commits on Mar 4, 2020
Introduce macros for typalign and typstorage constants.
Show description for 3ed2005committedMove pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS
Show description for 0ad6f84committed
Commits on Mar 3, 2020
Allow to_date/to_timestamp to recognize non-English month/day names.
Show description for d677550committedpg_standby: Don't use HAVE_WORKING_LINK
Show description for 1810ca1committedFix typo in monitoring.sgml.
Show description for 61b7394committedRemove overzealous _bt_split() assertions.
Show description for 1e07f5ecommittedFix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Show description for 0b48f13committedFix the name of the first WAL segment file, in docs.
Show description for 54a4f52committedReport progress of streaming base backup.
Show description for e65497dcommittedPreserve pg_index.indisclustered across REINDEX CONCURRENTLY
Show description for d79fb88committed
Commits on Mar 2, 2020
Fix possibly-uninitialized variable.
Show description for 91f3bd7committedRepresent command completion tags as structs
Show description for 2f96613committedBlacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.
Show description for 7b425a5committedSilence nbtree.h cpluspluscheck warning.
Show description for 90051cdcommittedAdd assertions to _bt_update_posting().
Show description for 77b88bdcommittedUpdate Microsoft documentation link
Show description for ed0d883committedRemove 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