summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-04Add configure flag to allow libedit to be preferred over GNU readline:Bruce Momjian
2005-10-13Enable threaded python builds on freebsd5, per report from Jim C. NasbyBruce Momjian
2005-09-26Prevent threaded python build on BSD's, where it fails.Bruce Momjian
2005-08-29Allow Win32 libpq will use it's minimal pthread implementation, and ecpgBruce Momjian
2005-07-01Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut
2005-02-24Clean up printf arg-control test, per Kurt Roeckx.Tom Lane
2005-02-22Add support to port/snprintf.c for position parameter specification:Bruce Momjian
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