11TODO list for PostgreSQL
22========================
3- Last updated:Mon Feb 1715:47:22 EST 2003
3+ Last updated:Mon Feb 1721:49:18 EST 2003
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -416,22 +416,7 @@ Miscellaneous
416416* -Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
417417* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
418418* Improve caching of attribute offsets when NULLs exist in the row
419-
420- * Wire Protocol Changes
421- o Show transaction status in psql
422- o Allow binding of query parameters, support for prepared queries
423- o Add optional textual message to NOTIFY
424- o Remove hard-coded limits on user/db/password names
425- o Remove unused elements of startup packet (unused, tty, passlength)
426- o Fix COPY/fastpath protocol?
427- o Allow fastpast to pass values in portable format
428- o Replication support?
429- o Error codes
430- o Dynamic character set handling
431- o Special passing of binary values in platform-neutral format (bytea?)
432- o ecpg improvements?
433- o Add decoded type, length, precision
434- o Compression?
419+ * Add a script to ask system configuration questions and tune postgresql.conf
435420
436421
437422Source Code
@@ -456,6 +441,23 @@ Source Code
456441* Acquire lock on a relation before building a relcache entry for it
457442* Research interaction of setitimer() and sleep() used by statement_timeout
458443
444+ * Wire Protocol Changes
445+ o Show transaction status in psql
446+ o Allow binding of query parameters, support for prepared queries
447+ o Add optional textual message to NOTIFY
448+ o Remove hard-coded limits on user/db/password names
449+ o Remove unused elements of startup packet (unused, tty, passlength)
450+ o Fix COPY/fastpath protocol?
451+ o Allow fastpast to pass values in portable format
452+ o Replication support?
453+ o Error codes
454+ o Dynamic character set handling
455+ o Special passing of binary values in platform-neutral format (bytea?)
456+ o ecpg improvements?
457+ o Add decoded type, length, precision
458+ o Compression?
459+
460+
459461---------------------------------------------------------------------------
460462
461463