Skip to content
Snippets Groups Projects
  1. Mar 11, 2001
  2. Mar 05, 2001
  3. Mar 03, 2001
  4. Feb 10, 2001
  5. Feb 09, 2001
  6. Feb 06, 2001
  7. Jan 23, 2001
    • Tom Lane's avatar
      Remove rangechecks on errno; just call strerror unconditionally. This · e9c936ff
      Tom Lane authored
      eliminates a raft of portability issues, including whether sys_nerr
      exists, whether the platform has any valid negative errnos, etc.  The
      downside is minimal: errno shouldn't ever contain an invalid value anyway,
      and if it does, reasonably modern versions of strerror will not choke.
      This rangecheck idea seemed good at the time, but it's clearly a net loss,
      and I apologize to all concerned for having ever put it in.
      e9c936ff
  8. Jan 10, 2001
  9. Jan 09, 2001
  10. Nov 09, 2000
  11. Nov 05, 2000
  12. Nov 03, 2000
  13. Oct 26, 2000
  14. Oct 24, 2000
  15. Oct 21, 2000
  16. Oct 20, 2000
  17. Oct 02, 2000
  18. Sep 30, 2000
  19. Sep 27, 2000
  20. Sep 26, 2000
  21. Sep 21, 2000
  22. Aug 29, 2000
  23. Aug 28, 2000
  24. Aug 27, 2000
  25. Aug 26, 2000
  26. Jun 11, 2000
    • Peter Eisentraut's avatar
      Substituted new configure test for types of accept() · 06cd0f1a
      Peter Eisentraut authored
      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
  27. Jun 10, 2000
    • Peter Eisentraut's avatar
      Moved the intricacies of the perl interface build into its own makefile · 6de89c9a
      Peter Eisentraut authored
      that now functions as a wrapper around the MakeMaker stuff. It might
      even behave sensically when we have separate build dirs. Same for plperl,
      which of course still doesn't work very well. Made sure that plperl
      respects the choice of --libdir.
      
      Added --with-python to automatically build and install the Python interface.
      Works similarly to the Perl5 stuff.
      
      Moved the burden of the distclean targets lower down into the source tree.
      Eventually, each make file should have its own.
      
      Added automatic remaking of makefiles and configure. Currently only for the
      top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around
      missing autoconf and aclocal. Start factoring out macros into their own
      config/*.m4 files to increase readability and organization.
      6de89c9a
  28. Jun 07, 2000
Loading