Skip to content
Snippets Groups Projects
  1. Feb 06, 2001
    • 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
    • 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. Feb 05, 2001
  3. Feb 04, 2001
  4. Feb 03, 2001
  5. Feb 02, 2001
  6. Feb 01, 2001
  7. Jan 31, 2001
  8. Jan 30, 2001
  9. Jan 29, 2001
  10. Jan 28, 2001
Loading