[9.4 CF 1]SDO: Patches awaiting Author

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: [9.4 CF 1]SDO: Patches awaiting Author
Date: 2013-07-16 23:01:13
Message-ID: 51E5D0B9.3010203@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hackers,

The following patches were "Waiting on Author" as of today. As such,
most have been marked "returned with feedback". Authors are encouraged
to update their patches and submit to the next Commitfest.

There are a few exceptions to "Returned with feedback", though:

Could Not Determine Status:

logical changeset generation v5 Andres Freund
Pluggable toast compression Andres Freund

Didn't Belong in CF:

pg_filedump 9.3: checksums (and a few other fixes)

The rest, all Returned with Feedback:

Extension templates Dimitri Fontaine
COPY tuning: allow batched inserts with SERIAL/default nextval() Simon Riggs
Non-recursive processing of AND/OR lists Gurjeet Singh
Add basic regression tests for SET xxx Robins Tharakan
Add basic regression tests for DISCARD Robins Tharakan
Remove useless USE_PGXS support in contrib Peter Eisentraut
Add visibility map information to pg_freespace Koytaro Horiguchi
Reduce maximum error in tuples estimation after vacuum Koytaro Horiguchi
Make recovery.conf parameters into GUCs Simon Riggs, et al
transforms Peter Eisentraut

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2013-07-16 23:18:13 Re: XLogInsert scaling, revisited
Previous Message Josh Berkus 2013-07-16 22:31:40 Re: [Review] Re: minor patch submission: CREATE CAST ... AS EXPLICIT