1. 18 4月, 1997 3 次提交
    • V
      Fix bttextcmp() to use unsigned char*. · 55f53543
      Vadim B. Mikheev 提交于
      #ifdef USE_LOCALE added.
      55f53543
    • M
      From: Raymond Toy <toy@rtp.ericsson.se> · cbaa9883
      Marc G. Fournier 提交于
      Subject: [PATCHES] 970417:  some large object patches
      
      
      Two patches here, made against 970417.  Both have to do with large
      objects:
      
              1.  lobjfuncs was not initialized in PQconnectdb.  This causes
                  failure later if large objects are used.  (Someone already
                  caught this error in PQsetdb.)
      
              2.  Postgres functions lo_import and lo_export sometimes
                  produce garbage for the file names because the filename
                  strings aren't always terminated by \0.  (VARDATA isn't
                  necessarily null terminated.)
      cbaa9883
    • M
      From: Raymond Toy <toy@rtp.ericsson.se> · 8834795e
      Marc G. Fournier 提交于
      Subject: [PATCHES] 970417:  two more patches for large objects
      
      Here are two more patches:
      
              1.  pg_getint doesn't properly set the status flag when
                  calling pqGetShort or pqGetLong.  This is required when
                  accessing large objects via libpq.  This, combined with
                  problem 1 above causes postgres to crash when postgres
                  tries to print out the message that the status was not
                  good.
      
              2.  ExceptionalCondition crashes when called with detail =
                  NULL.  This patch prevents dereferencing the NULL.
      8834795e
  2. 17 4月, 1997 3 次提交
  3. 16 4月, 1997 14 次提交
  4. 14 4月, 1997 1 次提交
  5. 12 4月, 1997 12 次提交
  6. 11 4月, 1997 2 次提交
  7. 10 4月, 1997 3 次提交
  8. 09 4月, 1997 2 次提交