Skip to content
Snippets Groups Projects
  1. Feb 18, 1998
  2. Feb 13, 1998
  3. Feb 11, 1998
    • Thomas G. Lockhart's avatar
      Try bumping to version two... · cad3c5d3
      Thomas G. Lockhart authored
      cad3c5d3
    • Thomas G. Lockhart's avatar
      Define ROW and STATEMENT as parser tokens. · 878b8d64
      Thomas G. Lockhart authored
      Use explicit tokens to decode CREATE TRIGGER clauses.
      Allow ROW and STATEMENT as column identifiers.
      Fix CAST syntax to require parens per SQL92 spec.
      Define TypeId to allow correct translation of type names in CREATE FUNCTION
       and other statements. Need to do this without looking up defined type
       names because CREATE FUNCTION can specify undefined (new) types.
      Define UserId to complete removal of "Id" generic entity.
      Define xlateSqlFunc() to convert SQL92 CHARACTER_LENGTH() and CHAR_LENGTH()
       functions to calls to length().
      Define func_name parser entity for contexts requiring a function name.
      Have xlateSqlType() translate "float" to "float8".
      878b8d64
  4. Feb 10, 1998
  5. Feb 04, 1998
  6. Feb 03, 1998
  7. Feb 01, 1998
  8. Jan 25, 1998
  9. Jan 23, 1998
  10. Jan 20, 1998
  11. Jan 19, 1998
  12. Jan 17, 1998
  13. Jan 11, 1998
  14. Jan 10, 1998
  15. Jan 09, 1998
  16. Jan 05, 1998
  17. Jan 04, 1998
  18. Jan 01, 1998
  19. Dec 24, 1997
  20. Dec 23, 1997
    • Thomas G. Lockhart's avatar
      Implement CREATE TABLE ... AS SELECT borrowing code from SubSelect · 2c833a72
      Thomas G. Lockhart authored
       and from SELECT ... INTO ... support code.
      Allow NOT, IS NULL, IS NOT NULL in constraints.
      Define unionall boolean flag in SubSelect structure.
      Implement row descriptors: (a, b, c) = (x, y, z).
      Change IS TRUE, IS FALSE, etc. to expressions using "=" rather than
       function calls to istrue() or isfalse() to allow optimization.
      Force type for TRUE and FALSE to bool.
      2c833a72
  21. Dec 16, 1997
    • Thomas G. Lockhart's avatar
      Allow multiple-argument functions in constraint clauses. · 331a1636
      Thomas G. Lockhart authored
       Formerly allowed only single arguments.
      Declare column constraints using the usual list mechanism rather
       than explicit itemized lists.
      Remove NOTNULL from default clause syntax (retain "NOT NULL").
       NOTNULL is not SQL92; eventually remove it from expressions too?
      Move ISNULL, NOTNULL to Postgres-specific token declarations.
      Fix up tabs and indenting on new CREATE USER commands.
      331a1636
  22. Dec 06, 1997
  23. Dec 05, 1997
  24. Dec 04, 1997
  25. Dec 02, 1997
  26. Dec 01, 1997
  27. Nov 25, 1997
  28. Nov 24, 1997
Loading