Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jul 25, 2020
Use RAND_poll() for seeding randomness after fork().
Show description for ce4939fcommittedImprove performance of binary COPY FROM through better buffering.
Show description for 0a0727ccommittedMark built-in coercion functions as leakproof where possible.
Show description for 8a37951committedFix buffer usage stats for nodes above Gather Merge.
Show description for 2a24942committedAmit Kapila
Commits on Jul 24, 2020
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Show description for 79d6d1acommittedFix assorted bugs by changing TS_execute's callback API to ternary logic.
Show description for 2f2007fcommittedRename configure.in to configure.ac
Show description for 25244b8committed
Commits on Jul 23, 2020
Fix ancient violation of zlib's API spec.
Show description for b9b6105committeddoc: Document that ssl_ciphers does not affect TLS 1.3
Show description for 5733fa0committedFix error message.
Show description for 42dee8bcommittedWAL Log invalidations at command end with wal_level=logical.
Show description for c55040ccommittedAmit Kapila
Commits on Jul 22, 2020
Revert "Fix corner case with PGP decompression in pgcrypto"
Show description for 38f60f1committedSupport infinity and -infinity in the numeric data type.
Show description for a57d312committedFix corner case with PGP decompression in pgcrypto
Show description for 9e10898committedFix conversion table generator scripts.
Show description for a507387committedFix comment in sha2.h
Show description for e47c260committed
Commits on Jul 21, 2020
neqjoinsel must now pass through collation to eqjoinsel.
Show description for bd0d893committedAdd nbtree Valgrind buffer lock checks.
Show description for 4a70f82committedWeaken type-OID-matching checks in array_recv and record_recv.
Show description for 670c0a1committedGlossary: Add term "base backup"
Show description for 606c384committedMinor glossary tweaks
Show description for a0b2d58committedBe more careful about marking catalog columns NOT NULL by default.
Show description for fc032becommittedAssert that we don't insert nulls into attnotnull catalog columns.
Show description for 3e66019committedRework tab completion of COPY and \copy in psql
Show description for c273d9dcommittedFix some corner cases for window ranges with infinite offsets.
Show description for a4faef8committed
Commits on Jul 20, 2020
Make floating-point "NaN / 0" return NaN instead of raising an error.
Show description for 4fb6aebcommittedAssert that buffer is pinned in LockBuffer().
Show description for 6ca7cd8committedCorrectly mark pg_subscription_rel.srsublsn as nullable.
Show description for 0fa0b48committedFix construction of updated-columns bitmap in logical replication.
Show description for d5daae4committedUpdate btree_gist extension for parallel query
Show description for d98c08ccommittedRename wal_keep_segments to wal_keep_size.
Show description for c3fe108committedImmediately WAL-log subtransaction and top-level XID association.
Show description for 0bead9acommittedAmit KapilaAdd generic_plans and custom_plans fields into pg_prepared_statements.
Show description for d05b172committedFix minor typo in nodeIncrementalSort.c.
Show description for 044dc7bcommittedAmit Kapila
Commits on Jul 19, 2020
Avoid harmless Valgrind no-buffer-pin errors.
Show description for a766d6ccommitted