Skip to content
Snippets Groups Projects
  1. Oct 02, 1997
  2. Sep 24, 1997
  3. Sep 08, 1997
  4. Sep 07, 1997
  5. Aug 19, 1997
  6. Jul 23, 1997
  7. Jun 21, 1997
  8. Jun 02, 1997
    • 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
  9. May 07, 1997
    • Marc G. Fournier's avatar
      From: Keith Parks <emkxp01@mtcc.demon.co.uk> · a5d7eb90
      Marc G. Fournier authored
      Subject: [PATCHES] Three small patches.
      
      Hi,
      
      Here are 3 small patches to the postgreSQL source sup'd on
      the 6th May 1997.
      
      The 1st 2 fix the shell backslash "c" handling used to suppress
      the newline on some unix shells. (The \c needs to be inside quote.)
      
      The 3rd may or may not be the correct way to fix the missing
      define of INDEX_MAX_KEYS in pg_dump.h
      a5d7eb90
  10. May 06, 1997
  11. Apr 12, 1997
  12. Apr 02, 1997
  13. Jan 07, 1997
  14. Dec 28, 1996
  15. Nov 26, 1996
  16. Oct 07, 1996
  17. Sep 23, 1996
  18. Aug 26, 1996
  19. Aug 24, 1996
    • Marc G. Fournier's avatar
      The patch does several things: · 208a30f2
      Marc G. Fournier authored
              It adds a WITH OIDS option to the copy command, which allows
      dumping and loading of oids.
      
              If a copy command tried to load in an oid that is greater than
      its current system max oid, the system max oid is incremented.  No
      checking is done to see if other backends are running and have cached
      oids.
      
              pg_dump as its first step when using the -o (oid) option, will
      copy in a dummy row to set the system max oid value so as rows are
      loaded in, they are certain to be lower than the system oid.
      
              pg_dump now creates indexes at the end to speed loading
      
      
      Submitted by:  Bruce Momjian <maillist@candle.pha.pa.us>
      208a30f2
  20. Jul 22, 1996
  21. Jul 12, 1996
  22. Jul 09, 1996
Loading