summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2005-01-08New version of mkinstalldirs fixes problems on Tru64 UNIX.Peter Eisentraut
2004-12-16Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian
2004-12-14Update aix cc_r wording.Bruce Momjian
2004-12-14Mention aix cc_r is not supported, and whyBruce Momjian
2004-12-02Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumedTom Lane
2004-11-30Fix readline/libedit selection code to prefer readline over libeditTom Lane
2004-10-24If we're going to test for switch validity by observing whether theTom Lane
2004-10-20When using GCC, change the default CFLAGS to:Neil Conway
2004-10-11Another try at making plpython autoconfiguration work correctly. Use aTom Lane
2004-10-10Un-break plpython build for non-Windows platforms.Tom Lane
2004-10-06Allow plpython to build on Win32.Bruce Momjian
2004-10-04Update comment on int64 printf speciifications for MinGW:Bruce Momjian
2004-09-17New config.guess and config.subPeter Eisentraut
2004-09-16Make discovery of python_configdir architecture independent. SolutionJoe Conway
2004-09-11Send thread test output to file descriptor 5 like configure does ratherBruce Momjian
2004-09-11Check for ignored thread compiler options to reduce compiler noise.Bruce Momjian
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-09-02Some versions of lex will drop a lex.yy.c file when we probe to see ifTom Lane
2004-09-02Use $PATH_SEPARATOR like the rest of the autoconf code, instead ofTom Lane
2004-08-17Fix agressive collection of thread flags.Bruce Momjian
2004-08-16Fix syntax error just introduced.Bruce Momjian
2004-08-12Be more aggressive about adding flags to thread compiles. The configureBruce Momjian
2004-08-12Minor style cleanup of thread test script.Bruce Momjian
2004-07-30PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut
2004-07-17Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with thePeter Eisentraut
2004-06-07Fix strerror_r by checking return type from configure.Bruce Momjian
2004-05-19Configure adjustments for irix.Bruce Momjian
2004-04-26Unconditionally define:Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2004-02-02Do not let external specification of CFLAGS stop us from addingTom Lane
2004-01-19Remove JDBC from the build system and documentation, too.Tom Lane
2003-12-13Add /usr/local/sgml/docbook-dsssl to the default search patch forBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Use --with-docdir to choose installation location of documentation; putPeter Eisentraut
2003-11-06Make the detection of nsgmls more robust for funny shells.Peter Eisentraut
2003-11-04Update install-sh and mkinstalldirs from master source (Automake). TheyPeter Eisentraut
2003-11-04New config.guess and config.sub from upstream.Peter Eisentraut
2003-11-01Unset CFLAGS before reading template. This should be more robust.Peter Eisentraut
2003-10-25Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut
2003-09-07Changes for MinGW/WIN32:Bruce Momjian
2003-09-01Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-06-23Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian
2003-06-12<sys/socket.h> requires <sys/types.h> to already have been includedTom Lane
2003-06-12IPv6 cleanups.Bruce Momjian
2003-05-22Adjust configure so that extern tzname[] will be checked forTom Lane
2003-05-06Properly test for buggy flex 2.5.3.Bruce Momjian
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-12On some systems <sys/types.h> must be included before <sys/socket.h>.Tom Lane