Commit 49d762f6 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent e4ba6912
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Nov 21 13:49:01 EST 2001 Last updated: Wed Nov 21 13:49:42 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -340,7 +340,7 @@ MISCELLANEOUS ...@@ -340,7 +340,7 @@ MISCELLANEOUS
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca> * Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
when it is available when it is available
* Use mmap() rather than SYSV shared memory(?) [mmap] * Use mmap() rather than SYSV shared memory(?) [mmap]
* Use mmap() to write WAL files(?) [mmap] * Use mmap() to write WAL files (?) [mmap]
* Improve Subplan list handling * Improve Subplan list handling
* Allow Subplans to use efficient joins(hash, merge) with upper variable * Allow Subplans to use efficient joins(hash, merge) with upper variable
* Improve dynamic memory allocation by introducing tuple-context memory * Improve dynamic memory allocation by introducing tuple-context memory
...@@ -366,7 +366,7 @@ MISCELLANEOUS ...@@ -366,7 +366,7 @@ MISCELLANEOUS
SOURCE CODE SOURCE CODE
----------- -----------
* Add use of 'const' for variables in source tree * Add use of 'const' for variables in source tree
* Does Mariposa source contain any other bug fixes? * Does Mariposa source contain any other bug fixes (?)
* -Convert remaining fprintf(stderr,...)/perror() to elog() (Peter E) * -Convert remaining fprintf(stderr,...)/perror() to elog() (Peter E)
* Fix problems with libpq non-blocking/async code [async] * Fix problems with libpq non-blocking/async code [async]
* -Merge global and template BKI files (Tom) * -Merge global and template BKI files (Tom)
...@@ -387,7 +387,7 @@ SOURCE CODE ...@@ -387,7 +387,7 @@ SOURCE CODE
* -Decide on spelling of indexes/indices (Peter E) * -Decide on spelling of indexes/indices (Peter E)
* -Add mention of VACUUM, log rotation to Administrator's Guide (Tom, Bruce) * -Add mention of VACUUM, log rotation to Administrator's Guide (Tom, Bruce)
* Make one version of simple_prompt() in code (Bruce, Tom) * Make one version of simple_prompt() in code (Bruce, Tom)
* Compile in syslog functionaility by default(?) * Compile in syslog functionaility by default (?)
* Modify regression tests to prevent failures do to minor numeric rounding * Modify regression tests to prevent failures do to minor numeric rounding
* Remove USING clause from pg_get_indexdef() if index is btree (Bruce) * Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment