PostgreSQL 9.1 Open Items
From PostgreSQL wiki
(Difference between revisions)
(→Code Issues) |
(→Resolved Issues) |
||
| Line 23: | Line 23: | ||
== Resolved Issues == | == Resolved Issues == | ||
| + | * [http://archives.postgresql.org/message-id/AANLkTi=qR0zy5cS98n=TDCxda5sj=NODDA=xAZUCdJOE@mail.gmail.com FK constraints "NOT VALID" by default] | ||
| + | * [http://archives.postgresql.org/message-id/AANLkTikvpjkUjwksZK=wOw7CDyMtaVEddmPN9yFv7jX-@mail.gmail.com sync rep very slow when fsync=off on standby] | ||
* {{MessageLink|09B23E7BF70425478C1330D893A722C602FEC019BD@MailSVR.invera.com|Walreceiver crashes in AIX}} | * {{MessageLink|09B23E7BF70425478C1330D893A722C602FEC019BD@MailSVR.invera.com|Walreceiver crashes in AIX}} | ||
** {{MessageLink|4C753155.3070708@ca.afilias.info|Steve Singer can't reproduce, suggests a possible way this could be pilot error}} | ** {{MessageLink|4C753155.3070708@ca.afilias.info|Steve Singer can't reproduce, suggests a possible way this could be pilot error}} | ||
Revision as of 23:28, 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
- FK constraints "NOT VALID" by default
- sync rep very slow when fsync=off on standby
- 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