summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2009-02-12do not use unsetenv.c on mingwAndrew Dunstan
2009-02-11Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane
2009-02-03allow alternative names for tclsh used on WindowsAndrew Dunstan
2009-01-22Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut
2009-01-21Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander
2009-01-14Check nsl library for gethostbyname_r() on all platforms (HP-UX uses itBruce Momjian
2009-01-14Renable threading build for Solaris 2.5, per report from Andrew ChernowBruce Momjian
2009-01-11Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane
2009-01-07Produce a full version string for Sun Studio.Peter Eisentraut
2009-01-07Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian
2009-01-06Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane
2009-01-06Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane
2009-01-06Update SELECT version() to show whether it is a 32 or 64-bit backend binary.Bruce Momjian
2009-01-05When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut
2009-01-04Allow configure to deal with Python 3.0. Changes were:Peter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-11-26configure check for docbook2man program, used in the new XML-based manPeter Eisentraut
2008-11-24Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander
2008-11-18Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut
2008-11-12Detect and error out on inability to get proper linkage information required ...Andrew Dunstan
2008-10-30Missing space in error messagePeter Eisentraut
2008-10-29Move forgotten comment closer to where it matters.Peter Eisentraut
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2008-10-29Use Autoconf provided AS_HELP_STRING macro to automatically format andPeter Eisentraut
2008-09-05Check for gcov and lcov only when coverage testing is enabled.Peter Eisentraut
2008-09-05Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut
2008-09-05Add DSSSL stylesheet location for Mac OS X/Fink installation.Peter Eisentraut
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-21Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut
2008-08-19Remove -Winline from the default set of CFLAGS for gcc. It's gotten muchTom Lane
2008-08-01Cope with Tcl versions that do not create a tclsh symlink to the version-Alvaro Herrera
2008-07-23Abort if Tcl support was configured and no tcl shell was found.Peter Eisentraut
2008-06-27Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane
2008-05-27Require bind_textdomain_codeset() not just gettext() to enable NLS support.Tom Lane
2008-05-20Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane
2008-05-18Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane
2008-05-03Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan
2008-05-02Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane
2008-05-02Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane
2008-04-28Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,Tom Lane
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-03-30Enable 64-bit integer datetimes by default, per previous discussion.Neil Conway
2008-03-10Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag.Tom Lane
2008-03-10Provide a build-time option to store large relations as single files, ratherTom Lane
2008-02-24Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane
2008-02-19Backport fixed AC_FUNC_FSEEKOPeter Eisentraut