1. 27 9月, 2000 1 次提交
  2. 26 9月, 2000 1 次提交
  3. 22 9月, 2000 1 次提交
  4. 12 9月, 2000 1 次提交
    • B
      Attached is a small patch that fixes a small "bug" with specifying the · 7ef9db82
      Bruce Momjian 提交于
      souce directory of OpenSSL as argument to the --with-openssl - argument.
      
      ./configure --with-openssl=/tmp/openssl-0.9.5/ - the libcrypto.a is in
      the
      "base" directory, not lib/.
      
      Also, there's 2-3 typo fixes to the documentation for SSL - it should be
      "server.crt", not "server.cert".
      
      Dominic J. Eidson
      7ef9db82
  5. 29 8月, 2000 1 次提交
  6. 28 8月, 2000 2 次提交
  7. 25 8月, 2000 1 次提交
  8. 20 8月, 2000 1 次提交
  9. 28 7月, 2000 1 次提交
  10. 23 7月, 2000 1 次提交
  11. 20 7月, 2000 1 次提交
    • P
      Add distprep target to take some of the job of the release_prep script. · 32163099
      Peter Eisentraut 提交于
      The latter updated accordingly. Also add `dist' and `distcheck' targets
      to play with, but caveat packager.
      
      Updated backend/bootstrap and backend/parser makefile to make them
      marginally builddir aware and fix the usual set of things.
      
      Add rule to automatically remake config.h dependent on config.h.in and
      config.status. (Adopted from Autoconf manual and about every other
      package.) On a good day we should now have a complete and accurate set
      of dependencies throughout everything.
      32163099
  12. 18 7月, 2000 1 次提交
  13. 16 7月, 2000 1 次提交
  14. 15 7月, 2000 1 次提交
  15. 13 7月, 2000 1 次提交
    • P
      Remove a bunch of unused configure tests, in particular cases where · cb292206
      Peter Eisentraut 提交于
      * the result is not recorded anywhere
      * the result is not used anywhere
      * the result is only used in some places, whereas others have been getting away with it
      * the result is used improperly
      
      Also make command line options handling a little better (e.g., --disable-locale,
      while redundant, should really still *dis*able).
      cb292206
  16. 09 7月, 2000 1 次提交
    • P
      Another round of those unportable config/build changes :-/ · 74618e2b
      Peter Eisentraut 提交于
      * Add option to build with OpenSSL out of the box. Fix thusly exposed
        bit rot. Although it compiles now, getting this to do something
        useful is left as an exercise.
      
      * Fix Kerberos options to defer checking for required libraries until
        all the other libraries are checked for.
      
      * Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.
      
      * Install work around for Autoconf's install-sh relative path anomaly.
        Get rid of old INSTL_*_OPTS variables, now that we don't need them
        anymore.
      
      * Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.
      
      * Look for only one of readline.h or readline/readline.h, not both.
      
      * Make check for PS_STRINGS cacheable. Don't test for the header files
        separately.
      
      * Disable fcntl(F_SETLK) test on Linux.
      
      * Substitute the standard GCC warnings set into CFLAGS in configure,
        don't add it on in Makefile.global.
      
      * Sweep through contrib tree to teach makefiles standard semantics.
      
      ... and in completely unrelated news:
      
      * Make postmaster.opts arbitrary options-aware. I still think we need to
        save the environment as well.
      74618e2b
  17. 07 7月, 2000 1 次提交
    • P
      Backend makefile cleanup. make maintainer-clean is now completely · f0b4ae69
      Peter Eisentraut 提交于
      functional.
      
      Handle include file installation in src/include/Makefile
      
      genbki.sh improvements: Don't substitute anything by config.status,
      instead pass in AWK and CPP through environment. Change calling
      convention to support named output files, so we get to see error
      messages on stderr.
      
      Rename bootstrap template files and install them into PREFIX/share.
      Update initdb to that effect and other readability improvements
      in initdb.
      f0b4ae69
  18. 06 7月, 2000 2 次提交
    • M
      · 8bef6890
      Marc G. Fournier 提交于
      add check for libz compression library for pg_dump
      8bef6890
    • B
      attached to this mail is a patch from a colleague that makes · 411cf2da
      Bruce Momjian 提交于
      PostgreSQL-7.0.2 run on Linux for the Intel-IA64 architecture. It also
      fixes a bug in the configure scripts that caused configure to fail on
      the fcntl(F_SETLK) test.
      
      This fix triggered a bug in the fcntl(F_SETLK) code of the Linux
      kernel when used on unix domain sockets resulting in postmaster to
      segfault immediately after startup. There is a fix available and
      included in the kernel that will be on SuSE Linux 7.0, but kernels <=
      2.2.16 still have this bug.
      
      Reinhard Max
      411cf2da
  19. 02 7月, 2000 2 次提交
  20. 01 7月, 2000 2 次提交
  21. 29 6月, 2000 1 次提交
    • P
      Makefile cleanup for interface tree. Now essentially with all the · 44f64dd3
      Peter Eisentraut 提交于
      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
  22. 28 6月, 2000 1 次提交
  23. 27 6月, 2000 1 次提交
  24. 22 6月, 2000 1 次提交
  25. 21 6月, 2000 1 次提交
  26. 20 6月, 2000 1 次提交
  27. 19 6月, 2000 1 次提交
  28. 17 6月, 2000 1 次提交
  29. 15 6月, 2000 2 次提交
  30. 14 6月, 2000 1 次提交
    • B
      OK, I have tidied up todays (13th) snapshot with the attached patch, I · d1b90bfd
      Bruce Momjian 提交于
      have'nt r un autoconf to create a new configure, I guess that's done by
      the smapshot process, I had to remove a line from interface/odbc/
      GNUMakefile to get it to build, it was a autoconf variable that looks to
      not be used anymore, I am assuming that this is  ok.
      
      Nick Gorham
      Easysoft Ltd
      d1b90bfd
  31. 13 6月, 2000 2 次提交
  32. 12 6月, 2000 1 次提交
  33. 11 6月, 2000 2 次提交
    • 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
    • P
      Moved the intricacies of the perl interface build into its own makefile · 6de89c9a
      Peter Eisentraut 提交于
      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