Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 30, 2020
In jsonb_plpython.c, suppress warning message from gcc 10.
Show description for a069218committedHandle lack of DSM slots in parallel btree build.
Show description for 74618e7committedClean up newlines following left parentheses
Show description for c9d2977committedRemove excess parens in ereport() calls
Show description for 4e89c79committedFix test failure with non-MULTIPLICITY Perl interpreters.
Show description for 2520cf8committedMake inherited TRUNCATE perform access permission checks on parent table only.
Show description for e6f1e56committedFix slot data persistency when advancing physical replication slots
Show description for b0afdcacommittedFix vcregress.pl for new plperl test case.
Show description for 26a81bbcommitted
Commits on Jan 29, 2020
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Show description for 50fc694committedTeach plpgsql's "make clean" to remove generated test files.
Show description for 166ab9ccommittedAdd jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles.
Show description for 006b9dccommittedMove 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 11b5e3ecommitted