diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-07-21 22:29:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-07-21 22:29:41 +0000 |
commit | b6d983559a2d2a6bd0b03b7b7f59a63a4c3f4918 (patch) | |
tree | f39ec42cf727cb81262c99a599cb9c0065b897de /doc/TODO | |
parent | 41b805b9133e2096d6a66c6030d2e246ce56677e (diff) | |
download | postgresql-REL6_1_1.tar.gz postgresql-REL6_1_1.zip |
Update files and dates for 6.1.1 release.REL6_1_1
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ ==================================================== TODO list (FAQ) for PostgreSQL ==================================================== -last updated: Sun Jul 13 23:13:24 EDT 1997 +last updated: Mon Jul 21 18:01:37 EDT 1997 current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) @@ -128,6 +128,7 @@ make number of backends a config parameter, storage/sinvaladt.h:MaxBackendId certain indexes will not shrink, i.e. oid indexes with many inserts make NULL's come out at the beginning or end depending on the ORDER BY direction change the library/backend interface to use network byte order +allow unix domain sockets for local connections for performance and security PERFORMANCE ----------- |