1. 09 5月, 2001 2 次提交
  2. 23 4月, 2001 2 次提交
  3. 06 4月, 2001 2 次提交
  4. 27 3月, 2001 1 次提交
  5. 22 3月, 2001 1 次提交
  6. 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
  7. 10 3月, 2001 1 次提交
  8. 16 2月, 2001 2 次提交
  9. 14 2月, 2001 1 次提交
  10. 11 2月, 2001 2 次提交
  11. 10 2月, 2001 3 次提交
  12. 04 12月, 2000 1 次提交
  13. 27 5月, 2000 1 次提交
  14. 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
  15. 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
  16. 04 4月, 2000 2 次提交
  17. 28 3月, 2000 1 次提交
  18. 19 3月, 2000 1 次提交
  19. 31 1月, 2000 1 次提交
  20. 11 1月, 2000 1 次提交
  21. 06 1月, 2000 1 次提交
  22. 13 5月, 1999 1 次提交
  23. 07 1月, 1999 1 次提交
  24. 29 12月, 1998 1 次提交
  25. 12 11月, 1998 1 次提交
    • B
      · 87225ca3
      Byron Nikolaidis 提交于
      Update for version 06-40-0001
      87225ca3
  26. 05 11月, 1998 1 次提交
  27. 06 10月, 1998 1 次提交
    • T
      Update source code to Byron's v6.30.0250 sources plus minor cleanup · 1eab86e2
      Thomas G. Lockhart 提交于
       to get rid of unused variables.
      Get clean compile on Linux (Thomas and Gerald).
      Implement autoconf/configure for standalone builds and use the existing
       autoconf/configure system when in the Postgres source tree.
      Code tests and functions with ApplixWare-4.4.1beta on a Linux box.
      Changes should be backward compatible with WIN32 but still needs testing.
      1eab86e2
  28. 23 7月, 1998 1 次提交
  29. 17 6月, 1998 1 次提交
  30. 09 6月, 1998 1 次提交
  31. 04 6月, 1998 1 次提交