Re: 9.3 Beta1 status report - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: 9.3 Beta1 status report
Date
Msg-id 517C6D7F.2070801@agliodbs.com
Whole thread Raw
In response to Re: 9.3 Beta1 status report  (Bruce Momjian <bruce@momjian.us>)
Responses Re: 9.3 Beta1 status report
List pgsql-hackers
Bruce,

So here's my draft list of "Major Enhancements" for the relase notes:

* Writeable Foreign Tables
* pgsql_fdw driver for federation of PostgreSQL databases
* Automatically updatable VIEWs
* MATERIALIZED VIEW declaration
* LATERAL JOINs
* Additional JSON constructor and extractor functions
* Indexed regular expression search
* Disk page checksums to detect filesystem failures
* Streaming-only remastering of replicas
* Performance and locking improvements for Foreign Key locks
* Parallel pg_dump for faster backups
* Directories for configuration files
* pg_isready database connection checker
* COPY FREEZE for reduced IO bulk loading
* User-defined background workers for automating database tasks
* Recursive view declaration

I note that the first one I'm leading off with actually isn't included
in your release notes.  So please add it:

Allow foreign data wrappers to accept writesForeign data sources can now be written to,as well as read, provided that
theFDW driversupports it.
 

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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Add sql_drop event for event triggers
Next
From: Peter Eisentraut
Date:
Subject: pg_resetxlog -m documentation not up to date