pgsql: Fix typo

2017-11-13 Thread Stephen Frost
Fix typo Determinisitcally -> Deterministically Author: Michael Paquier Discussion: https://postgr.es/m/cab7npqsauj9gumzj1aixqvxqekyko+wz+wuac8_hb_m_bo6...@mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/cfd8c87e16bc77eceddb1227c8b865c8606e4ccd Mo

Migration to PGLister - After

2017-11-13 Thread Stephen Frost
Greetings! This list has now been migrated to new mailing list software known as 'PGLister'. This migration will impact all users of this mailing list in one way or another. If you would like to unsubscribe from this mailing list, please click on 'Show Original' or 'Show Headers' in your client

pgsql: Mention CREATE/DROP STATISTICS in event triggers docs

2017-11-13 Thread Alvaro Herrera
Mention CREATE/DROP STATISTICS in event triggers docs The new commands are reported by event triggers, but they weren't documented as such. Repair. Author: David Rowley Discussion: https://postgr.es/m/CAKJS1f-t-NE=AThB3zu1mKhdrm8PCb=++3e7x=lf343xcrf...@mail.gmail.com Branch -- master Deta

pgsql: Mention CREATE/DROP STATISTICS in event triggers docs

2017-11-13 Thread Alvaro Herrera
Mention CREATE/DROP STATISTICS in event triggers docs The new commands are reported by event triggers, but they weren't documented as such. Repair. Author: David Rowley Discussion: https://postgr.es/m/CAKJS1f-t-NE=AThB3zu1mKhdrm8PCb=++3e7x=lf343xcrf...@mail.gmail.com Branch -- REL_10_STABL

pgsql: Track in the plan the types associated with PARAM_EXEC parameter

2017-11-13 Thread Robert Haas
Track in the plan the types associated with PARAM_EXEC parameters. Up until now, we only tracked the number of parameters, which was sufficient to allocate an array of Datums of the appropriate size, but not sufficient to, for example, know how to serialize a Datum stored in one of those slots. A

pgsql: Push target list evaluation through Gather Merge.

2017-11-13 Thread Robert Haas
Push target list evaluation through Gather Merge. We already do this for Gather, but it got overlooked for Gather Merge. Amit Kapila, with review and minor revisions by Rushabh Lathia and by me. Discussion: http://postgr.es/m/caa4ek1kuc5uyu7qaifxrjphxbseoqh3yzwn3bthnjsmjcz-...@mail.gmail.com B

pgsql: Allow running just selected steps of pgbench's initialization se

2017-11-13 Thread Tom Lane
Allow running just selected steps of pgbench's initialization sequence. This feature caters to specialized use-cases such as running the normal pgbench scenario with nonstandard indexes, or inserting other actions between steps of the initialization sequence. The normal sequence of initialization

Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple

2017-11-13 Thread Andres Freund
Hi, On 2017-11-03 07:53:30 -0700, Andres Freund wrote: > Here's that patch. I've stared at this some, and Robert did too. Robert > mentioned that the commit message might need some polish and I'm not > 100% sure about the error message texts yet. > > I'm not yet convinced that the new elog in va

Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple

2017-11-13 Thread Andres Freund
On 2017-11-13 19:03:41 -0800, Andres Freund wrote: > Hi, > > On 2017-11-03 07:53:30 -0700, Andres Freund wrote: > > Here's that patch. I've stared at this some, and Robert did too. Robert > > mentioned that the commit message might need some polish and I'm not > > 100% sure about the error messag