1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Tue Feb 19 22:50 :15 EST 2002
3
+ Last updated: Thu Feb 21 00:10 :15 EST 2002
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -33,8 +33,7 @@ REPORTING
33
33
* Allow elog() to return error codes, module name, file name, line
34
34
number, not just messages (Peter E)
35
35
* Add error codes (Peter E)
36
- * Change DEBUG startup tag to NOTICE; change NOTICE to output to client
37
- only if client exists (Bruce)
36
+ * Change DEBUG startup tag to NOTICE (Bruce)
38
37
* Show location of syntax error in query [yacc]
39
38
40
39
@@ -50,7 +49,7 @@ PERMISSIONS
50
49
* Make single-user local access permissions the default by limiting
51
50
permissions on the socket file (Peter E)
52
51
* Use thread-safe crypt() in libpq, if available
53
-
52
+ * -Allow permissions for functions (Peter E)
54
53
55
54
ADMIN
56
55
-----
@@ -397,7 +396,7 @@ WRITE-AHEAD LOG
397
396
partial page writes
398
397
* Turn off after-change writes if fsync is disabled (?)
399
398
* Add WAL index reliability improvement to non-btree indexes
400
- * Reorder postgresql.conf WAL items in order of importance
399
+ * - Reorder postgresql.conf WAL items in order of importance (Bruce)
401
400
* Remove wal_files postgresql.conf option because WAL files are now recycled
402
401
* Find proper defaults for postgresql.conf WAL entries
403
402
* Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
@@ -466,6 +465,7 @@ SOURCE CODE
466
465
* Change representation of whole-tuple parameters to functions
467
466
* Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
468
467
* Clarify use of 'application' and 'command' tags in SGML docs
468
+ * Allow ability to easily build only certain interfaces (Marc)
469
469
470
470
471
471
---------------------------------------------------------------------------
0 commit comments