Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 8, 2018
Track 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 abd9ca3committedMAXALIGN the target address where we store flattened value.
Show description for 9bc9f72committedAmit Kapila
Commits on Oct 2, 2018
Don't build static libraries on Cygwin
Show description for a33245acommittedChange rewriter/planner/executor/plancache to depend on RTE rellockmode.
Show description for 6e35939committedUse slots more widely in tuple mapping code and make naming more consistent.
Show description for cc2905ecommittedSet snprintf.c's maximum number of NL arguments to be 31.
Show description for 625b38ecommittedFix corner-case failures in has_foo_privilege() family of functions.
Show description for 3d0f68dcommitted