1. 17 Oct, 1999 1 commit
    • Tom Lane's avatar
      Final stage of psort reconstruction work: replace psort.c with · 26c48b5e
      Tom Lane authored
      a generalized module 'tuplesort.c' that can sort either HeapTuples or
      IndexTuples, and is not tied to execution of a Sort node.  Clean up
      memory leakages in sorting, and replace nbtsort.c's private implementation
      of mergesorting with calls to tuplesort.c.
      26c48b5e
  2. 16 Oct, 1999 1 commit
  3. 06 Apr, 1998 1 commit
    • Bruce Momjian's avatar
      Hi, · 1e801a8f
      Bruce Momjian authored
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
  4. 20 Dec, 1997 1 commit
  5. 19 Dec, 1997 1 commit
  6. 09 Nov, 1996 1 commit
  7. 27 Oct, 1996 1 commit