Add:
> * Add a script to ask system configuration questions and tune postgresql.conf
This commit is contained in:
parent
32cc6cbe23
commit
bb402a0eca
36
doc/TODO
36
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Mon Feb 17 15:47:22 EST 2003
|
Last updated: Mon Feb 17 21:49:18 EST 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -416,22 +416,7 @@ Miscellaneous
|
|||||||
* -Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
|
* -Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
|
||||||
* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
|
* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
|
||||||
* Improve caching of attribute offsets when NULLs exist in the row
|
* Improve caching of attribute offsets when NULLs exist in the row
|
||||||
|
* Add a script to ask system configuration questions and tune postgresql.conf
|
||||||
* Wire Protocol Changes
|
|
||||||
o Show transaction status in psql
|
|
||||||
o Allow binding of query parameters, support for prepared queries
|
|
||||||
o Add optional textual message to NOTIFY
|
|
||||||
o Remove hard-coded limits on user/db/password names
|
|
||||||
o Remove unused elements of startup packet (unused, tty, passlength)
|
|
||||||
o Fix COPY/fastpath protocol?
|
|
||||||
o Allow fastpast to pass values in portable format
|
|
||||||
o Replication support?
|
|
||||||
o Error codes
|
|
||||||
o Dynamic character set handling
|
|
||||||
o Special passing of binary values in platform-neutral format (bytea?)
|
|
||||||
o ecpg improvements?
|
|
||||||
o Add decoded type, length, precision
|
|
||||||
o Compression?
|
|
||||||
|
|
||||||
|
|
||||||
Source Code
|
Source Code
|
||||||
@ -456,6 +441,23 @@ 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
|
||||||
|
|
||||||
|
* Wire Protocol Changes
|
||||||
|
o Show transaction status in psql
|
||||||
|
o Allow binding of query parameters, support for prepared queries
|
||||||
|
o Add optional textual message to NOTIFY
|
||||||
|
o Remove hard-coded limits on user/db/password names
|
||||||
|
o Remove unused elements of startup packet (unused, tty, passlength)
|
||||||
|
o Fix COPY/fastpath protocol?
|
||||||
|
o Allow fastpast to pass values in portable format
|
||||||
|
o Replication support?
|
||||||
|
o Error codes
|
||||||
|
o Dynamic character set handling
|
||||||
|
o Special passing of binary values in platform-neutral format (bytea?)
|
||||||
|
o ecpg improvements?
|
||||||
|
o Add decoded type, length, precision
|
||||||
|
o Compression?
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user