1. 04 Aug, 1998 1 commit
  2. 03 Aug, 1998 1 commit
  3. 01 Aug, 1998 2 commits
  4. 27 Jul, 1998 1 commit
  5. 15 Jun, 1998 1 commit
  6. 30 Mar, 1998 1 commit
    • Bruce Momjian's avatar
      There's a patch attached to fix gcc 2.8.x warnings, except for the · 9a0dd4fb
      Bruce Momjian authored
      yyerror ones from bison. It also includes a few 'enhancements' to
      the C programming style (which are, of course, personal).
      
      The other patch removes the compilation of backend/lib/qsort.c, as
      qsort() is a standard function in stdlib.h and can be used any
      where else (and it is). It was only used in
      backend/optimizer/geqo/geqo_pool.c, backend/optimizer/path/predmig.c,
      and backend/storage/page/bufpage.c
      
      > > Some or all of these changes might not be appropriate for v6.3,
      since we > > are in beta testing and since they do not affect the
      current functionality.  > > For those cases, how about submitting
      patches based on the final v6.3 > > release?
      
      There's more to come. Please review these patches. I ran the
      regression tests and they only failed where this was expected
      (random, geo, etc).
      
      Cheers,
      
      Jeroen
      9a0dd4fb
  7. 26 Feb, 1998 2 commits
  8. 13 Feb, 1998 1 commit
    • Vadim B. Mikheev's avatar
      Support for subselects. · 1a105cef
      Vadim B. Mikheev authored
      ExecReScan for nodeAgg, nodeHash, nodeHashjoin, nodeNestloop and nodeResult.
      Fixed ExecReScan for nodeMaterial.
      Get rid of #ifdef INDEXSCAN_PATCH.
      Get rid of ExecMarkPos and ExecRestrPos in nodeNestloop.
      1a105cef
  9. 07 Jan, 1998 1 commit
  10. 05 Jan, 1998 1 commit
  11. 20 Nov, 1997 1 commit
  12. 08 Sep, 1997 2 commits
  13. 07 Sep, 1997 1 commit
  14. 12 Mar, 1997 1 commit
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · b66569e4
      Marc G. Fournier authored
      Subject: [HACKERS] linux/alpha patches
      
      These patches lay the groundwork for a Linux/Alpha port.  The port doesn't
      actually work unless you tweak the linker to put all the pointers in the
      first 32 bits of the address space, but it's at least a start.  It
      implements the test-and-set instruction in Alpha assembly, and also fixes
      a lot of pointer-to-integer conversions, which is probably good anyway.
      b66569e4
  15. 22 Jan, 1997 1 commit
    • Vadim B. Mikheev's avatar
      Fixing bug in INDEXSCAN_PATCH: · 8e909781
      Vadim B. Mikheev authored
      ExecInitIndexScan now works with operands of Param type and
      (!!!) postquel_execute() now substitutes param values
      before calling postquel_start().
      8e909781
  16. 08 Nov, 1996 1 commit
  17. 06 Nov, 1996 1 commit
  18. 31 Oct, 1996 1 commit
  19. 30 Oct, 1996 1 commit
    • Marc G. Fournier's avatar
      Fixes: · 69c7f25b
      Marc G. Fournier authored
      I found another bug in btree index.  Looking at the code it seems that NULL
      keys are never used to build or scan a btree index (see the explain commands
      in the example).  However this is not the case when a null key is retrieved
      in an outer loop of a join select and used in an index scan of an inner loop.
      This bug causes at least three kinds of problems:
      
      1)  the backend crashes when it tries to compare a text string with a null.
      
      2)  it is not possible to find tuples with null keys in a join.
      
      3)  null is considered equal to 0 when the datum is passed by value, see
          the last query.
      
      Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
      69c7f25b
  20. 09 Jul, 1996 1 commit