1. 03 Jun, 1997 20 commits
  2. 02 Jun, 1997 11 commits
  3. 01 Jun, 1997 9 commits
    • Marc G. Fournier's avatar
      Ordering of libraries changed so that -lbsd is *after* -lm · a27fafec
      Marc G. Fournier authored
      Fixes a problem Darren reports with AIX, and doesn't seem to break either
      FreeBSD or Linux(David?)...
      a27fafec
    • Marc G. Fournier's avatar
      From: Darren King <aixssd!darrenk@abs.net> · ff038a5b
      Marc G. Fournier authored
      Subject: [PATCHES] psql - \dt,\di commands.
      
      I sent this a couple of months ago in re a request by Maxim
      Kozin, but I had the patch reversed, creating some confusion
      over applying it.
      
      Here's a more complete version.
      
      Adds \dt to list only tables/views and \di to list only
      indicies.  \d will still work as before.
      ff038a5b
    • Marc G. Fournier's avatar
      From: Phil Nelson <phil@cs.wwu.edu> · 187e0f24
      Marc G. Fournier authored
      Subject: [PATCHES] Support for NetBSD/sparc
      
      The following is a patch to allow BSD44_derived to support NetBSD/sparc.
      187e0f24
    • Marc G. Fournier's avatar
      From: Darren King <aixssd!darrenk@abs.net> · b3db8ee0
      Marc G. Fournier authored
      Subject: [PATCHES] aix.h needs POSIX...
      b3db8ee0
    • Marc G. Fournier's avatar
      From: Robert Bruccoleri <bruc@bms.com> · ad8d504f
      Marc G. Fournier authored
      One more Irix related patch for Dynamic Linking
      ad8d504f
    • Marc G. Fournier's avatar
      From: Igor <igor@sba.miami.edu> · 3903296b
      Marc G. Fournier authored
      Subject: [PATCHES] destroydb patch
      
      I am including a patch for destroydb to ask for confirmation before
      deleting databases (after I accidentally deleted mine)...destroydb -y
      would force delete without any confirmation.
      3903296b
    • Marc G. Fournier's avatar
      From: Igor <igor@sba.miami.edu> · 9a5529f4
      Marc G. Fournier authored
      Subject: [PATCHES] memory leak patches in libpq and psql
      
      A couple of small memory leak patches (detected with Purify) primarily
      in libpq.
      
      * Fixed (NULL) border problem in psql (run psql, do \m, then select
        something from a table...row separators will be nulls)
      * Fixed memory leak with the abovementioned border not being freed
        properly.
      * Fixed memory leak in freePGconn() not freeing conn->port
      * Fixed up PQclear() to free parts of PGresult only if these
        parts are not null.
      * Fixed a decent memory leak that occured after executing every command
        in psql. PGresult *results was not freed most of the time.
      
      There is still a leak being detected (2 bytes) in readline functions, but
      I think this is old readline library. I will install new one and test it.
      9a5529f4
    • Bruce Momjian's avatar
      Added \n to error message. · d9557276
      Bruce Momjian authored
      d9557276
    • Bruce Momjian's avatar
      Add R_PLANS to psql help, and SET cleanup. · 6c82ae2c
      Bruce Momjian authored
      6c82ae2c