From 74fbe9ccd184c96a37c0e5b0560f486a9ff903c5 Mon Sep 17 00:00:00 2001
From: Bruce Momjian Current maintainer: Bruce Momjian (bruce@momjian.us) The most recent version of this document can be viewed at http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php
Currently all schemas are owned by the super-user because they are copied
@@ -64,7 +65,8 @@ first. There is also a developer's wiki at http://archives.postgresql.org/pgsql-hackers/2007-03/msg00375.php
http://archives.postgresql.org/pgsql-hackers/2007-04/msg00151.php
This is useful for checking PITR recovery.
- http://archives.postgresql.org/pgsql-hackers/2007-03/msg00050.php
+ http://archives.postgresql.org/pgsql-hackers/2007-03/msg00050.php
http://archives.postgresql.org/pgsql-hackers/2007-02/msg00915.php
http://archives.postgresql.org/pgsql-hackers/2005-12/msg00948.php
+ http://archives.postgresql.org/pgsql-hackers/2005-12/msg00948.php
PostgreSQL TODO List
-Last updated: Sat Jul 7 20:41:05 EDT 2007
+Last updated: Mon Jul 16 20:07:17 EDT 2007
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -38,7 +38,8 @@ first. There is also a developer's wiki at
has been reported in 8.0. A possible cause was fixed in 8.1, but
it is unknown whether other problems exist. This item mostly
requires additional testing rather than of writing any new code.
- http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php
+
creation of rules for INSERT/UPDATE/DELETE, and constraints for
rapid partition selection. Options could include range and hash
partition selection.
- http://archives.postgresql.org/pgsql-hackers/2007-03/msg00375.php
+
-
Right now only one encoding is allowed per database. [locale] - http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php +
+ http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php
http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
http://archives.postgresql.org/pgsql-hackers/2006-09/msg00662.php
@@ -394,7 +396,8 @@ first. There is also a developer's wiki at
Currently client_encoding is set in postgresql.conf, which defaults to the server encoding. - http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php +
+http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php
We can only auto-create rules for simple views. For more complex cases users will still have to write rules manually. - http://archives.postgresql.org/pgsql-hackers/2006-03/msg00586.php +
+http://archives.postgresql.org/pgsql-hackers/2006-03/msg00586.php http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00133.php
http://archives.postgresql.org/pgsql-patches/2007-04/msg00149.php +
http://people.planetpostgresql.org/greg/index.php?/archives/2006/06/10.html http://archives.postgresql.org/pgsql-hackers/2006-09/msg01458.php
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php
Because a row is not scalar, do not allow assignment from NULL-valued scalars. - http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php +
+http://archives.postgresql.org/pgsql-hackers/2006-10/msg00070.php
http://archives.postgresql.org/pgsql-general/2007-05/msg01274.php
For large table adjustments during VACUUM FULL, it is faster to cluster or reindex rather than update the index. Also, index updates can bloat the index. - http://archives.postgresql.org/pgsql-hackers/2007-03/msg00024.php +
+http://archives.postgresql.org/pgsql-hackers/2007-03/msg00024.php http://archives.postgresql.org/pgsql-performance/2007-05/msg00296.php
http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php http://archives.postgresql.org/pgsql-hackers/2006-06/msg01534.php
Async I/O allows multiple I/O requests to be sent to the disk with results coming back asynchronously. - http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php +
+http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php
This would remove the requirement for SYSV SHM but would introduce
@@ -1253,7 +1269,8 @@ first. There is also a developer's wiki at
Though backend priorities make priority inversion during lock waits possible, research shows that this is not a huge problem. - http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php +
+http://archives.postgresql.org/pgsql-general/2007-02/msg00493.php
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00752.php
@@ -1387,14 +1404,16 @@ first. There is also a developer's wiki at
Optimizer hints are used to work around problems in the optimizer. We would rather have the problems reported and fixed. - http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php +
+http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
Because we support postfix operators, it isn't possible to make AS optional and continue to use bison. - http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php +
+http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php
While PostgreSQL clients runs fine in limited-resource environments, the -- cgit v1.2.3