PostgreSQL 9.1 Open Items
From PostgreSQL wiki
(Difference between revisions)
(Resolved "serious problem by multiple backups") |
(→Code Issues) |
||
| Line 21: | Line 21: | ||
* {{MessageLink|AANLkTimnwxEv-ZbqBLCSBSvmq-80vzvDb2u0pPchGm2r@mail.gmail.com|replication timeout}} | * {{MessageLink|AANLkTimnwxEv-ZbqBLCSBSvmq-80vzvDb2u0pPchGm2r@mail.gmail.com|replication timeout}} | ||
* {{MessageLink|201103111328.p2BDSFd10499@momjian.us|Typed-tables patch broke pg_upgrade}} | * {{MessageLink|201103111328.p2BDSFd10499@momjian.us|Typed-tables patch broke pg_upgrade}} | ||
| - | |||
| - | |||
== Resolved Issues == | == Resolved Issues == | ||
Revision as of 23:27, 22 March 2011
Contents |
Project Planning
See the PostgreSQL 9.1 Development Plan.
Meta-Issues
- standard_conforming_strings -- readiness of drivers and applications
- Review "Long Term" list of items from PostgreSQL 9.0 Open Items
Code Issues
- do latches have memory-ordering problems?
- DO blocks leak memory
- raise protocol version number
- conversion from integer literals to money type
- fix attinhcount tracking
- generate_series boundary issue and prototype patch
- No longer need to check synchronous_standby_names and max_wal_senders at startup
- either remove write_location completely, or revert the change that broke it
- original report of problem with write_location (but the other issues in that email are now fixed)
- sync rep and shutdown
- rhaas says: fast shutdown now works, smart shutdown is still a problem
- pg_last_xact_replay_timestamp limitations
- replication timeout
- Typed-tables patch broke pg_upgrade
Resolved Issues
- Walreceiver crashes in AIX
- bug of the hot standby feedback
- GIST rewrite vs. pg_upgrade
- replication/README needs to be updated
- backend wrongly waits for sync rep even though max_wal_senders = 0
- reload of the configuration file should not cause the server to end unexpectedly
- Fix ecpg preprocessor regression
- Once sync_standbys_defined becomes true, there's no way for it to ever become false again. That can't be right.
- backend no longer needs to wait for replication when synchronous_standby_names is set to and configuration file is reloaded.
- pause_at_recovery_target needs to be added in recovery.conf.sample
- BUG #5842: Memory leak in PL/Python when taking slices of results
- hot standby feedback message needs to be explained at protocol-replication.html
- consider renaming ident to peer authentication on local connections
- serious problem by multiple backups
