Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 29, 2020
Move jsonapi.c and jsonapi.h to src/common.
Show description for beb4699committedFail if recovery target is not reached
Show description for dc78866committedFix dispsize for libpq connection parameters channel_binding and gssencmode
Show description for 29e321ccommittedAdd --parallel option to vacuumdb command.
Show description for 47bc9cecommittedAmit Kapila
Commits on Jan 28, 2020
Fix dangling pointer in EvalPlanQual machinery.
Show description for 01d9676committedFix randAccess setting in ReadRecord()
Show description for 30012a0committedFix compile error on HP C.
Show description for 11da6bccommittedDon't reset latch in ConditionVariablePrepareToSleep().
Show description for 78aaa0ecommittedAdded relation name in error messages for constraint checks.
Show description for 05f18c6committedAmit KapilaAdd connection parameters to control SSL protocol min/max in libpq
Show description for ff8ca5fcommittedRemove dependency on HeapTuple from predicate locking functions.
Show description for 6f38d4dcommitted
Commits on Jan 27, 2020
Apply project best practices to switches over enum values.
Show description for 4589c6acommittedMove some code from jsonapi.c to jsonfuncs.c.
Show description for 73ce2a0committedAdjust pg_parse_json() so that it does not directly ereport().
Show description for 1f3a021committedAvoid unnecessary shm writes in Parallel Hash Join.
Show description for 3e4818ecommittedFix some memory leaks and improve restricted token handling on Windows
Show description for 10a5252committed
Commits on Jan 26, 2020
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Show description for 3ec20c7committedRefactor confusing code in _mdfd_openseg().
Show description for f37ff03committedIn postgres_fdw, don't try to ship MULTIEXPR updates to remote server.
Show description for 215824fcommittedRefactor XLogReadRecord(), adding XLogBeginRead() function.
Show description for 38a9573committed
Commits on Jan 25, 2020
Clean up EXPLAIN's handling of per-worker details.
Show description for 1001368committedAdd functions gcd() and lcm() for integer and numeric types.
Show description for 13661ddcommitted
Commits on Jan 24, 2020
Remove jsonapi.c's lex_accept().
Show description for 530609acommittedSplit JSON lexer/parser from 'json' data type support.
Show description for 11b5e3ecommittedAdjust src/include/utils/jsonapi.h so it's not backend-only.
Show description for ce0425bcommittedAdd pg_file_sync() to adminpack extension.
Show description for d694e0bcommittedAdd exclusion to headercheck
Show description for cc25464committed- committed
Doc: Fix list of storage parameters available for ALTER TABLE
Show description for 6de7bcbcommitted
Commits on Jan 23, 2020
Add configure probe for rl_completion_suppress_quote.
Show description for c327044committedFix an oversight in commit 4c70098ff.
Show description for 9a3a75ccommittedClean up formatting.c's logic for matching constant strings.
Show description for 4c70098committedImprove psql's tab completion for filenames.
Show description for cd69ec6committedDoc: Fix and tweak documentation for ANALYZE reporting
Show description for 5ba40b6committedClarify some comments in vacuumlazy.c
Show description for f942dfbcommitted