Re: [HACKERS] [patch] A \pivot command for psql

2015-08-10 Thread Pavel Stehule
2015-08-10 6:04 GMT+02:00 David Fetter : > On Sun, Aug 09, 2015 at 07:29:40PM +0200, Daniel Verite wrote: > > Hi, > > > > I want to suggest a client-side \pivot command in psql, implemented > > in the attached patch. > > > > \pivot takes the current query in the buffer, execute it and > > displa

Re: [HACKERS] Commitfest remaining "Needs Review" items

2015-08-10 Thread Amit Kapila
On Mon, Aug 10, 2015 at 1:04 PM, Heikki Linnakangas wrote: > > * Parallel Seq scan >> > > Jeff, Haribabu, you're signed up as reviewers. How's it going? > The current state of the patch is that there are few comments by Jeff and others which I need to take care, however it would have been better

Re: [HACKERS] Commitfest remaining "Needs Review" items

2015-08-10 Thread Atri Sharma
> > * Unique Joins >> > > Still needs to be reviewed. Any volunteers? > > > Can take this one up, if its within my limits.

[HACKERS] Commitfest remaining "Needs Review" items

2015-08-10 Thread Heikki Linnakangas
Hello Hackers, There are a few "Needs Review" items remaining in the July commitfest. Reviewers, please take action - you are holding up the commitfest. In addition to these items, there are a bunch of items in "Ready for Committer" state. Committers: please help with those. * extends pgbe

Re: [HACKERS] Asynchronous execution on FDW

2015-08-10 Thread Heikki Linnakangas
I've marked this as rejected in the commitfest, because others are working on a more general solution with parallel workers. That's still work-in-progress, and it's not certain if it's going to make it into 9.6, but if it does it will largely render this obsolete. We can revisit this patch later in

Re: [HACKERS] PL/pgSQL, RAISE and error context

2015-08-10 Thread Heikki Linnakangas
On 07/26/2015 08:34 AM, Pavel Stehule wrote: Hi here is complete patch, that introduce context filtering on client side. The core of this patch is trivial and small - almost all of size are trivial changes in regress tests - removing useless context. Documentation, check-world Looks good to m

<    1   2