Received: from localhost (maia-3.hub.org [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 8E15C9FBB72 for ; Tue, 27 Feb 2007 15:07:47 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-new, port 10024) with ESMTP id 54521-04 for ; Tue, 27 Feb 2007 15:07:35 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from lists.commandprompt.com (host-254.commandprompt.net [207.173.203.254]) by postgresql.org (Postfix) with ESMTP id 6F7819FB320 for ; Tue, 27 Feb 2007 15:07:42 -0400 (AST) Received: from [192.168.1.50] (or-67-76-146-141.sta.embarqhsd.net [67.76.146.141]) (authenticated bits=0) by lists.commandprompt.com (8.13.7/8.13.6) with ESMTP id l1RJ7hCF014935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 27 Feb 2007 11:07:44 -0800 Message-ID: <45E4819C.1030109@commandprompt.com> Date: Tue, 27 Feb 2007 11:08:12 -0800 From: "Joshua D. Drake" Organization: Command Prompt, Inc. User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: PostgreSQL WWW Subject: Second try for roadmap.html X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------010507090301080201070301" X-Virus-Scanned: ClamAV version 0.88.5, clamav-milter version 0.88.5 on projects.commandprompt.com X-Virus-Status: Clean X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (lists.commandprompt.com [192.168.2.159]); Tue, 27 Feb 2007 11:07:44 -0800 (PST) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.019 tagged_above=0 required=5 tests=AWL, BAYES_50, FORGED_RCVD_HELO X-Spam-Level: X-Archive-Number: 200702/279 X-Sequence-Number: 11684 This is a multi-part message in MIME format. --------------010507090301080201070301 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate PostgreSQL Replication: http://www.commandprompt.com/products/ --------------010507090301080201070301 Content-Type: text/plain; name="roadmap.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="roadmap.diff" Index: roadmap.html =================================================================== RCS file: /usr/local/cvsroot/pgweb/portal/template/en/developer/roadmap.html,v retrieving revision 1.8 diff -c -r1.8 roadmap.html *** roadmap.html 19 Oct 2006 01:32:36 -0000 1.8 --- roadmap.html 27 Feb 2007 19:05:28 -0000 *************** *** 5,19 ****

Roadmap

PostgreSQL is a non-commercial, all volunteer, free software project, and as such there is no formal list of ! feature requirements required for development. We really do follow the mantra of letting developers scratch their own itches.

-

That said, there is an informal list of items that have been agreed upon by the PostgreSQL developers as things that need to - worked upon, known as the TODO list. Items on the list can be marked as - completed in development, "claimed" by a developer and being activly worked on, or unmarked meaning that the item is likely not - being activly worked on.

- -

There are also two lists for "unapplied patches" that have been submitted for inclusion into PostgreSQL, - one for the patches saved for the current release and one for - patches saved for the next release. Once a patch has been submitted - and saved in the queue, it is a good bet that the particular feature will make it into the appropriate release.

--- 5,23 ----

Roadmap

PostgreSQL is a non-commercial, all volunteer, free software project, and as such there is no formal list of ! feature requirements required for development. However, we do try to adhere to a reasonable release schedule.

! !

Release Schedule

!
    !
  • March 31, 2007 - Feature Freeze
  • !
  • May-June 2007 - Beta begins
  • !
  • July-August 2007 - 8.3 Released
  • !
  • September 2007 - 8.4 development begins
  • !
  • March 31, 2008 Feature freeze for 8.4 (tentative)
  • !
! ! ! ! --------------010507090301080201070301--