Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 10, 2018
Force synchronous commit to be enabled for all test_decoding tests.
Show description for ef49305committedSlightly correct context check for event triggers
Show description for f82d4d6committedTest that event triggers work in functions and procedures
Show description for ae30786committed
Commits on Oct 9, 2018
Turn transaction_isolation into GUC enum
Show description for f8c10f6committedMake src/common/exec.c's error logging less ugly.
Show description for b6b297dcommittedAdd "B" suffix for bytes to docs
Show description for 36e9d41committedRemove no-longer-needed variant expected regression result files.
Show description for 6eb4378committedSelect appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
Show description for aed9fa0committedAdd pg_ls_archive_statusdir function
Show description for c481016committedConvert some long lists in configure.in to one-line-per-entry style.
Show description for bfa6c5acommitted
Commits on Oct 8, 2018
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Show description for 212fab9committedFix omissions in snprintf.c's coverage of standard *printf functions.
Show description for 7767aadcommittedAdvance transaction timestamp for intra-procedure transactions.
Show description for 82ff0cccommittedImprove snprintf.c's handling of NaN, Infinity, and minus zero.
Show description for 6eb3eb5committedAvoid O(N^2) cost in ExecFindRowMark().
Show description for f9eb7c1committedSilence compiler warning in Assert()
Show description for eee01d6committedTrack procedure calls in pg_stat_user_functions
Show description for 634b4b7committedImprove two error messages related to foreign keys on partitioned tables
Show description for 9c2a970committedFix speling error
Show description for a9da329committed
Commits on Oct 7, 2018
Remove some unnecessary fields from Plan trees.
Show description for 52ed730committedFix catalog insertion order for ATTACH PARTITION
Show description for 39808e8committed
Commits on Oct 6, 2018
Fix event triggers for partitioned tables
Show description for ad08006committedRestore sane locking behavior during parallel query.
Show description for 29ef2b3committedRemove more redundant relation locking during executor startup.
Show description for f234365committedDon't use is_infinite() where isinf() will do.
Show description for 0209f02committedPropagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Show description for 07ee62ccommittedImprove the accuracy of floating point statistical aggregates.
Show description for e954a72committedAssign constraint name when cloning FK definition for partitions
Show description for 38921d1committed
Commits on Oct 5, 2018
doc: update PG 11 release notes
Show description for 6eb612fcommittedAllow btree comparison functions to return INT_MIN.
Show description for c87cb5fcommittedEnsure that PLPGSQL_DTYPE_ROW variables have valid refname fields.
Show description for 113a659committedRemove redundant allocation
Show description for b5f03dccommittedAdd pg_ls_tmpdir function
Show description for 9cd92d1committed
Commits on Oct 4, 2018
In the executor, use an array of pointers to access the rangetable.
Show description for d73f4c7committedCentralize executor's opening/closing of Relations for rangetable entries.
Show description for 9ddef36committed