Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jul 28, 2020
Extend the logical decoding output plugin API with stream methods.
Show description for 45fdc97committedAmit KapilaFix some issues with step generation in partition pruning.
Show description for 1383874committedEtsuro FujitaRemove hashagg_avoid_disk_plan GUC.
Show description for bcbf944committed
Commits on Jul 27, 2020
Fix corner case with 16kB-long decompression in pgcrypto, take 2
Show description for a3ab7a7committedFix handling of structure for bytea data type in ECPG
Show description for e971357committed
Commits on Jul 26, 2020
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Show description for 200f610committedAllocate consecutive blocks during parallel seqscans
Show description for 56788d2committedTweak behavior of pg_stat_activity.leader_pid
Show description for 11a68e4committed
Commits on Jul 25, 2020
Remove optimization for RAND_poll() failing.
Show description for 15e4419committedUse 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 4fb6aebcommitted