aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-08-23 14:42:05 +0000
committerBruce Momjian <bruce@momjian.us>2001-08-23 14:42:05 +0000
commit839c7924ec799a0cc44e1a842e2b1e95d7709451 (patch)
tree321cd50641e4ffb48621cf89b73d6aad550daab3
parent5b2208a82e5b4ada93a68d0fb880a382b8ac6cc9 (diff)
downloadpostgresql-839c7924ec799a0cc44e1a842e2b1e95d7709451.tar.gz
postgresql-839c7924ec799a0cc44e1a842e2b1e95d7709451.zip
Update TODO list.
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 1e6f94691ad..7c18cf852ae 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Aug 21 07:07:42 EDT 2001
+Last updated: Thu Aug 23 10:41:58 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -50,7 +50,7 @@ ADMIN
* -Remove unreferenced sort files during postmaster startup (Bruce)
* Add table name mapping for numeric file names
* -Better document pg_hba.conf host-based authentication (Bruce)
-* Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince)
+* -Encrpyt passwords in pg_shadow table using MD5 (Bruce, Vince)
* Incremental backups
* Make it easier to create a database owned by someone who can't createdb
@@ -309,7 +309,7 @@ MISCELLANEOUS
* Make blind writes go through the file descriptor cache
* Allow logging of query durations
* Add hash for evaluating GROUP BY aggregates
-* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
+* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
* Improve spinlock code, perhaps with OS semaphores, sleeper queue, or
spining to obtain lock on multi-cpu systems
* Add queue of backends waiting for spinlock