1. 11 Feb, 2001 2 commits
  2. 10 Feb, 2001 1 commit
  3. 25 Jan, 2001 1 commit
    • Bruce Momjian's avatar
      Further to the previous ODBC patches I posted today, I found a couple of · 40203e4f
      Bruce Momjian authored
      problems with char array sizes having set a couple of constants to 0 for
      unlimited query length and row length. This additional patch cleans those
      problems up by defining a new constant (STD_STATEMENT_LEN) to 65536 and
      using that in place of MAX_STATEMENT_LEN.
      
      Another constant (MAX_MESSAGE_LEN) was defined as 2*BLCKSZ, but is now
      65536. This is used to define the length of the message buffer in a number
      of places and as I understand it (probably not that well!) therefore also
      places a limit on the query length. Fixing this properly is beyond my
      capabilities but 65536 should hopefully be large enough for most people.
      
      Apologies for being over-enthusiastic and posting 3 patches in one day
      rather than 1 better tested one!
      
      Regards,
      
      Dave Page
      40203e4f
  4. 03 Sep, 1999 1 commit
  5. 08 Jan, 1999 1 commit
  6. 31 Dec, 1998 1 commit
  7. 29 Dec, 1998 2 commits
  8. 11 Nov, 1998 1 commit
    • Byron Nikolaidis's avatar
      · 87225ca3
      Byron Nikolaidis authored
      Update for version 06-40-0001
      87225ca3
  9. 06 Oct, 1998 1 commit
    • Thomas G. Lockhart's avatar
      Update source code to Byron's v6.30.0250 sources plus minor cleanup · 1eab86e2
      Thomas G. Lockhart authored
       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
  10. 22 Jul, 1998 1 commit
  11. 16 Jun, 1998 1 commit
  12. 08 Jun, 1998 1 commit
  13. 03 Jun, 1998 1 commit
  14. 13 Apr, 1998 1 commit