Skip to content
Snippets Groups Projects
  1. Mar 06, 2002
  2. Dec 08, 2001
  3. Sep 13, 2001
  4. Sep 03, 2001
  5. Feb 15, 2001
  6. Dec 26, 2000
  7. Oct 05, 2000
  8. Jun 28, 2000
    • Tom Lane's avatar
      First phase of memory management rewrite (see backend/utils/mmgr/README · 1aebc361
      Tom Lane authored
      for details).  It doesn't really do that much yet, since there are no
      short-term memory contexts in the executor, but the infrastructure is
      in place and long-term contexts are handled reasonably.  A few long-
      standing bugs have been fixed, such as 'VACUUM; anything' in a single
      query string crashing.  Also, out-of-memory is now considered a
      recoverable ERROR, not FATAL.
      Eliminate a large amount of crufty, now-dead code in and around
      memory management.
      Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and
      backend startup.
      1aebc361
  9. Dec 30, 1999
  10. Jul 22, 1999
  11. Jul 06, 1999
  12. Dec 29, 1998
  13. Oct 30, 1998
  14. Sep 22, 1998
  15. Sep 07, 1998
  16. Sep 01, 1998
Loading