1. 21 7月, 2000 5 次提交
  2. 20 7月, 2000 4 次提交
  3. 19 7月, 2000 1 次提交
  4. 18 7月, 2000 8 次提交
  5. 17 7月, 2000 8 次提交
  6. 16 7月, 2000 3 次提交
  7. 15 7月, 2000 9 次提交
  8. 14 7月, 2000 2 次提交
    • T
      Implement nested block comments in the backend and in psql. · be703cd9
      Thomas G. Lockhart 提交于
       Include updates for the comment.sql regression test.
      Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.
      Implement SET SESSION CHARACTERISTICS TRANSACTION COMMIT
       and SET AutoCommit in the parser only.
       Need to add code to actually do something.
      Implement WITHOUT TIME ZONE type qualifier.
      Define SCHEMA keyword, along with stubbed-out grammar.
      Implement "[IN|INOUT|OUT] [varname] type" function arguments
       in parser only; INOUT and OUT throws an elog(ERROR).
      Add PATH as a type-specific token, since PATH is in SQL99
       to support schema resource search and resolution.
      be703cd9
    • T