Nearing final release?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Nearing final release?
Date: 2004-10-16 03:38:35
Message-ID: 200410160338.i9G3cZH28948@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


I think we are getting closer to a final release. I haven't seen many
_major_ failures in a few weeks, and the open items list is shrinking. I
would like us to make a concentrated effort to address or fix all the
open items by November 1 and consider a final 8.0 release during November.

---------------------------------------------------------------------------

PostgreSQL 8.0 Open Items
=========================

Current version at http://candle.pha.pa.us/cgi-bin/pgopenitems.

Changes
-------
* Win32
o fix query cancel in psql (?)
o fix shared memory on Win2k terminal server
o fix MSVC build to export SSL symbols
o SIG_DFL handling
o Handle "lost signals" on backend startup (eg. shutdown,
config file changes, etc)
* Tablespace
o fix ambiguity for objects using default tablespaces
o fix case where template db already uses target tablespace
o fix error message when creating objects in schema that has a
dropped tablespace as its default
o remove non-portable TABLESPACE clause from CREATE TABLE using
a SET or ALTER command
* allow libpq to check parameterized data types
* adjust bgwriter defaults, allow disabling
* synchonize supported encodings and docs

Completed Since Previoius Beta
------------------------------
* cleanup FRONTEND use in /port, malloc, elog
* update encoding list to include win1250
* make pgxs install by default
* Win32
o disable readline-required psql options
o fix SSL compiles
o add binary version stamps
o fix signal-safe socket handler for SSL
o start pg_autovacuum easily
o remove log timezone string from log_line_prefix '%t'
o fix MinGW libpq to export only required symbols

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2004-10-16 05:30:44 Re: Nearing final release?
Previous Message Mark Wong 2004-10-15 22:10:22 Re: [Testperf-general] Re: First set of OSDL Shared Memscalability results, some wierdness ...

Browse pgsql-patches by date

  From Date Subject
Next Message Tatsuo Ishii 2004-10-16 05:30:44 Re: Nearing final release?
Previous Message Bruce Momjian 2004-10-16 03:31:44 Re: [PATCHES] postgresql 8.0 with cygwin - success