1. 13 9月, 2001 1 次提交
  2. 11 9月, 2001 1 次提交
  3. 09 9月, 2001 1 次提交
  4. 08 9月, 2001 1 次提交
  5. 07 9月, 2001 1 次提交
  6. 27 8月, 2001 1 次提交
  7. 24 8月, 2001 1 次提交
  8. 21 8月, 2001 1 次提交
  9. 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
  10. 05 8月, 2001 1 次提交
  11. 27 6月, 2001 1 次提交
  12. 18 6月, 2001 1 次提交
  13. 25 5月, 2001 1 次提交
  14. 09 5月, 2001 2 次提交
  15. 23 4月, 2001 2 次提交
  16. 06 4月, 2001 2 次提交
  17. 27 3月, 2001 1 次提交
  18. 22 3月, 2001 1 次提交
  19. 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
  20. 10 3月, 2001 1 次提交
  21. 16 2月, 2001 2 次提交
  22. 14 2月, 2001 1 次提交
  23. 11 2月, 2001 2 次提交
  24. 10 2月, 2001 3 次提交
  25. 04 12月, 2000 1 次提交
  26. 27 5月, 2000 1 次提交
  27. 17 5月, 2000 2 次提交
    • B
      Back out odbc changes until 7.1. · a8020a78
      Bruce Momjian 提交于
      a8020a78
    • B
      Several compilation and run-time problems occur when building on SGI · a47e20b0
      Bruce Momjian 提交于
      IRIX systems using the native compilers.  A summary is:
      - Various files use "//" as a comment delimiter in c files.
      - Problems caused by assuming "char" is signed.
        cash.in: building -signed the rules regression test fails as described
          in FAQ_QNX4.  If CHAR_MAX is "255U" then ((signed char)CHAR_MAX) is -1.
        postmaster.c: random number regression test failed without this change.
      - Some generic build issues and warning message cleanup.
      
      David Kaelbling
      a47e20b0
  28. 07 4月, 2000 1 次提交
    • T
      Add transcendental math functions (sine, cosine, etc) · a349733b
      Thomas G. Lockhart 提交于
      Add a random number generator and seed setter (random(), SET SEED)
      Fix up the interval*float8 math to carry partial months
       into the time field.
      Add float8*interval so we have symmetry in the available math.
      Fix the parser and define.c to accept SQL92 types as field arguments.
      Fix the parser to accept SQL92 types for CREATE TYPE, etc. This is
       necessary to allow...
      Bit/varbit support in contrib/bit cleaned up to compile and load
       cleanly. Still needs some work before final release.
      Implement the "SOME" keyword as a synonym for "ANY" per SQL92.
      Implement ascii(text), ichar(int4), repeat(text,int4) to help
       support the ODBC driver.
      Enable the TRUNCATE() function mapping in the ODBC driver.
      a349733b
  29. 04 4月, 2000 2 次提交
  30. 28 3月, 2000 1 次提交
  31. 19 3月, 2000 1 次提交