1. 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
  2. 17 6月, 2000 1 次提交
  3. 15 6月, 2000 1 次提交
    • P
      Big warnings cleanup for Solaris/GCC. Down to about 40 now, but · 44d1abeb
      Peter Eisentraut 提交于
      we'll get there one day.
      
      Use `cat' to create aclocal.m4, not `aclocal'. Some people don't
      have automake installed.
      
      Only run the autoconf rule in the top-level GNUmakefile if the
      invoker specified `make configure', don't run it automatically
      because of CVS timestamp skew.
      44d1abeb
  4. 11 6月, 2000 1 次提交
    • P
      Substituted new configure test for types of accept() · 06cd0f1a
      Peter Eisentraut 提交于
      Interfaced a lot of the custom tests to the config.cache, in the process
      made them separate macros and grouped them out into files. Made naming
      adjustments.
      
      Removed a couple of useless/unused configure tests.
      
      Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl.
      And it breaks equally often. :(
      06cd0f1a
  5. 09 6月, 2000 1 次提交
  6. 07 6月, 2000 1 次提交
  7. 04 6月, 2000 1 次提交
  8. 02 6月, 2000 1 次提交
  9. 31 5月, 2000 4 次提交
  10. 30 5月, 2000 1 次提交
  11. 29 5月, 2000 2 次提交
  12. 27 5月, 2000 5 次提交
  13. 26 5月, 2000 1 次提交
    • T
      After closing frontend socket, set MyProcPort->sock = -1 to ensure that · 2af53f37
      Tom Lane 提交于
      subsequent I/O attempts fail cleanly.  I'm speculating about failure
      scenarios in which we do pq_close, then something in a proc_exit routine
      opens a file (re-using that kernel FD number), then something else
      fails and tries to write an elog message to the frontend ... message
      ends up in opened file, oops.  No known examples of this but it seems
      like a potential hole.
      2af53f37
  14. 22 5月, 2000 1 次提交
  15. 20 5月, 2000 1 次提交
  16. 14 4月, 2000 1 次提交
  17. 13 4月, 2000 1 次提交
  18. 20 3月, 2000 1 次提交
  19. 17 3月, 2000 1 次提交
  20. 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
  21. 19 1月, 2000 1 次提交
  22. 12 1月, 2000 1 次提交
  23. 11 1月, 2000 3 次提交
  24. 06 1月, 2000 1 次提交
  25. 14 12月, 1999 1 次提交
  26. 10 12月, 1999 2 次提交
  27. 23 11月, 1999 1 次提交
  28. 08 11月, 1999 1 次提交
  29. 25 10月, 1999 1 次提交
    • T
      Standardize on MAXPGPATH as the size of a file pathname buffer, · 51f62d50
      Tom Lane 提交于
      eliminating some wildly inconsistent coding in various parts of the
      system.  I set MAXPGPATH = 1024 in config.h.in.  If anyone is really
      convinced that there ought to be a configure-time test to set the
      value, go right ahead ... but I think it's a waste of time.
      51f62d50