1. 21 Apr, 1997 3 commits
  2. 20 Apr, 1997 1 commit
  3. 18 Apr, 1997 9 commits
  4. 17 Apr, 1997 5 commits
    • Marc G. Fournier's avatar
      From: Raymond Toy <toy@rtp.ericsson.se> · cbaa9883
      Marc G. Fournier authored
      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
    • Marc G. Fournier's avatar
      From: Raymond Toy <toy@rtp.ericsson.se> · 8834795e
      Marc G. Fournier authored
      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
    • Marc G. Fournier's avatar
      From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> · a1f229b1
      Marc G. Fournier authored
      Subject: [HACKERS] Patch: set date to euro/us postgres/iso/sql
      
        Here a patch that implements a SET date for use by the datetime
      stuff. The syntax is
      
              SET date TO 'val[,val,...]'
      
        where val is us (us dates), euro (european dates), postgres,
      iso or sql.
      
        Thomas is working on the integration in his datetime module.
      I just needed to get the patch out before it went stale :)
      a1f229b1
    • Marc G. Fournier's avatar
      cfe0d67d
    • Vadim B. Mikheev's avatar
      The patch fixes a rare bug that may occur when one tries to vacuum a single · a0d63ac9
      Vadim B. Mikheev authored
      table. The table name is de-allocated by the CommitTransactionCommand()
      in vc_init() before it is copied in VacRel.data and sometimes this causes
      a SIGSEGV. My patch simply moves the strcpy before vc_init.
      
      Submitted by Massimo Dal Zotto <dz@cs.unitn.it>.
      a0d63ac9
  5. 16 Apr, 1997 5 commits
  6. 15 Apr, 1997 9 commits
  7. 13 Apr, 1997 1 commit
  8. 12 Apr, 1997 7 commits