Thread

  1. Re: [HACKERS] 6.5.2

    Tom Lane <tgl@sss.pgh.pa.us> — 1999-08-06T13:52:47Z

    Vadim Mikheev <vadim@krs.ru> writes:
    > Are we going to release subj in near future?
    > If yes then please wait a few days -
    
    Also, I'd like to see if we can't resolve Adriaan Joubert's bug report
    first.  The list-clearing problem doesn't seem to be it...
    
    			regards, tom lane
    
    
  2. Re: [HACKERS] 6.5.2

    Marc G. Fournier <scrappy@hub.org> — 1999-08-16T02:22:30Z

    On Fri, 6 Aug 1999, Tom Lane wrote:
    
    > Vadim Mikheev <vadim@krs.ru> writes:
    > > Are we going to release subj in near future?
    > > If yes then please wait a few days -
    > 
    > Also, I'd like to see if we can't resolve Adriaan Joubert's bug report
    > first.  The list-clearing problem doesn't seem to be it...
    
    Shall we go for a Sept 1st release of  v6.5.2?  Vadim, does that give you
    enough time?  It doesn't have to be "perfect", only better then v6.5.1...
    
    Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
    Systems Administrator @ hub.org 
    primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 
    
    
    
  3. Oleg Bartunov <oleg@sai.msu.su> — 1999-08-16T09:01:42Z

    On Sun, 15 Aug 1999, The Hermit Hacker wrote:
    
    > Date: Sun, 15 Aug 1999 23:22:30 -0300 (ADT)
    > From: The Hermit Hacker <scrappy@hub.org>
    > To: Tom Lane <tgl@sss.pgh.pa.us>
    > Cc: Vadim Mikheev <vadim@krs.ru>,
    >     PostgreSQL Developers List <hackers@postgreSQL.org>
    > Subject: Re: [HACKERS] 6.5.2 
    > 
    > On Fri, 6 Aug 1999, Tom Lane wrote:
    > 
    > > Vadim Mikheev <vadim@krs.ru> writes:
    > > > Are we going to release subj in near future?
    > > > If yes then please wait a few days -
    > > 
    > > Also, I'd like to see if we can't resolve Adriaan Joubert's bug report
    > > first.  The list-clearing problem doesn't seem to be it...
    > 
    > Shall we go for a Sept 1st release of  v6.5.2?  Vadim, does that give you
    > enough time?  It doesn't have to be "perfect", only better then v6.5.1...
    
    Vadim has made a quick patch for row-reusing in index file after vacuum and
    I've tested it on my Linux box, 6.5.1 sources. It works fine - 
    now index file doesn't grow indefinitely ! It still grows (logarithmically) 
    but not as before. Of course, fully truncating would be fine. but
    as Vadim said it's another story.
    
    What's a list of changes for 6.5.2 ? I've seen several patches for 6.5.1
    and current tree. Some of them I'd like to see in 6.5.2:
    
    1. Vadim's patch for nbtinsert
    2. enabling Index access for multi-column indices by Hiroshi Inoue
    3. Descending order Index scan patch by Hiroshi Inoue 
    
    
    	Regards,
    
    		Oleg
    
    > 
    > Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
    > Systems Administrator @ hub.org 
    > primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 
    > 
    > 
    
    _____________________________________________________________
    Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
    Sternberg Astronomical Institute, Moscow University (Russia)
    Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
    phone: +007(095)939-16-83, +007(095)939-23-83
    
    
    
    
    
  4. Re: [HACKERS] 6.5.2

    Oleg Broytmann <phd@emerald.netskate.ru> — 1999-08-16T09:48:49Z

    Hello!
    
       I didn't saw my latest patches for README.locale in latest (Aug 15)
    snapshot, although Bruce reported he got it. I think it best to apply it
    for 6.5.2 than to 6.6 ot 7.0...
    
    Oleg.
    ---- 
        Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net
               Programmers don't die, they just GOSUB without RETURN.
    
    
    
  5. Re: your mail

    Marc G. Fournier <scrappy@hub.org> — 1999-08-16T12:08:57Z

    On Mon, 16 Aug 1999, Oleg Bartunov wrote:
    
    > 1. Vadim's patch for nbtinsert
    > 2. enabling Index access for multi-column indices by Hiroshi Inoue
    > 3. Descending order Index scan patch by Hiroshi Inoue 
    
    Expect bug fixes, not extra features...2 and 3 are nice, but don't fix a
    bug other them possibly improving speed...they will not be in 6.5.2...
    
    Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
    Systems Administrator @ hub.org 
    primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 
    
    
    
  6. Re: [HACKERS] Re: your mail

    Hannu Krosing <hannu@trust.ee> — 1999-08-16T21:42:27Z

    The Hermit Hacker wrote:
    > 
    > On Mon, 16 Aug 1999, Oleg Bartunov wrote:
    > 
    > > 1. Vadim's patch for nbtinsert
    > > 2. enabling Index access for multi-column indices by Hiroshi Inoue
    > > 3. Descending order Index scan patch by Hiroshi Inoue
    > 
    > Expect bug fixes, not extra features...2 and 3 are nice, but don't fix a
    > bug other them possibly improving speed...
    
    Or in case of 3 avoiding exhausting memory on unneccessary sort.
    
    >they will not be in 6.5.2...
    
    Will they be in patches/ in a form ready to apply to 6.5.2 ?
    
    --------
    Hannu
    
    
  7. Re: [HACKERS] 6.5.2

    Vadim Mikheev <vadim@krs.ru> — 1999-08-17T01:25:32Z

    The Hermit Hacker wrote:
    > 
    > On Fri, 6 Aug 1999, Tom Lane wrote:
    > 
    > > Vadim Mikheev <vadim@krs.ru> writes:
    > > > Are we going to release subj in near future?
    > > > If yes then please wait a few days -
    > >
    > > Also, I'd like to see if we can't resolve Adriaan Joubert's bug report
    > > first.  The list-clearing problem doesn't seem to be it...
    > 
    > Shall we go for a Sept 1st release of  v6.5.2?  Vadim, does that give you
    > enough time?  It doesn't have to be "perfect", only better then v6.5.1...
    
    I posted patch to hackers- or patches-list - sorry, but I haven't
    6.5.X tree. I don't know is it applied or not...
    
    Vadim
    
    
  8. Re: [HACKERS] 6.5.2

    Bruce Momjian <maillist@candle.pha.pa.us> — 1999-09-27T18:21:23Z

    Oleg, do you seem them now?  If not, can you send them to me.
    
    > Hello!
    > 
    >    I didn't saw my latest patches for README.locale in latest (Aug 15)
    > snapshot, although Bruce reported he got it. I think it best to apply it
    > for 6.5.2 than to 6.6 ot 7.0...
    
    
    -- 
      Bruce Momjian                        |  http://www.op.net/~candle
      maillist@candle.pha.pa.us            |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
    
  9. Re: [HACKERS] 6.5.2

    Oleg Broytmann <phd@sun.med.ru> — 1999-09-28T07:06:42Z

    Hi!
    
    On Mon, 27 Sep 1999, Bruce Momjian wrote:
    > Oleg, do you seem them now?  If not, can you send them to me.
    
       I saw it long time ago and sent my thankx to the list. It seems you
    store messages in your mailbox a little too long :)
    
    > > Hello!
    > > 
    > >    I didn't saw my latest patches for README.locale in latest (Aug 15)
    > > snapshot, although Bruce reported he got it. I think it best to apply it
    > > for 6.5.2 than to 6.6 ot 7.0...
    
    > -- 
    >   Bruce Momjian                        |  http://www.op.net/~candle
    >   maillist@candle.pha.pa.us            |  (610) 853-3000
    >   +  If your life is a hard drive,     |  830 Blythe Avenue
    >   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
    
    Oleg.
    ---- 
        Oleg Broytmann     http://members.xoom.com/phd2/     phd2@earthling.net
               Programmers don't die, they just GOSUB without RETURN.
    
    
    
  10. Re: [HACKERS] 6.5.2

    Bruce Momjian <maillist@candle.pha.pa.us> — 1999-09-28T12:51:43Z

    > Hi!
    > 
    > On Mon, 27 Sep 1999, Bruce Momjian wrote:
    > > Oleg, do you seem them now?  If not, can you send them to me.
    > 
    >    I saw it long time ago and sent my thankx to the list. It seems you
    > store messages in your mailbox a little too long :)
    
    Yes, I am way behind.  I just got off a 4 month job, so I finally had
    some time to work on this.  With a major release months away, I wasn't
    rushing to apply patches.  I am now.
    
    -- 
      Bruce Momjian                        |  http://www.op.net/~candle
      maillist@candle.pha.pa.us            |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026