Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 28, 2020
Fix 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
Commits on Jan 22, 2020
Add BRIN test case
Show description for 611ce85committedAdd GUC ignore_invalid_pages.
Show description for 41c184bcommittedFix the computation of max dead tuples during the vacuum.
Show description for 79a3efbcommittedAmit KapilaFix concurrent indexing operations with temporary tables
Show description for a904abecommitted
Commits on Jan 21, 2020
Clarify behavior of adding and altering a column in same ALTER command.
Show description for 9b9c5f2committedFix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Show description for affdde2committed