|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> |
11 | | -Last updated: Thu Apr 2413:32:33 EDT 2008 |
| 11 | +Last updated: Thu Apr 2414:22:49 EDT 2008 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -526,6 +526,13 @@ <h1><a name="section_7">SQL Commands</a></h1> |
526 | 526 | </p> |
527 | 527 | </li><li>Improve logging of prepared transactions recovered during startup |
528 | 528 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</a> |
| 529 | +</p> |
| 530 | +</li><li>Improve failure message when DROP DATABASE is used on a database that |
| 531 | + has prepared transactions |
| 532 | +</li><li>Allow prepared transactions with temporary tables created and dropped |
| 533 | + in the same transaction, and when an ON COMMIT DELETE ROWS temporary |
| 534 | + table is accessed |
| 535 | +<p><ahref="http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php">http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php</a> |
529 | 536 | </p> |
530 | 537 | </li><li>Add a GUC variable to warn about non-standard SQL usage in queries |
531 | 538 | </li><li>Add SQL-standard MERGE/REPLACE/UPSERT command |
@@ -577,8 +584,6 @@ <h1><a name="section_7">SQL Commands</a></h1> |
577 | 584 | </li><li>Add column to pg_stat_activity that shows the progress of long-running |
578 | 585 | commands like CREATE INDEX and VACUUM |
579 | 586 | </li><li>Implement SQL:2003 window functions |
580 | | -</li><li>Improve failure message when DROP DATABASE is used on a database that |
581 | | - has prepared transactions |
582 | 587 | </li><li>Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause |
583 | 588 | <p><ahref="http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php">http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php</a> |
584 | 589 | <ahref="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00693.php</a> |
|