Commit Graph

895 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Peter Eisentraut 6f64c2e54a New unified regression test driver, test/regress makefile cleanup, 26 years ago
Peter Eisentraut 664ce79dd8 Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 26 years ago
Peter Eisentraut f428d053ce Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, 26 years ago
Peter Eisentraut 353371874f Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something 26 years ago
Bruce Momjian 7ef9db82aa Attached is a small patch that fixes a small "bug" with specifying the 26 years ago
Peter Eisentraut ef6164de1d Revert removal of signed, volatile, and signal handler arg type tests. 26 years ago
Peter Eisentraut f03fc94e7d New configure test for flex, which recognizes only flex but does so in all 26 years ago
Peter Eisentraut 79abd73eee Remove configure tests for `signed', `volatile', and signal handler args; 26 years ago
Peter Eisentraut 996832caee Make the location of the Kerberos server key file run time configurable 26 years ago
Peter Eisentraut 5cfbf3aba2 ./configure --without-CXX errroneously tried to use a C++ compiler named "no" 26 years ago
Tom Lane 87cdaf5491 Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 26 years ago
Peter Eisentraut c39c198bc3 Unset locale variables before running regression tests. (All of them!) 26 years ago
Peter Eisentraut 32163099d7 Add distprep target to take some of the job of the release_prep script. 26 years ago
Peter Eisentraut 44eaafe3f8 End users shouldn't have to invoke a separate command to install the 26 years ago
Peter Eisentraut 0d59dad770 Automatic dependency tracking 26 years ago
Peter Eisentraut 3eec6ee145 Rename templates to match names in makefiles/Makefile.* and include/port. 26 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Peter Eisentraut f0b4ae697f Backend makefile cleanup. make maintainer-clean is now completely 26 years ago
Marc G. Fournier 8bef689043 add check for libz compression library for pg_dump 26 years ago
Bruce Momjian 411cf2da3f attached to this mail is a patch from a colleague that makes 26 years ago
Peter Eisentraut 6fb9d2e347 Version number now set in configure, available through Makefile.global 26 years ago
Peter Eisentraut b150906b89 We don't need config.status substituting anything into Gen_fmgrtab.sh, we 26 years ago
Peter Eisentraut 191870388d A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases 26 years ago
Peter Eisentraut 385470f8c6 Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> 26 years ago
Peter Eisentraut 44f64dd3ea Makefile cleanup for interface tree. Now essentially with all the 26 years ago
Tom Lane f0b0016ecb Call me silly, but I think it would be a good idea if initdb and other 26 years ago
Peter Eisentraut 5bb8b62983 Makefile cleanup for bin and pl subtrees. They should now support 26 years ago
Peter Eisentraut bc06269495 Fix typo 26 years ago
Peter Eisentraut bfdb695b85 Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the 26 years ago
Peter Eisentraut 81b30f2cb4 Integrated ODBC driver into regular build. No more standalone business, 26 years ago
Bruce Momjian b5d4d234cb Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length 26 years ago
Peter Eisentraut 1652d43358 Remove fmgrstamp-h business -- not needed and confusing 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
Bruce Momjian e9ca59fdbc Back out libpgtcl tcl/tksh includes. 26 years ago
Bruce Momjian d1b90bfd45 OK, I have tidied up todays (13th) snapshot with the attached patch, I 26 years ago
Bruce Momjian 81fa9e0e56 in the Directory src/bin/pgtclsh there is a good mechanism to integrate 26 years ago
Bruce Momjian b45ea42234 Back out old unixodbc patches and apply new ones. Nick Gorham 26 years ago
Peter Eisentraut 3e4e00ebaf Small bug fix 26 years ago
Peter Eisentraut 06cd0f1a32 Substituted new configure test for types of accept() 26 years ago
Peter Eisentraut 6de89c9ab7 Moved the intricacies of the perl interface build into its own makefile 26 years ago
Tom Lane cfb8fc9d7b Repair configure.in breakage from unixODBC patch. Doesn't anyone around 26 years ago
Bruce Momjian 3fe3acb844 I have made the couple of mods required to make the odbc driver with 26 years ago
Peter Eisentraut e3059fc0f5 Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses 26 years ago
Peter Eisentraut 5b9d0d9a5c Moved configure script from src/ to the top level directory. Moved 26 years ago
Peter Eisentraut 209aa77d98 New ps display code, works on more platforms. 26 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Tom Lane c439756ffd Make the world safe for QNX's busted shell ... 26 years ago
Marc G. Fournier 69b323f4bc add a --with-setproctitle switch to configure that leaves the use of setproctitle() 26 years ago
Tom Lane 1c8244ec67 Twiddle C++ configuration checks so that we #include <string> (if 26 years ago