[COMMITTERS] pgsql: Fix EvalPlanQual bug when query contains both locked and not-loc

2016-03-22 Thread Tom Lane
Fix EvalPlanQual bug when query contains both locked and not-locked rels. In commit afb9249d06f47d7a, we (probably I) made ExecLockRows assign null test tuples to all relations of the query while setting up to do an EvalPlanQual recheck for a newly-updated locked row. This was sheerest brain fade

[COMMITTERS] pgsql: Fix EvalPlanQual bug when query contains both locked and not-loc

2016-03-22 Thread Tom Lane
Fix EvalPlanQual bug when query contains both locked and not-locked rels. In commit afb9249d06f47d7a, we (probably I) made ExecLockRows assign null test tuples to all relations of the query while setting up to do an EvalPlanQual recheck for a newly-updated locked row. This was sheerest brain fade

[COMMITTERS] pgsql: Improve docs of pg_trgm changes

2016-03-22 Thread Teodor Sigaev
Improve docs of pg_trgm changes Artur Zakirov, per gripe from Jeff Janes Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f6bd0da63bf40bc324eec6fd47f3d3d301f44dab Modified Files -- doc/src/sgml/pgtrgm.sgml | 58 ++--

[COMMITTERS] pgsql: Fix typo in docs.

2016-03-22 Thread Fujii Masao
Fix typo in docs. Jeff Janes Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/112a2d0615bab27630829e486c8b0cd2fdd6980b Modified Files -- doc/src/sgml/monitoring.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mail