>
811a813,814
> 	o Re-enable timezone output on log_line_prefix '%t' when a
> 	  shorter timezone string is available
This commit is contained in:
Bruce Momjian 2004-10-09 01:29:01 +00:00
parent abc1d28ba7
commit b3723aeb1f
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
@ -800,6 +800,7 @@ Source Code
* Allow binaries to be statically linked so they are more easily relocated * Allow binaries to be statically linked so they are more easily relocated
* Move some /contrib modules out to their own project sites * Move some /contrib modules out to their own project sites
* Remove Win32 rename/unlink looping if unnecessary * Remove Win32 rename/unlink looping if unnecessary
* Win32 * Win32
o Remove per-backend parameter file and move into shared memory? o Remove per-backend parameter file and move into shared memory?
o Remove configure.in check for link failure when cause is found o Remove configure.in check for link failure when cause is found
@ -809,6 +810,8 @@ Source Code
extra newline extra newline
o Allow psql to use readline once non-US code pages work with o Allow psql to use readline once non-US code pages work with
backslashes backslashes
o Re-enable timezone output on log_line_prefix '%t' when a
shorter timezone string is available
* Wire Protocol Changes * Wire Protocol Changes
o Allow dynamic character set handling o Allow dynamic character set handling