1. 05 Jul, 2002 3 commits
  2. 04 Jul, 2002 6 commits
  3. 03 Jul, 2002 5 commits
  4. 02 Jul, 2002 11 commits
  5. 01 Jul, 2002 2 commits
  6. 30 Jun, 2002 1 commit
  7. 28 Jun, 2002 3 commits
  8. 27 Jun, 2002 2 commits
  9. 26 Jun, 2002 5 commits
  10. 25 Jun, 2002 2 commits
    • Bruce Momjian's avatar
      Back out cleanup patch. Got old version and needs work. · e2c00704
      Bruce Momjian authored
      Neil Conway
      e2c00704
    • Bruce Momjian's avatar
      The attached patch fixes some spelling mistakes, makes the · ed275aea
      Bruce Momjian authored
      comments on one of the optimizer functions a lot more
      clear, adds a summary of the recent KSQO discussion to the
      comments in the code, adds regression tests for the bug with
      sequence state Tom fixed recently and another reg. test, and
      removes some PostQuel legacy stuff: ExecAppend -> ExecInsert,
      ExecRetrieve -> ExecSelect, etc. This was changed because the
      elog() messages from this routine are user-visible, so we
      should be using the SQL terms.
      
      Neil Conway
      ed275aea