1. 10 5月, 1998 1 次提交
  2. 01 4月, 1998 1 次提交
  3. 31 3月, 1998 2 次提交
    • B
      There's a patch attached to fix gcc 2.8.x warnings, except for the · 9a0dd4fb
      Bruce Momjian 提交于
      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
    • B
      I started adding the Having Clause and it works quite fine for · c579ce0f
      Bruce Momjian 提交于
      sequential scans! (I think it will also work with hash, index, etc
      but I did not check it out! I made some High level changes which
      should work for all access methods, but maybe I'm wrong. Please
      let me know.)
      
      Now it is possible to make queries like:
      
      select s.sname, max(p.pid), min(p.pid) from part p, supplier s
      where s.sid=p.sid group by s.sname having max(pid)=6 and min(pid)=1
      or avg(pid)=4;
      
      Having does not work yet for queries that contain a subselect
      statement in the Having clause, I'll try to fix this in the next
      days.
      
      If there are some bugs, please let me know, I'll start to read the
      mailinglists now!
      
      Now here is the patch against the original 6.3 version (no snapshot!!):
      
      Stefan
      c579ce0f
  4. 26 2月, 1998 1 次提交
  5. 10 2月, 1998 1 次提交
  6. 07 2月, 1998 1 次提交
  7. 21 1月, 1998 1 次提交
  8. 20 1月, 1998 1 次提交
  9. 19 1月, 1998 1 次提交
  10. 16 1月, 1998 1 次提交
  11. 11 1月, 1998 1 次提交
  12. 10 1月, 1998 2 次提交
  13. 05 1月, 1998 1 次提交
  14. 29 12月, 1997 3 次提交
  15. 27 12月, 1997 1 次提交
  16. 24 12月, 1997 2 次提交
  17. 16 12月, 1997 1 次提交
  18. 09 12月, 1997 1 次提交
  19. 05 12月, 1997 1 次提交
  20. 26 11月, 1997 2 次提交
  21. 21 11月, 1997 1 次提交
  22. 31 10月, 1997 1 次提交
  23. 25 10月, 1997 1 次提交
  24. 16 10月, 1997 1 次提交
  25. 12 10月, 1997 1 次提交
  26. 19 9月, 1997 1 次提交
  27. 18 9月, 1997 1 次提交
  28. 09 9月, 1997 2 次提交
  29. 08 9月, 1997 1 次提交
  30. 07 9月, 1997 1 次提交
  31. 06 9月, 1997 2 次提交
  32. 01 9月, 1997 1 次提交