提交 9be15f4d 编写于 作者: B Bruce Momjian

Update for patches applied:

< * Change factorial to return a numeric
> * -Change factorial to return a numeric (Gavin)
258c258
< * Allow psql \du to show groups, and add \dg for groups
> * -Allow psql \du to show groups, and add \dg for groups
上级 8bb60b64
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Sun Nov 30 00:29:26 EST 2003 Last updated: Mon Dec 1 17:22:38 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -63,7 +63,7 @@ Data Types ...@@ -63,7 +63,7 @@ Data Types
========== ==========
* Remove Money type, add money formatting for decimal type * Remove Money type, add money formatting for decimal type
* Change factorial to return a numeric * -Change factorial to return a numeric (Gavin)
* Change NUMERIC to enforce the maximum precision, and increase it * Change NUMERIC to enforce the maximum precision, and increase it
* Add function to return compressed length of TOAST data values (Tom) * Add function to return compressed length of TOAST data values (Tom)
* Allow INET subnet tests using non-constants to be indexed * Allow INET subnet tests using non-constants to be indexed
...@@ -255,7 +255,7 @@ Clients ...@@ -255,7 +255,7 @@ Clients
======= =======
* Add XML capability to pg_dump and COPY, when backend XML capability * Add XML capability to pg_dump and COPY, when backend XML capability
* Allow psql \du to show groups, and add \dg for groups * -Allow psql \du to show groups, and add \dg for groups
* Allow clients to query a list of WITH HOLD cursors and prepared statements * Allow clients to query a list of WITH HOLD cursors and prepared statements
* Prevent unneeded quoting in psql \d output using fmtId() * Prevent unneeded quoting in psql \d output using fmtId()
* Add a libpq function to support Parse/DescribeStatement capability * Add a libpq function to support Parse/DescribeStatement capability
...@@ -461,7 +461,7 @@ Source Code ...@@ -461,7 +461,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it * Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout * Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure * Add checks for fclose() failure
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $ * Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1177 2003/12/01 22:22:44 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1177 2003/12/01 22:22:44 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened * Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now * Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests * Allow the regression tests to start postmaster with -i so the tests
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册