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