1. 02 Jun, 1997 5 commits
    • Vadim B. Mikheev's avatar
      SET var TO 'a=b' · cda886fd
      Vadim B. Mikheev authored
                   ^^ is supported by get_token now.
      (SET geqo TO 'on=XXX' works now).
      cda886fd
    • Marc G. Fournier's avatar
      From: Igor <igor@sba.miami.edu> · 541f1855
      Marc G. Fournier authored
      Subject: [PATCHES] patch for a memory leak
      
      Well...I screwed up and posted the wrong patch for psql originally..
      The patch for that patch wposted below will fix it..
      541f1855
    • Marc G. Fournier's avatar
      From: David Friend <dfriend@atlsci.atlsci.com> · e234687c
      Marc G. Fournier authored
      Subject: [PATCHES] INSTALL patch
      
      This patch makes the following changes to the INSTALL instructions:
        - Before step 1, describe disk space requirements.
        - Step 1 now defines a "tested" platform.
        - Add step 3a on checking for disk space.
        - Added new step 27 asking for feedback.
      e234687c
    • Marc G. Fournier's avatar
      From: Igor <igor@sba.miami.edu> · 8445ccd5
      Marc G. Fournier authored
      Subject: [PATCHES] Another destroydb patch
      
      This is a patch to my previous destroydb patch cause some people wanted
      slightly different behavior. After this patch is applied, destroydb
      will destroy a database as usual, but if added -i flag (which could be
      aliased like rm -i) would ask for confirmation.
      8445ccd5
    • Marc G. Fournier's avatar
      From: Igor <igor@sba.miami.edu> · f9f98e3a
      Marc G. Fournier authored
      Subject: [PATCHES] pg_dump memory leak patch
      
      This patch fixes a HUGE memory leak problem in pg_dump.
      Pretty much anything that was allocated was never freed and Purify
      reported about 40% possible memory leak and 6% actual leak. I added
      functions to clear out all the allocated structures. After the patch
      Purify returns 0 for number of bytes leaked...
      f9f98e3a
  2. 01 Jun, 1997 17 commits
  3. 31 May, 1997 3 commits
  4. 30 May, 1997 3 commits
  5. 26 May, 1997 3 commits
    • Thomas G. Lockhart's avatar
    • Marc G. Fournier's avatar
      From: David Friend <dfriend@atlsci.atlsci.com> · 8ab1271f
      Marc G. Fournier authored
      Subject: [PATCHES] INSTALL changes
      
      This patch modifies the INSTALL file.  The changes are:
        - SPARC/Linux-ELF was added to the list of supported platforms.
          The special notes for it at the bottom of the file were removed.
        - Changed "database server" to "RDBMS database server".
        - Modified step 6 so that when you restore your database the
          tables will be owned by the original owners instead of the
          postgresql superuser.
        - Modified step 19 on diagnosing the regression tests for the
          SPARC Linux platform with a beta release.
        - Other minor changes.
      8ab1271f
    • Marc G. Fournier's avatar
      From: David Friend <dfriend@atlsci.atlsci.com> · cf883677
      Marc G. Fournier authored
      Subject: [PATCHES] pqcomprim.c patch
      
      This is the patch by Robert Bruccoleri to fix the endian problem.
      (Actually, it's the reverse of his patch.  He must have gotten the
      order wrong.)
      cf883677
  6. 25 May, 1997 1 commit
  7. 24 May, 1997 2 commits
  8. 23 May, 1997 5 commits
  9. 22 May, 1997 1 commit