1. 10 1月, 1998 3 次提交
  2. 06 1月, 1998 1 次提交
  3. 05 1月, 1998 1 次提交
  4. 04 1月, 1998 1 次提交
  5. 01 1月, 1998 1 次提交
  6. 24 12月, 1997 2 次提交
  7. 16 12月, 1997 1 次提交
    • T
      Allow multiple-argument functions in constraint clauses. · 331a1636
      Thomas G. Lockhart 提交于
       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
  8. 07 12月, 1997 1 次提交
  9. 05 12月, 1997 1 次提交
  10. 04 12月, 1997 1 次提交
  11. 03 12月, 1997 1 次提交
  12. 02 12月, 1997 1 次提交
  13. 01 12月, 1997 1 次提交
  14. 26 11月, 1997 1 次提交
  15. 25 11月, 1997 1 次提交
  16. 22 11月, 1997 1 次提交
  17. 21 11月, 1997 1 次提交
  18. 18 11月, 1997 1 次提交
    • T
      Update UNION and subselect syntax. · 4b19101f
      Thomas G. Lockhart 提交于
      Support SQL92 syntax for type coersion of strings (type 'typeval').
       Example: "DATETIME 'now'". This works only for string constants and can
       not replace the CAST and ::type syntax which behave identically in this
       context.
      4b19101f
  19. 16 11月, 1997 1 次提交
  20. 14 11月, 1997 2 次提交
  21. 10 11月, 1997 1 次提交
  22. 07 11月, 1997 1 次提交
    • T
      Implement CREATE DATABASE/WITH LOCATION=. · acc28430
      Thomas G. Lockhart 提交于
      Implement SET keyword = DEFAULT and SET TIME ZONE DEFAULT.
      Re-enable JOIN= option in CREATE OPERATOR statement (damaged for v6.2).
      Allow more SQL and/or Postgres reserved words as column identifiers
       or, if there are shift/reduce problems, at least as column labels.
      acc28430
  23. 02 11月, 1997 1 次提交
  24. 31 10月, 1997 2 次提交
  25. 28 10月, 1997 1 次提交
  26. 25 10月, 1997 2 次提交
    • T
      Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, · f10b6392
      Thomas G. Lockhart 提交于
       CURRENT_USER.
      Add syntax for primary and foreign keys.
      Change optional syntax in CREATE INDEX to avoid parsing conflict with
       TIMESTAMP WITH TIME ZONE data type (use USING <class> rather than WITH...).
      Decouple various categories of data type syntax to allow the most possible
       non-ambiguous extensions to SQL92 for column names and labels. This should
       make the parser a bit more understandable, or at least easier to find
       where and how the data types are handled.
      Support syntax for IN and EXISTS clauses with subselects.
      Support SQL92 syntax for IS TRUE/IS FALSE/IS NOT TRUE/IS NOT FALSE.
      f10b6392
    • B
      f3af1368
  27. 09 10月, 1997 3 次提交
  28. 29 9月, 1997 1 次提交
  29. 26 9月, 1997 1 次提交
  30. 25 9月, 1997 2 次提交
  31. 24 9月, 1997 1 次提交