Commit Graph

554 Commits (d43b085d578148f8dec2fea774912103e2f3044f)

Author SHA1 Message Date
Tom Lane fe83a3fdbd Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. 18 years ago
Tom Lane f0828b2fc3 Provide a build-time option to store large relations as single files, rather 18 years ago
Tom Lane ad20c990f7 Use our own getopt() and getopt_long() on Solaris, because that platform's 18 years ago
Bruce Momjian a74e0414a2 Put back code modularization of fseeko() configure checks. 18 years ago
Bruce Momjian 7f9693b4fd Put fseeko check back in old location, in hopes of silencing build warnings. 18 years ago
Bruce Momjian fc54be81d1 autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, so 18 years ago
Peter Eisentraut b120382353 Upgrade to Autoconf 2.61: 18 years ago
Tom Lane cf9e156156 Stamp HEAD as 8.4devel. 18 years ago
Marc G. Fournier 9e647a1387 configure tag'd 8.3.0 and built witih autoconf 2.59 18 years ago
Peter Eisentraut 79a323ab49 Change /contrib to contrib for consistency. 18 years ago
Marc G. Fournier aeeef4119e must commit after autoconf ... and yes, I used the right autoconf 18 years ago
Tom Lane 2bf121e40b Stamp release 8.3RC1. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian 670f05b07c Provide a more helpful error message when there is an autoconf version 18 years ago
Bruce Momjian 50058a5bae Provide a more helpful error message when there is an autoconf version 18 years ago
Tom Lane 01434d41d4 Stamp 8.3beta4. 18 years ago
Peter Eisentraut 3f398e4a27 Require a specific Autoconf version, instead of a lower bound only. 18 years ago
Marc G. Fournier 2a174e45dd update files for beta3 18 years ago
Tom Lane 1ef648cfbc I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs 18 years ago
Bruce Momjian c1a03bee08 Document that configure option only affects contrib: 18 years ago
Bruce Momjian f96e1e0faa Update wording for xsl configure option. 18 years ago
Bruce Momjian ede83e04aa Document that configure --with-libxslt controls just /contrib/xml2. 18 years ago
Magnus Hagander 6f14effbf9 New versions of mingw have gettimeofday(), so add an autoconf test 18 years ago
Tom Lane 5b5a70aedf Stamp 8.3beta2. 18 years ago
Tom Lane 07d0a370c1 Make configure probe for the location of the <uuid.h> header file. 18 years ago
Marc G. Fournier 18cb6f7dd0 tag it 8.3beta1 ... the beta cycle begins 18 years ago
Tom Lane f1d37a9997 Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older 18 years ago
Tom Lane 017daed0dd If we're gonna provide an --enable-profiling configure option, surely 18 years ago
Tom Lane e435bddb9c Revert ill-starred change to ICC anti-aliasing switches. Per 18 years ago
Tom Lane 861f7357b9 Give ICC its preferred, documented form of the no-strict-aliasing 18 years ago
Peter Eisentraut 4e94d1f952 Add configure option --with-system-tzdata to use operating system time zone 18 years ago
Tom Lane df9ea6a1f1 Adjust configure so that it sets CFLAGS properly for Intel's icc 18 years ago
Tom Lane 177be3f9bb Adjust configure script to print the bison and flex versions in use. 18 years ago
Magnus Hagander 3787797f72 Support for finding gssapi functions in the library "gss", as required 18 years ago
Magnus Hagander 65a513c249 Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, 18 years ago
Magnus Hagander 6771994058 Fix freenig of names in Kerberos when using MIT - need to use the 18 years ago
Tom Lane e27a8df1bf Fix misspelling. 18 years ago
Magnus Hagander 6160106c74 Add support for GSSAPI authentication. 18 years ago
Tom Lane c786796d0a Fix computation of PG_VERSION_NUM by configure: remove unnecessary and 18 years ago
Andrew Dunstan 3da3c04f3a Tidy overly long configure help lines. 19 years ago
Tom Lane c7464720a3 tas() support for Renesas' M32R processor. Kazuhiro Inaoka 19 years ago
Peter Eisentraut e08617cfba Fix alignment of help output. 19 years ago
Peter Eisentraut 74496bc298 Contrib module uuid-ossp for generating UUID values using the OSSP UUID 19 years ago
Andrew Dunstan f97d4a267a Add --with-libxslt configure option 19 years ago
Andrew Dunstan 6506a584cc Enable building contrib/xml2 if configured using --with-libxml. 19 years ago
Tom Lane 37a609b27f Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage. 19 years ago
Magnus Hagander 96b171903d Make ECPG regression tests use native threading instead of pthreads, now that 19 years ago
Bruce Momjian 357be8c974 Properly fix PORTNAME in configure. 19 years ago
Bruce Momjian 0b1e4f8530 User PORTNAME for win32 tests, rather than $template, for consistency. 19 years ago