1. 06 Feb, 2001 5 commits
    • Bruce Momjian's avatar
      Update FAQ. · 3869b088
      Bruce Momjian authored
      3869b088
    • Hiroshi Inoue's avatar
      Improved version handling introduced by Dave Page. · 5d08521f
      Hiroshi Inoue authored
      The driver version is 07.01.0002 now.
      1) initialized pg_version by DSN's protocol info
         so that we could always use pg_version info
         once a connection is established (pg_version()
         didn't exist before 6.4). PROTOCOL_XX() macros
         are removed(except from connection.[ch]).
      2) provided a few macros to encapsulate connection's
         version info and replaced existent comparison
         stuff by those macros.
      3) change SQLTables() so that 7.1 servers could show
         views.
      
      
      In addtion, the following patch from Dave Page is applied.
      
        This patch fixes a bug in SQLGetInfo for SQL_DBMS_VER which corrupted the
        driver version string. The driver version number has also been incremented
        to 07.01.0002.
      
        Regards, Dave. <<odbc.diff>>
      5d08521f
    • Tom Lane's avatar
      300e2888
    • Tom Lane's avatar
      8558054a
    • Tom Lane's avatar
      Out-of-bounds memory allocation request sizes should be treated as just · 85c17dbf
      Tom Lane authored
      elog(ERROR) not an Assert trap, since we've downgraded out-of-memory to
      elog(ERROR) not a fatal error.  Also, change the hard boundary from 256Mb
      to 1Gb, just so that anyone who's actually got that much memory to spare
      can play with TOAST objects approaching a gigabyte.
      85c17dbf
  2. 05 Feb, 2001 3 commits
  3. 04 Feb, 2001 5 commits
  4. 03 Feb, 2001 6 commits
  5. 02 Feb, 2001 2 commits
  6. 01 Feb, 2001 2 commits
  7. 31 Jan, 2001 4 commits
  8. 30 Jan, 2001 1 commit
  9. 29 Jan, 2001 12 commits