1. 04 Oct, 2002 3 commits
    • Bruce Momjian's avatar
      Add: · 54670bd5
      Bruce Momjian authored
      > * Allow sorting to use multiple work directories
      54670bd5
    • Tom Lane's avatar
      Tweak a few of the most heavily used function call points to zero out · 3b8ba163
      Tom Lane authored
      just the significant fields of FunctionCallInfoData, rather than MemSet'ing
      the whole struct to zero.  Unused positions in the arg[] array will
      thereby contain garbage rather than zeroes.  This buys back some of the
      performance hit from increasing FUNC_MAX_ARGS.  Also tweak tuplesort.c
      code for more speed by marking some routines 'inline'.  All together
      these changes speed up simple sorts, like count(distinct int4column),
      by about 25% on a P4 running RH Linux 7.2.
      3b8ba163
    • Bruce Momjian's avatar
      Add: · 53c5edac
      Bruce Momjian authored
      > * Add floor(float8) and other missing functions
      53c5edac
  2. 03 Oct, 2002 17 commits
  3. 02 Oct, 2002 4 commits
  4. 01 Oct, 2002 7 commits
  5. 29 Sep, 2002 1 commit
  6. 28 Sep, 2002 1 commit
  7. 27 Sep, 2002 7 commits