1. 25 10月, 2001 2 次提交
  2. 19 10月, 2001 1 次提交
    • T
      Accept an INTERVAL argument for SET TIME ZONE per SQL99. · 9310075a
      Thomas G. Lockhart 提交于
       Modified the parser and the SET handlers to use full Node structures
       rather than simply a character string argument.
      Implement INTERVAL() YEAR TO MONTH (etc) syntax per SQL99.
       Does not yet accept the goofy string format that goes along with, but
       this should be fairly straight forward to fix now as a bug or later
       as a feature.
      Implement precision for the INTERVAL() type.
       Use the typmod mechanism for both of INTERVAL features.
      Fix the INTERVAL syntax in the parser:
       opt_interval was in the wrong place.
      INTERVAL is now a reserved word, otherwise we get reduce/reduce errors.
      Implement an explicit date_part() function for TIMETZ.
       Should fix coersion problem with INTERVAL reported by Peter E.
      Fix up some error messages for date/time types.
       Use all caps for type names within message.
      Fix recently introduced side-effect bug disabling 'epoch' as a recognized
       field for date_part() etc. Reported by Peter E. (??)
      Bump catalog version number.
      Rename "microseconds" current transaction time field
       from ...Msec to ...Usec. Duh!
      date/time regression tests updated for reference platform, but a few
       changes will be necessary for others.
      9310075a
  3. 12 10月, 2001 1 次提交
  4. 01 10月, 2001 1 次提交
  5. 29 9月, 2001 1 次提交
  6. 24 9月, 2001 1 次提交
  7. 23 9月, 2001 1 次提交
    • P
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut 提交于
      an already installed iODBC or unixODBC driver manager.  In particular,
      use the include files provided by the driver manager over our own,
      and use the odbcinst library of the driver manager rather than gpps.c.
      
      Migrate portability sections common to several files into psqlodbc.h.
      364a7ebe
  8. 14 9月, 2001 1 次提交
  9. 13 9月, 2001 1 次提交
  10. 11 9月, 2001 1 次提交
  11. 09 9月, 2001 1 次提交
  12. 08 9月, 2001 1 次提交
  13. 07 9月, 2001 1 次提交
  14. 27 8月, 2001 1 次提交
  15. 24 8月, 2001 1 次提交
  16. 21 8月, 2001 1 次提交
  17. 18 8月, 2001 1 次提交
    • H
      1) Change all internal SQL function calls from · 0c439e5e
      Hiroshi Inoue 提交于
         SQLxxxx() to PGAPI_xxxx().
      2) Handle an escaped date/time format as a parameter.
      3) Improve the tuple allocation a little.
      4) The preparation of ODBC 3.0 a little.
      5) Updatable cursors(may be deprecated before long).
      0c439e5e
  18. 05 8月, 2001 1 次提交
  19. 27 6月, 2001 1 次提交
  20. 18 6月, 2001 1 次提交
  21. 25 5月, 2001 1 次提交
  22. 09 5月, 2001 2 次提交
  23. 23 4月, 2001 2 次提交
  24. 06 4月, 2001 2 次提交
  25. 27 3月, 2001 1 次提交
  26. 22 3月, 2001 1 次提交
  27. 16 3月, 2001 1 次提交
    • H
      Add multibyte support. · 9242e6c0
      Hiroshi Inoue 提交于
      	Provide an extenisible scheme of encoding conversion.
      	As the first step, SJIS and BIG5 are supported.
      	From now on multibyte people would be happy to use
      	this psqlodbc driver.
      
      Eiji Tokuya e-tokuya@mail.sankyo-unyu.co.jp
      9242e6c0
  28. 10 3月, 2001 1 次提交
  29. 16 2月, 2001 2 次提交
  30. 14 2月, 2001 1 次提交
  31. 11 2月, 2001 2 次提交
  32. 10 2月, 2001 3 次提交