summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* tag as beta 5 for *hopefully* a very very short beta cycle on this one?REL7_2_BETA5PostgreSQL Daemon2002-01-141-2/+2
* Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian2001-12-201-154/+197
* --with-pam was claiming to take an argument, but didn't. Help display fixed.Peter Eisentraut2001-12-131-416/+405
* tag it as b4, with all the changes that have gone on ...REL7_2_BETA4PostgreSQL Daemon2001-12-121-2/+2
* Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane2001-12-031-24/+62
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-021-114/+110
* update configure.in for b3 ...PostgreSQL Daemon2001-11-201-2/+2
* Autoconf.Tom Lane2001-11-151-12/+172
* tag'd and branded as b2 ...PostgreSQL Daemon2001-11-061-1/+1
* bmake sure that configure is tags as 7.2b1 now instead of 7.2develPostgreSQL Daemon2001-10-251-2/+2
* Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane2001-10-201-91/+58
* Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane2001-10-191-58/+91
* Without this patch I couldn't compile PostgreSQL on Solaris 8 x86 usingBruce Momjian2001-10-191-4/+4
* Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii2001-10-161-6/+6
* Autoconf.Tom Lane2001-10-131-471/+433
* Add support for ISO-8859-6 to 16Tatsuo Ishii2001-10-111-431/+433
* Run autoconf.Bruce Momjian2001-10-011-468/+431
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-221-436/+497
* Remove --enable-unicode-conversionTatsuo Ishii2001-09-141-468/+435
* Check both -lrt and -lposix4 for fdatasync, to cover all Solaris versions.Peter Eisentraut2001-09-121-2/+2
* Look for fdatasync() in librt, for Solaris.Peter Eisentraut2001-09-111-277/+345
* When testing for source and build tree equality, and test -ef doesn't work,Peter Eisentraut2001-09-101-10/+6
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-071-413/+681
* Fix the readline test to find dependent libraries on NetBSD and OpenBSD.Peter Eisentraut2001-08-281-319/+332
* Put the right runpath to libpq into the Perl module shared object on morePeter Eisentraut2001-08-261-358/+378
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-241-414/+413
* Do not pre-expand localedir as substituted in the makefile, so that 'makePeter Eisentraut2001-08-061-215/+216
* Digging through previous discussion of this patch, I note where Peter E.Tom Lane2001-08-011-163/+135
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-011-135/+163
* autoconfBruce Momjian2001-07-301-409/+410
* Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut2001-07-101-338/+335
* Check for jakarta-ant before ant, in case 'ant' is the screen saver program.Peter Eisentraut2001-07-041-362/+411
* autoconfBruce Momjian2001-06-111-1/+1
* Native Language Support (NLS)Peter Eisentraut2001-06-021-396/+658
* autoconfBruce Momjian2001-05-161-349/+350
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-121-415/+446
* Cleanups of pltcl unknown thingy.Peter Eisentraut2001-05-111-384/+390
* Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian2001-05-111-1/+1
* autoconfBruce Momjian2001-05-091-6/+0
* autoconfBruce Momjian2001-05-091-4/+4
* autoconfBruce Momjian2001-05-091-394/+431
* autoconfBruce Momjian2001-05-031-1/+1
* Defend against ancient versions of zlib by checking that zlib.hTom Lane2001-04-231-265/+244
* Remove libsfio check.Peter Eisentraut2001-04-191-352/+309
* Work with Readline 4.2.Peter Eisentraut2001-04-141-97/+118
* tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like itREL7_1Marc G. Fournier2001-04-131-1/+1
* upgrade tags to rc4 (note lower case for packagers)Marc G. Fournier2001-04-081-1/+1
* mark it as RC3 ...Marc G. Fournier2001-04-061-1/+1
* RC2 preparations ...Marc G. Fournier2001-04-011-1/+1
* When using 'long long int' for int64 type, check to see if the compilerTom Lane2001-03-231-47/+74