1. 23 Jun, 2002 10 commits
  2. 22 Jun, 2002 2 commits
    • Bruce Momjian's avatar
      uint -> uint32, portability. · a8a1f158
      Bruce Momjian authored
      a8a1f158
    • Thomas G. Lockhart's avatar
      Implement SQL99 CREATE CAST and DROP CAST statements. · 90edb265
      Thomas G. Lockhart authored
       Also implement alternative forms to expose the PostgreSQL CREATE FUNCTION
       features.
      Implement syntax for READ ONLY and READ WRITE clauses in SET TRANSACTION.
       READ WRITE is already implemented (of course).
      Implement syntax for "LIKE table" clause in CREATE TABLE. Should be fairly
       easy to complete since it resembles SELECT INTO.
      Implement MATCH SIMPLE clause for foreign key definitions. This is explicit
       SQL99 syntax for the default behavior, so we now support it :)
      Start implementation of shorthand for national character literals in
       scanner. For now, just swallow the leading "N", but sometime soon let's
       figure out how to pass leading type info from the scanner to the parser.
       We should use the same technique for binary and hex bit string literals,
       though it might be unusual to have two apparently independent literal
       types fold into the same storage type.
      90edb265
  3. 21 Jun, 2002 10 commits
  4. 20 Jun, 2002 14 commits
  5. 19 Jun, 2002 4 commits