1. 03 Jul, 2000 10 commits
  2. 02 Jul, 2000 6 commits
  3. 01 Jul, 2000 5 commits
  4. 30 Jun, 2000 5 commits
  5. 29 Jun, 2000 6 commits
  6. 28 Jun, 2000 5 commits
    • Peter Eisentraut's avatar
      Makefile cleanup for interface tree. Now essentially with all the · 44f64dd3
      Peter Eisentraut authored
      standard targets and behaviour. Replaced Makefile.in's with
      Makefile's and declared the respective variables in Makefile.global.
      
      maintainer-clean target now available at top level, although it does
      not work in the backend tree yet.
      
      Cleanup pass over Makefile.shlib, renamed some targets and variables.
      The shared library symlink tests are now done by make, not the shell.
      
      ecpg: Remove one warning in sloppy flex output.
      
      PL/Perl and Perl interface: the MakeMaker documentation is confusing,
      the realclean target *does* "delete derived files", but it also
      uninstalls them. Don't use that.
      
      The submake targets in the various bin directories that update libpq
      should `make all', not `make libpq.a'. That is a) unportable, and
      b) doesn't build the shared library.
      44f64dd3
    • Tom Lane's avatar
      5ac1eac2
    • Tom Lane's avatar
      Repair incorrect assumption that all versions of 'install' know · 13612a97
      Tom Lane authored
      how to install multiple files in one invocation.
      13612a97
    • Tom Lane's avatar
      Call me silly, but I think it would be a good idea if initdb and other · f0b0016e
      Tom Lane authored
      scripts are executable after being installed.  Latest changes got the
      permissions wrong (non executable).
      f0b0016e
    • 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
  7. 27 Jun, 2000 2 commits
  8. 26 Jun, 2000 1 commit