1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated:Wed Nov 21 13:49:01 EST 2001
3
+ Last updated:Wed Nov 21 13:49:42 EST 2001
4
4
5
5
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -340,7 +340,7 @@ MISCELLANEOUS
340
340
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
341
341
when it is available
342
342
* Use mmap() rather than SYSV shared memory(?) [mmap]
343
- * Use mmap() to write WAL files(?) [mmap]
343
+ * Use mmap() to write WAL files (?) [mmap]
344
344
* Improve Subplan list handling
345
345
* Allow Subplans to use efficient joins(hash, merge) with upper variable
346
346
* Improve dynamic memory allocation by introducing tuple-context memory
@@ -366,7 +366,7 @@ MISCELLANEOUS
366
366
SOURCE CODE
367
367
-----------
368
368
* Add use of 'const' for variables in source tree
369
- * Does Mariposa source contain any other bug fixes?
369
+ * Does Mariposa source contain any other bug fixes (?)
370
370
* -Convert remaining fprintf(stderr,...)/perror() to elog() (Peter E)
371
371
* Fix problems with libpq non-blocking/async code [async]
372
372
* -Merge global and template BKI files (Tom)
@@ -387,7 +387,7 @@ SOURCE CODE
387
387
* -Decide on spelling of indexes/indices (Peter E)
388
388
* -Add mention of VACUUM, log rotation to Administrator's Guide (Tom, Bruce)
389
389
* Make one version of simple_prompt() in code (Bruce, Tom)
390
- * Compile in syslog functionaility by default(?)
390
+ * Compile in syslog functionaility by default (?)
391
391
* Modify regression tests to prevent failures do to minor numeric rounding
392
392
* Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
393
393