summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* make sure we tag configure.in as beta4 as well ...REL8_0_0BETA4PostgreSQL Daemon2004-10-251-9/+9
* 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-21/+145
* > This lets you do something like:Bruce Momjian2004-10-151-0/+7
* Another try at making plpython autoconfiguration work correctly. Use aTom Lane2004-10-111-3/+21
* Un-break plpython build for non-Windows platforms.Tom Lane2004-10-101-15/+6
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-061-0/+141
* Allow plpython to build on Win32.Bruce Momjian2004-10-061-20/+3
* Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway2004-10-011-2/+2
* update for beta3, and update Copyright date to 2004REL8_0_0BETA3PostgreSQL Daemon2004-09-271-11/+11
* Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave justPeter Eisentraut2004-09-171-1/+2
* Make discovery of python_configdir architecture independent. SolutionJoe Conway2004-09-161-1/+14
* 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 $PORTNAME consistently instead of $host_os, where appropriate.Bruce Momjian2004-09-101-13/+10
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-081-0/+4
* Some versions of lex will drop a lex.yy.c file when we probe to see ifTom Lane2004-09-021-1/+1
* Use $PATH_SEPARATOR like the rest of the autoconf code, instead ofTom Lane2004-09-021-6732/+3130
* tag configure beta2REL8_0_0BETA2PostgreSQL Daemon2004-08-311-3134/+6736
* Fix agressive collection of thread flags.Bruce Momjian2004-08-171-1/+3
* Fix syntax error just introduced.Bruce Momjian2004-08-161-1/+0
* autoconf for recent thread check changes.Bruce Momjian2004-08-161-18/+23
* tag her configure 8.0.0beta1 ...PostgreSQL Daemon2004-08-081-9/+9
* Fixups for Win32 symlinks.Bruce Momjian2004-08-081-1/+7
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-9/+9
* Add docs for initdb --auth.Bruce Momjian2004-08-011-5/+0
* Suppress readline usage in mingw in configure.Bruce Momjian2004-07-201-2/+13
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-141-1/+2
* Add --enable-thread-safety-force to force a thread compile even if theBruce Momjian2004-07-101-10/+66
* Avoid including <sys/time.h> on platforms that don't have it.Tom Lane2004-06-241-1/+2
* Improve comment.Bruce Momjian2004-06-161-1/+1
* Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with theBruce Momjian2004-06-161-2/+4
* Fix mingw link check by using double-brackets.Bruce Momjian2004-06-081-1/+1
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-071-0/+53
* Remove quotes around $CONFIG_LINKS. Caused improper expansion.Bruce Momjian2004-05-281-1/+1
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-271-0/+1
* Use wide-character library routines, if available, for upper/lower/initcapTom Lane2004-05-221-57/+6
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-211-0/+55
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-1/+1
* Revert irix change to suppress configure warnings.Bruce Momjian2004-05-191-141/+125
* Configure adjustments for irix.Bruce Momjian2004-05-191-122/+130
* Rename irix5 port to irix.Bruce Momjian2004-05-191-1/+1
* Run autoconf for link update.Bruce Momjian2004-05-181-2/+1
* Update Makefile dependencies for Win32 timezones, per Claudio.Bruce Momjian2004-05-181-12/+5
* Improve configure win32 link test to run from config.status.Bruce Momjian2004-05-171-12/+88
* Refactor code to warn about configure link failures on MinGW.Bruce Momjian2004-05-131-19/+13
* Warn when MinGW fails to create symlinks during configure. ReportBruce Momjian2004-05-131-0/+19
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-111-1/+0
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+1
* Second try at a portable unsetenv().Tom Lane2004-05-051-1/+2