Re: [HACKERS] Roadmap for a Win32 port

2002-06-06 Thread Robert Schrem
gt; extremly high code quality -> a one person effort, hence a very clean design -> the most relevant platforms are supported out of the box -> complete build is done in less than a minute on my machine -> it's documented -> it's tested and found to be working for a while no

[HACKERS] GOODS - a sensational public domain database backend that deserves a SQL frontend

2002-06-03 Thread Robert Schrem
Hi, Some of you might already know GOODS, programmed almost entirely by Konstantin Knizhnik - if not you should really have a look at it right now (be warned: consuming this extraordinary work might change your levels about the required quality of a 'good programmer' forever. At least this

Re: [HACKERS] HEADS UP: Win32/OS2/BeOS native ports - the 'BEST OPEN SOURCE database backend'

2002-06-03 Thread Robert Schrem
Hi, You may want to have a look at: http://www.garret.ru/~knizhnik/ You find there code for a 'Fast synchronized access to shared memory for Windows and for i86 Unix-es". kind regards, Robert > Bruce, > > On Sun, Jun 02, 2002 at 08:49:21PM -0400, Bruce Momjian wrote: > > mlw wrote: > > > Like

Re: [HACKERS] timeout implementation issues, lock timeouts

2002-04-02 Thread Robert Schrem
On Monday 01 April 2002 20:18, Bruce Momjian wrote: > Tom Lane wrote:> > Agreed, only one timeout. > ... We have (at least) two ortogonal reasons why we want to abort a long running transaction: - The long running transaction might compute a result we are not interesed anymore (because it j

[HACKERS] Fwd: Re: Yacc / Bison difficulties

2001-04-12 Thread Robert Schrem
-- Forwarded Message -- Subject: Re: Yacc / Bison difficulties Date: Thu, 12 Apr 2001 13:01:40 +0200 From: Robert Schrem <[EMAIL PROTECTED]> To: Mark Butler <[EMAIL PROTECTED]> On Thursday 12 April 2001 03:38, you wrote: > I was trying to make a minor chan

[HACKERS] Re: Query precompilation?

2001-02-27 Thread Robert Schrem
On Tue, 27 Feb 2001, you wrote: > Hi, > > I have an application which has an queue of data it has to insert into > a table in a local database. the insert-queries syntax is all the same, > and the values are the only thing that differs. The insert-query looks > like this: > > INSERT INTO "table

Re: [HACKERS] Re: floating point representation

2001-02-21 Thread Robert Schrem
On Wed, 21 Feb 2001, you wrote: > At 10:19 21/02/01 +0100, Robert Schrem wrote: > >The advantage would be, that we only generate as much ASCII data > >as absolutly neccessary to rebuild the original data exactly. > >At least this is what I would expect from pg_dump. > &g

[HACKERS] Re: floating point representation

2001-02-21 Thread Robert Schrem
to the output, because the rest is just 'ASCII noise' and not neccessary for rebuilding the identical binary value for the given floating point value. The advantage would be, that we only generate as much ASCII data as absolutly neccessary to rebuild the original data exactly. At least this is what I would expect from pg_dump. robert schrem

[HACKERS] Strange initdb error with kernel 2.4: unknown type 'ame'.

2001-01-22 Thread Robert Schrem
Hello ! I'm using postgres quiet succsessfully on RedHat 6.2 I tried to install PostgresQL on the distribution Gentoo (aviable for free from www.gentoo.org) because I was curious how PostgresQL would perform on a 2.4.0 based linux system with ReiserFs as file system. (I tested also with 2.4.1-pr