Re: Partial patch status update, 3/3/13 - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Partial patch status update, 3/3/13
Date
Msg-id 51341BE1.2020902@2ndquadrant.com
Whole thread Raw
In response to Partial patch status update, 3/3/13  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Partial patch status update, 3/3/13  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Re: Partial patch status update, 3/3/13  (Amit Kapila <amit.kapila@huawei.com>)
List pgsql-hackers
<pre wrap="">I've gone through all the Server Features entries and partway through the performance category. So far:

"Writable Foreign Tables" is waiting for Tom to have a chance to check it out and do some detailed work on it. Anyone
elsewho wants to step in and help might be able to improve its chances, as right now it looks like it'll probably
slip.

Stalled waiting for final committer check and apply:

- Identity projection (partitioning)
- Writable foreign tables (but needs significant work not just apply, test, commit)

Nobody seems to want to review this:

- The SEPostgreSQL patches

I still need to test this on Windows:

- parallel pg_dump

Discussion ongoing, uncertain if it'll make the 9.3 cut:

- Timeout framework extension and lock_timeout
- the rest of the event triggers patch
- checksums

Rejected per thread discussion:

- Add code commentary in ProcessInterrupts

RWF per thread discussion:

- Store additional information in GIN index


Pending update after response to reminders/queries:

- Extension templates
- Adjacent in SP-GiST for range-types
- Performance Improvement by reducing WAL for Update Operation</pre> <pre class="moz-signature" cols="72">-- Craig
Ringer                  <a class="moz-txt-link-freetext"
href="http://www.2ndQuadrant.com/">http://www.2ndQuadrant.com/</a>PostgreSQLDevelopment, 24x7 Support, Training &
Services</pre>

pgsql-hackers by date:

Previous
From: Cliff_Bytes
Date:
Subject: LIBPQ Implementation Requiring BYTEA Data
Next
From: Craig Ringer
Date:
Subject: Re: Materialized views WIP patch