Commits
Branch selector
User selector
Datepicker
Commit History
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 9ddef36committedFix duplicate primary keys in partitions
Show description for fb9e93acommittedRefactor user-facing SQL functions signalling backends
Show description for 09921f3committedAdd option SKIP_LOCKED to VACUUM and ANALYZE
Show description for 803b130committed
Commits on Oct 3, 2018
Replace uint64 use introduced in 4868e446859 in light of 595a0eab7f42.
Show description for d173652committedEnsure that snprintf.c's fmtint() doesn't overflow when printing INT64_MIN.
Show description for 4868e44committedChange executor to just Assert that table locks were already obtained.
Show description for 9a3cebecommittedFix issues around EXPLAIN with JIT.
Show description for c03c144committedRationalize snprintf.c's handling of "ll" formats.
Show description for 595a0eacommittedProvide fast path in snprintf.c for conversion specs that are just "%s".
Show description for 6d842becommittedMake assorted performance improvements in snprintf.c.
Show description for abd9ca3committed