Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 6, 2018
Remove 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 3d0f68dcommittedFix documentation of pgrowlocks using "lock_type" instead of "modes"
Show description for 80810cacommittedTest passing expanded-value representations to workers.
Show description for 0fd6a8acommittedAmit Kapila
Commits on Oct 1, 2018
Refactor relation opening for VACUUM and ANALYZE
Show description for e3a25abcommittedChange PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Show description for cf3dfeacommittedAdd assertions that we hold some relevant lock during relation open.
Show description for b04aeb0committedFix tuple_data_split() to not open a relation without any lock.
Show description for b66827ccommittedFix ALTER COLUMN TYPE to not open a relation without any lock.
Show description for e27453bcommitted