Thread
-
Goals for 8.1
Benjamin Arai <barai@cs.ucr.edu> — 2005-01-24T05:43:17Z
What are the goals for 8.1?
-
Re: Goals for 8.1
Chris Browne <cbbrowne@acm.org> — 2005-01-24T06:05:31Z
After a long battle with technology, barai@cs.ucr.edu (Benjamin Arai), an earthling, wrote: > What are the goals for 8.1? 8.0.0 was only just released, so attention is focused for now on whatever falls out as early returns... It's early for the future work to be overly clear. Things that look like "hot topics" include: a) 2 Phase Commit b) Replacing ARC There is a considerable list of items that people would like to do/have done: <http://developer.postgresql.org/todo.php> -- (reverse (concatenate 'string "moc.liamg" "@" "enworbbc")) http://www3.sympatico.ca/cbbrowne/x.html MS-Windows: Proof that P.T. Barnum was correct.
-
Re: Goals for 8.1
Marc G. Fournier <scrappy@postgresql.org> — 2005-01-24T21:21:35Z
On Sun, 23 Jan 2005, Benjamin Arai wrote: > What are the goals for 8.1? Replace ARC ... anything else is a bonus ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
-
Re: Goals for 8.1
Patrick Welche <prlw1@newn.cam.ac.uk> — 2005-01-25T17:00:24Z
On Mon, Jan 24, 2005 at 05:21:35PM -0400, Marc G. Fournier wrote: > On Sun, 23 Jan 2005, Benjamin Arai wrote: > > >What are the goals for 8.1? > > Replace ARC ... anything else is a bonus ... So the betting is that the patent will be granted.. Patrick
-
Re: Goals for 8.1
Nicolai Tufar <ntufar@gmail.com> — 2005-01-25T17:28:00Z
On Sun, 23 Jan 2005 21:43:17 -0800, Benjamin Arai <barai@cs.ucr.edu> wrote: > What are the goals for 8.1? Fix %n$ format string argument placement in platforms that do not support it, like HP-UX, Win32 Best regards, Nicolai
-
Re: Goals for 8.1
Marc G. Fournier <scrappy@postgresql.org> — 2005-01-25T17:39:04Z
On Tue, 25 Jan 2005, Patrick Welche wrote: > On Mon, Jan 24, 2005 at 05:21:35PM -0400, Marc G. Fournier wrote: >> On Sun, 23 Jan 2005, Benjamin Arai wrote: >> >>> What are the goals for 8.1? >> >> Replace ARC ... anything else is a bonus ... > > So the betting is that the patent will be granted.. Actually, there is that, but I also believe that Jan(?) thinks he's come up with a better algorithm for PostgreSQL, but that is PostgreSQL-specific in its benefits ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664
-
Re: Goals for 8.1
Matthew T. O'Connor <matthew@zeut.net> — 2005-01-25T17:44:04Z
On Sun, 23 Jan 2005 21:43:17 -0800, Benjamin Arai <barai@cs.ucr.edu> wrote: >>What are the goals for 8.1? >> Integrate pg_autovacuum.
-
Re: Goals for 8.1
Bruce Momjian <pgman@candle.pha.pa.us> — 2005-02-13T23:43:50Z
Nicolai Tufar wrote: > On Sun, 23 Jan 2005 21:43:17 -0800, Benjamin Arai <barai@cs.ucr.edu> wrote: > > What are the goals for 8.1? > > Fix %n$ format string argument placement in > platforms that do not support it, like HP-UX, Win32 Also add NetBSD and BSD/OS to that. It turns out %1$ isn't part of the C99 standard but was introduced by the Single Unix Specification (SUS). I am posting a patch now on this. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073