1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update files and dates for 6.1.1 release.

This commit is contained in:
Bruce Momjian
1997-07-21 22:29:41 +00:00
parent 41b805b913
commit b6d983559a
3 changed files with 12 additions and 10 deletions

View File

@ -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
-----------