Marc, you get this one. :-) You are the expert on the item:
> * Allow ability to easily build only certain interfaces (Marc)
This commit is contained in:
parent
a40c17e17d
commit
170c6760e8
10
doc/TODO
10
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Tue Feb 19 22:50:15 EST 2002
|
Last updated: Thu Feb 21 00:10:15 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -33,8 +33,7 @@ REPORTING
|
|||||||
* Allow elog() to return error codes, module name, file name, line
|
* Allow elog() to return error codes, module name, file name, line
|
||||||
number, not just messages (Peter E)
|
number, not just messages (Peter E)
|
||||||
* Add error codes (Peter E)
|
* Add error codes (Peter E)
|
||||||
* Change DEBUG startup tag to NOTICE; change NOTICE to output to client
|
* Change DEBUG startup tag to NOTICE (Bruce)
|
||||||
only if client exists (Bruce)
|
|
||||||
* Show location of syntax error in query [yacc]
|
* Show location of syntax error in query [yacc]
|
||||||
|
|
||||||
|
|
||||||
@ -50,7 +49,7 @@ PERMISSIONS
|
|||||||
* Make single-user local access permissions the default by limiting
|
* Make single-user local access permissions the default by limiting
|
||||||
permissions on the socket file (Peter E)
|
permissions on the socket file (Peter E)
|
||||||
* Use thread-safe crypt() in libpq, if available
|
* Use thread-safe crypt() in libpq, if available
|
||||||
|
* -Allow permissions for functions (Peter E)
|
||||||
|
|
||||||
ADMIN
|
ADMIN
|
||||||
-----
|
-----
|
||||||
@ -397,7 +396,7 @@ WRITE-AHEAD LOG
|
|||||||
partial page writes
|
partial page writes
|
||||||
* Turn off after-change writes if fsync is disabled (?)
|
* Turn off after-change writes if fsync is disabled (?)
|
||||||
* Add WAL index reliability improvement to non-btree indexes
|
* Add WAL index reliability improvement to non-btree indexes
|
||||||
* Reorder postgresql.conf WAL items in order of importance
|
* -Reorder postgresql.conf WAL items in order of importance (Bruce)
|
||||||
* Remove wal_files postgresql.conf option because WAL files are now recycled
|
* Remove wal_files postgresql.conf option because WAL files are now recycled
|
||||||
* Find proper defaults for postgresql.conf WAL entries
|
* Find proper defaults for postgresql.conf WAL entries
|
||||||
* Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
|
* Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
|
||||||
@ -466,6 +465,7 @@ SOURCE CODE
|
|||||||
* Change representation of whole-tuple parameters to functions
|
* Change representation of whole-tuple parameters to functions
|
||||||
* Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
|
* Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
|
||||||
* Clarify use of 'application' and 'command' tags in SGML docs
|
* Clarify use of 'application' and 'command' tags in SGML docs
|
||||||
|
* Allow ability to easily build only certain interfaces (Marc)
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user