Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Oct 4, 2018
Add 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 e27453bcommitteddoc: Clarify CREATE TABLESPACE documentation
Show description for a6949cacommitted
Commits on Sep 30, 2018
Create an RTE field to record the query's lock mode for each relation.
Show description for fdba460committed
Commits on Sep 28, 2018
Add application_name to connection authorized msg
Show description for 8bddc86committedImprove error reporting for unsupported effective_io_concurrency setting.
Show description for 2b04dfccommittedTweak MSVC build system to match changes in 7143b3e82.
Show description for 61f14cccommittedTweak MSVC build system to match changes in 7143b3e82.
Show description for 97c6852committedBuild src/common files as a library with -fPIC.
Show description for 7143b3ecommittedRemove pqsignal() from libpq's official exports list.
Show description for f7ab802committedFix assertion failure when updating full_page_writes for checkpointer.
Show description for a86bf60committedAmit KapilaCorrect overflow handling in pgbench.
Show description for 92a0342committedFix WAL recycling on standbys depending on archive_mode
Show description for 78ea8b5committed
Commits on Sep 27, 2018
Fix assorted bugs in pg_get_partition_constraintdef().
Show description for aaf10f3committed- committed
Remove extra usage of BoxPGetDatum() macro
Show description for 0f64595committed