Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 12, 2018
Simplify use of AllocSetContextCreate() wrapper macro.
Show description for 13cd720committedRemove dead reference to ecpg resultmap file.
Show description for 24a2c43committedCorrect attach/detach logic for FKs in partitions
Show description for c7d43c4committedMake float exponent output on Windows look the same as elsewhere.
Show description for f188538committedAdd TAP tests for pg_verify_checksums
Show description for b34e84fcommitted
Commits on Oct 11, 2018
Remove deprecated abstime, reltime, tinterval datatypes.
Show description for cda6a8dcommittedRemove timetravel extension.
Show description for 2d10defcommittedMove timeofday() implementation out of nabstime.c.
Show description for 86896becommitted
Commits on Oct 10, 2018
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Show description for e9edc1bcommittedForce 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 07ee62ccommitted