From a3faf37f49025a0a4f5dc31479c54e6b84dab07a Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 19 Aug 2008 03:08:56 +0000 Subject: Fix some issues that prevent this file to be processed by scripts. While at it, mark a couple of items completed in 8.4: ! o -Prevent long-lived temporary tables from causing frozen-xid advancement starvation ! * -Improve performance of shared invalidation queue for multiple CPUs Also remove a couple of obsolete assignments. --- doc/src/FAQ/TODO.html | 192 ++++++++++++++++++++++++-------------------------- 1 file changed, 92 insertions(+), 100 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 1dc4fe012b0..b79f46d1baa 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -1,9 +1,9 @@ - - + + PostgreSQL TODO List - +

PostgreSQL TODO List

@@ -286,94 +286,92 @@ first. There is also a developer's wiki at
LC_MESSAGES

http://archives.postgresql.org/pgsql-hackers/2006-11/msg00390.php

-
  • Add ISO INTERVAL handling
  • - -

    http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php
    - http://archives.postgresql.org/pgsql-bugs/2006-04/msg00248.php +

  • Add ISO INTERVAL handling +

    http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php + http://archives.postgresql.org/pgsql-bugs/2006-04/msg00248.php

    -

    Functions

    @@ -431,7 +429,7 @@ first. There is also a developer's wiki at

  • Prevent malicious functions from being executed with the permissions of unsuspecting users -

    Index functions are safe, so VACUUM and ANALYZE are safe too. +

    Index functions are safe, so VACUUM and ANALYZE are safe too. Triggers, CHECK and DEFAULT expressions, and rules are still vulnerable. http://archives.postgresql.org/pgsql-hackers/2008-01/msg00268.php

    @@ -493,7 +491,7 @@ first. There is also a developer's wiki at
    http://archives.postgresql.org/pgsql-hackers/2006-01/msg00767.php http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php http://archives.postgresql.org/pgsql-hackers/2006-09/msg00662.php - http://wiki.postgresql.org/wiki/Todo:Collate + http://wiki.postgresql.org/wiki/Todo:Collate http://wiki.postgresql.org/wiki/Todo:ICU

  • Support multiple simultaneous character sets, per SQL92 @@ -578,7 +576,7 @@ first. There is also a developer's wiki at
  • Improve failure message when DROP DATABASE is used on a database that has prepared transactions
  • Allow prepared transactions with temporary tables created and dropped - in the same transaction, and when an ON COMMIT DELETE ROWS temporary + in the same transaction, and when an ON COMMIT DELETE ROWS temporary table is accessed

    http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php

    @@ -788,12 +786,10 @@ first. There is also a developer's wiki at

    http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php

  • Allow COPY to report errors sooner -
  • - -

    http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php +

    http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php

    - +
  • GRANT/REVOKE -

    Triggers

    - +

    Triggers

    +

  • Hash -
  • -

    http://archives.postgresql.org/pgsql-hackers/2007-09/msg00051.php -

    -

    Sorting