diff options
author | Bruce Momjian | 2004-10-09 01:29:01 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-10-09 01:29:01 +0000 |
commit | b3723aeb1fe8b08db91568c6bddaafaf90e58688 (patch) | |
tree | cac02a003e43a00142baa107adaa843311981a97 | |
parent | abc1d28ba74cb0fcc75ab73a8b748c2e11f15d46 (diff) |
Add:
>
811a813,814
> o Re-enable timezone output on log_line_prefix '%t' when a
> shorter timezone string is available
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Oct 8 20:33:19 EDT 2004 +Last updated: Fri Oct 8 21:28:58 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -800,6 +800,7 @@ Source Code * Allow binaries to be statically linked so they are more easily relocated * Move some /contrib modules out to their own project sites * Remove Win32 rename/unlink looping if unnecessary + * Win32 o Remove per-backend parameter file and move into shared memory? o Remove configure.in check for link failure when cause is found @@ -809,6 +810,8 @@ Source Code extra newline o Allow psql to use readline once non-US code pages work with backslashes + o Re-enable timezone output on log_line_prefix '%t' when a + shorter timezone string is available * Wire Protocol Changes o Allow dynamic character set handling |