1. 30 Apr, 2001 1 commit
  2. 29 Apr, 2001 1 commit
  3. 28 Apr, 2001 1 commit
    • Bruce Momjian's avatar
      In create_function there is a remark concerning SQL/PSM not · 82511e33
      Bruce Momjian authored
      being ratified as yet. This is certainly no longer true, it wasn't
      even true in Q2/1998 when I did a little research for Date's book.
      SQL/PSM had been published on 1996-12-15 as ISO/IEC 9075:4. So you
      might want to update that section.
      
      
      Frank Wegmann
      82511e33
  4. 27 Apr, 2001 4 commits
  5. 26 Apr, 2001 1 commit
  6. 25 Apr, 2001 3 commits
  7. 24 Apr, 2001 2 commits
  8. 23 Apr, 2001 6 commits
  9. 22 Apr, 2001 1 commit
  10. 21 Apr, 2001 2 commits
  11. 20 Apr, 2001 2 commits
  12. 19 Apr, 2001 7 commits
  13. 18 Apr, 2001 5 commits
  14. 17 Apr, 2001 3 commits
  15. 16 Apr, 2001 1 commit
    • Tom Lane's avatar
      Avoid reversing user-given order of WHERE clauses while attaching clauses · cdcaec5c
      Tom Lane authored
      to specific base or join RelOptInfo nodes during planning.  This preserves
      the more-intuitive behavior of 7.0.* --- if you write an expensive clause
      (such as a sub-select) last, it should get evaluated last.  Someday we
      ought to try to have some intelligence about the order of evaluation of
      WHERE clauses, but for now we should not override what the user wrote.
      cdcaec5c