PostgreSQL 9.2 Open Items
From PostgreSQL wiki
(Difference between revisions)
(gist on range types) |
|||
| Line 6: | Line 6: | ||
== Open Issues == | == Open Issues == | ||
| − | * Index-only scans need to be disabled when running under Hot Standby | + | * Index-only scans need to be disabled when running under Hot Standby - please fix or explain why you think this, so someone else can... |
* [http://archives.postgresql.org/message-id/14492.1321575230@sss.pgh.pa.us Release-note PL case folding incompatibility] | * [http://archives.postgresql.org/message-id/14492.1321575230@sss.pgh.pa.us Release-note PL case folding incompatibility] | ||
* [http://archives.postgresql.org/message-id/1324540338.7608.85.camel@jdavis change GiST implementation for range types?] | * [http://archives.postgresql.org/message-id/1324540338.7608.85.camel@jdavis change GiST implementation for range types?] | ||
| + | |||
| + | * Bgwriter needs to close file handles | ||
== Resolved Issues == | == Resolved Issues == | ||
[[Category:PostgreSQL 9.2]] | [[Category:PostgreSQL 9.2]] | ||
Revision as of 15:50, 8 January 2012
Contents |
Project Planning
See the PostgreSQL 9.2 Development Plan.
Meta-Issues
- Review "Long Term" list of items from PostgreSQL 9.0 Open Items and PostgreSQL 9.1 Open Items
Open Issues
- Index-only scans need to be disabled when running under Hot Standby - please fix or explain why you think this, so someone else can...
- Release-note PL case folding incompatibility
- change GiST implementation for range types?
- Bgwriter needs to close file handles