1. 06 Jun, 1997 8 commits
    • Marc G. Fournier's avatar
      From: Igor <igor@sba.miami.edu> · 8d1f52ef
      Marc G. Fournier authored
      Subject: [PATCHES] More psql and libpq patches
      
      Well..these would be the last patches until the release (I hope)...
      I ran the regression tests while watching psql under purify, and it did
      not leak even one byte.
      
      In this patch:
      
      * Plugged a major leak when PSQL reads files for input (either through
        \i options or through -f option)
      * Fixed the one remaining leak in PSQL in not clearing PGresult *results
        everywhere it is supposed to. (Thanks Tymm)
      * Fixed A small leak in PSQL not clearing all the PGsettings correctly.
      * A not-so-obvious (but small) leak in Libpq when PQsetdb fails for any
        reason.
      * Added \n to some Libpq error messages to make them easier to digest..
      * Finally, added /* PURIFY */ comment to some of the code indicating
        the reason for why it was added/changed...for future developers.
      8d1f52ef
    • Marc G. Fournier's avatar
      From: "Brian E. Gallew" <geek+@cmu.edu> · 442306fe
      Marc G. Fournier authored
      Define USE_POSIX_TIME for dgux port
      442306fe
    • Marc G. Fournier's avatar
      From: Phil Nelson <phil@cs.wwu.edu> · 11c7d755
      Marc G. Fournier authored
      Subject: [PATCHES] Patches to allow generic NetBSD support
      11c7d755
    • Marc G. Fournier's avatar
      From: Phil Nelson <phil@cs.wwu.edu> · 15da1850
      Marc G. Fournier authored
      Subject: [PATCHES] Added support for NetBSD/pc532.
      15da1850
    • Marc G. Fournier's avatar
      From: PortSite <info@portsite.nl> · 355d6a27
      Marc G. Fournier authored
      The GNUmakefile in src/test/regress uses `gmake' for
      the make program. This should be $(MAKE)
      355d6a27
    • Marc G. Fournier's avatar
      From: PortSite <info@portsite.nl> · c0cb0533
      Marc G. Fournier authored
      Install file says: Type flex -- version
      There is a space between -- and version that shouldn't
      be there :-(
      c0cb0533
    • Marc G. Fournier's avatar
      From: "D'Arcy J.M. Cain" <darcy@druid.net> · c0178f27
      Marc G. Fournier authored
      Subject: [HACKERS] src.original/./backend/lib/fstack.c
      
      Another change I suggested.  I bracket an unused function and add a
      return to quiet the compiler.  In addition I added an internal
      consistency check.
      c0178f27
    • Marc G. Fournier's avatar
      From: "D'Arcy J.M. Cain" <darcy@druid.net> · f50b103c
      Marc G. Fournier authored
      Subject: [HACKERS] backend/optimizer/geqo/geqo_erx.c
      
      I sent these changes in with a bunch of others.  Some were folded in but
      others, like these, were not.  I am not sure why so I am resending this
      to the developers list by itself for discussion.
      
      The readon why I suggest these changes is that the compiler can't tell
      that minimum_count is initialized before it is used.  The tests that I
      add in here will cause an immediate error if it doesn't.  As the comments
      below suggest, if it is 100% guaranteed that the variable will always
      be initialized then how this is so should be commented here.  I don't
      know how much strain the actual test puts on the performance but if it
      isn't too much then maybe leave it in for absolute safety anyway.
      
      There are also a few returns just to stop warnings.
      f50b103c
  2. 05 Jun, 1997 3 commits
  3. 04 Jun, 1997 3 commits
  4. 03 Jun, 1997 26 commits