From b3723aeb1fe8b08db91568c6bddaafaf90e58688 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 9 Oct 2004 01:29:01 +0000 Subject: [PATCH] Add: > 811a813,814 > o Re-enable timezone output on log_line_prefix '%t' when a > shorter timezone string is available --- doc/TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index 1121710ed0..3c5b2d1c05 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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