1. 10 2月, 1998 1 次提交
  2. 04 2月, 1998 3 次提交
  3. 03 2月, 1998 1 次提交
  4. 02 2月, 1998 1 次提交
  5. 25 1月, 1998 3 次提交
  6. 23 1月, 1998 1 次提交
  7. 20 1月, 1998 1 次提交
  8. 19 1月, 1998 1 次提交
  9. 17 1月, 1998 3 次提交
  10. 12 1月, 1998 1 次提交
  11. 11 1月, 1998 1 次提交
  12. 10 1月, 1998 3 次提交
  13. 06 1月, 1998 1 次提交
  14. 05 1月, 1998 1 次提交
  15. 04 1月, 1998 1 次提交
  16. 01 1月, 1998 1 次提交
  17. 24 12月, 1997 2 次提交
  18. 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
  19. 07 12月, 1997 1 次提交
  20. 05 12月, 1997 1 次提交
  21. 04 12月, 1997 1 次提交
  22. 03 12月, 1997 1 次提交
  23. 02 12月, 1997 1 次提交
  24. 01 12月, 1997 1 次提交
  25. 26 11月, 1997 1 次提交
  26. 25 11月, 1997 1 次提交
  27. 22 11月, 1997 1 次提交
  28. 21 11月, 1997 1 次提交
  29. 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
  30. 16 11月, 1997 1 次提交
  31. 14 11月, 1997 1 次提交