1. 04 8月, 2003 1 次提交
  2. 17 12月, 2002 1 次提交
    • T
      Code review for palloc0 patch --- avoid dangerous and unnecessary · 88177f77
      Tom Lane 提交于
      practice of evaluating MemSet's arguments multiple times, except for
      the special case of newNode(), where we can assume the argument is
      a constant sizeof() operator.
      Also, add GetMemoryChunkContext() to mcxt.c's API, in preparation for
      fixing recent GEQO breakage.
      88177f77
  3. 13 11月, 2002 1 次提交
  4. 10 11月, 2002 1 次提交
  5. 11 10月, 2002 2 次提交
  6. 21 6月, 2002 1 次提交
  7. 06 11月, 2001 1 次提交
  8. 25 10月, 2001 1 次提交
  9. 22 3月, 2001 1 次提交
  10. 10 2月, 2001 1 次提交
    • T
      Restructure the key include files per recent pghackers discussion: there · d08741ea
      Tom Lane 提交于
      are now separate files "postgres.h" and "postgres_fe.h", which are meant
      to be the primary include files for backend .c files and frontend .c files
      respectively.  By default, only include files meant for frontend use are
      installed into the installation include directory.  There is a new make
      target 'make install-all-headers' that adds the whole content of the
      src/include tree to the installed fileset, for use by people who want to
      develop server-side code without keeping the complete source tree on hand.
      Cleaned up a whole lot of crufty and inconsistent header inclusions.
      d08741ea
  11. 25 1月, 2001 1 次提交
  12. 28 6月, 2000 1 次提交
    • T
      First phase of memory management rewrite (see backend/utils/mmgr/README · 1aebc361
      Tom Lane 提交于
      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
  13. 26 1月, 2000 1 次提交
    • B
      Add: · 5c25d602
      Bruce Momjian 提交于
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  14. 14 1月, 2000 1 次提交
  15. 14 7月, 1999 1 次提交
  16. 26 5月, 1999 1 次提交
  17. 14 2月, 1999 1 次提交
  18. 07 2月, 1999 1 次提交
  19. 01 9月, 1998 1 次提交
  20. 08 9月, 1997 1 次提交
  21. 07 9月, 1997 1 次提交
  22. 26 11月, 1996 1 次提交
  23. 31 10月, 1996 1 次提交
  24. 28 8月, 1996 1 次提交
  25. 09 7月, 1996 1 次提交