1. 25 12月, 2002 1 次提交
    • B
      Add developer organizations: · 061d4e20
      Bruce Momjian 提交于
      < * Bruce is Bruce Momjian <pgman@candle.pha.pa.us>
      < * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au>
      < * D'Arcy is D'Arcy J.M. Cain <darcy@druid.net>
      > * Bruce is Bruce Momjian <pgman@candle.pha.pa.us> of Software Research Assoc.
      > * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au> of
      >     Family Health Network
      > * D'Arcy is D'Arcy J.M. Cain <darcy@druid.net> of The Cain Gang Ltd.
      460,461c461,462
      < * Fernando Nasser <fnasser@redhat.com>
      < * Gavin Sherry <swm@linuxworld.com.au>
      > * Fernando Nasser <fnasser@redhat.com> of Red Hat
      > * Gavin Sherry <swm@linuxworld.com.au> of Alcove Systems Engineering
      464,466c465,467
      < * Jan is Jan Wieck <wieck@sapserv.debis.de>
      < * Liam is Liam Stewart <liams@redhat.com>
      < * Marc is Marc Fournier <scrappy@hub.org>
      > * Jan is Jan Wieck <JanWieck@Yahoo.com> of PeerDirect Corp.
      > * Liam is Liam Stewart <liams@redhat.com> of Red Hat
      > * Marc is Marc Fournier <scrappy@hub.org> of PostgreSQL, Inc.
      468,469c469
      < * Marko is Marko Kreen <marko@l-t.ee>
      < * Michael is Michael Meskes <meskes@postgresql.org>
      > * Michael is Michael Meskes <meskes@postgresql.org> of Credativ
      472c472
      < * Peter M is Peter T Mount <peter@retep.org.uk>
      > * Peter M is Peter T Mount <peter@retep.org.uk> of Retep Software
      474c474
      < * Philip is Philip Warner <pjw@rhyme.com.au>
      > * Philip is Philip Warner <pjw@rhyme.com.au> of Albatross Consulting Pty. Ltd.
      477d476
      < * Ryan is Ryan Bradetich <rbrad@hpb50023.boi.hp.com>
      479,483c478,481
      < * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp>
      < * Thomas is Thomas Lockhart <lockhart@fourpalms.org>
      < * Tom is Tom Lane <tgl@sss.pgh.pa.us>
      < * TomH is Tom I Helbekkmo <tih@Hamartun.Priv.no>
      < * Vadim is Vadim B. Mikheev <vadim4o@email.com>
      > * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of Software Research Assoc.
      > * Thomas is Thomas Lockhart <lockhart@fourpalms.org> of Jet Propulsion Labratory
      > * Tom is Tom Lane <tgl@sss.pgh.pa.us> of Red Hat
      > * Vadim is Vadim B. Mikheev <vadim4o@email.com> of Sector Data
      061d4e20
  2. 24 12月, 2002 2 次提交
  3. 22 12月, 2002 1 次提交
  4. 21 12月, 2002 1 次提交
  5. 20 12月, 2002 5 次提交
  6. 19 12月, 2002 4 次提交
  7. 18 12月, 2002 8 次提交
  8. 17 12月, 2002 8 次提交
  9. 16 12月, 2002 2 次提交
    • T
      Tweak default memory context allocation policy so that a context is not · e64c7feb
      Tom Lane 提交于
      given any malloc block until something is first allocated in it; but
      thereafter, MemoryContextReset won't release that first malloc block.
      This preserves the quick-reset property of the original policy, without
      forcing 8K to be allocated to every context whether any of it is ever
      used or not.  Also, remove some more no-longer-needed explicit freeing
      during ExecEndPlan.
      e64c7feb
    • T
      Revise executor APIs so that all per-query state structure is built in · 5bab36e9
      Tom Lane 提交于
      a per-query memory context created by CreateExecutorState --- and destroyed
      by FreeExecutorState.  This provides a final solution to the longstanding
      problem of memory leaked by various ExecEndNode calls.
      5bab36e9
  10. 15 12月, 2002 4 次提交
  11. 14 12月, 2002 4 次提交