summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2001-09-14Remove --enable-unicode-conversionTatsuo Ishii
2001-09-12Check both -lrt and -lposix4 for fdatasync, to cover all Solaris versions.Peter Eisentraut
2001-09-11Look for fdatasync() in librt, for Solaris.Peter Eisentraut
2001-09-10When testing for source and build tree equality, and test -ef doesn't work,Peter Eisentraut
2001-09-07Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian
2001-09-06PAM authentication:Bruce Momjian
2001-09-06Next version of patch.Bruce Momjian
2001-08-26Put the right runpath to libpq into the Perl module shared object on morePeter Eisentraut
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-01Digging through previous discussion of this patch, I note where Peter E.Tom Lane
2001-08-01Support ident authentication on local (Unix) socket connections, if theTom Lane
2001-07-30Open Unix 8 patch (Caldera Unixware). Still needs updated autoconf.Bruce Momjian
2001-06-11The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-16The configure.in file erraneous assumes that FreeBSD 1.x and 2.x haveBruce Momjian
2001-05-12PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut
2001-05-11Cleanups of pltcl unknown thingy.Peter Eisentraut
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-09Make tcl unknown configure from Makefile, not configure.Bruce Momjian
2001-05-09Change --with-pltcl-unknown to --enable-pltcl-unknownBruce Momjian
2001-05-09This patch adds a new configure option --with-pltcl-unknown whichBruce Momjian
2001-05-03Some updates for 7.1.1.Bruce Momjian
2001-04-23Defend against ancient versions of zlib by checking that zlib.hTom Lane
2001-04-19Remove libsfio check.Peter Eisentraut
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-04-13tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like itREL7_1Marc G. Fournier
2001-04-08upgrade tags to rc4 (note lower case for packagers)Marc G. Fournier
2001-04-06mark it as RC3 ...Marc G. Fournier
2001-04-01RC2 preparations ...Marc G. Fournier
2001-03-23When using 'long long int' for int64 type, check to see if the compilerTom Lane
2001-03-20well, here goes our first Release Candidate for 7.1 *cross fingers*Marc G. Fournier
2001-03-16upgrade version to beta6Marc G. Fournier
2001-03-14Try to run empty test program before running any real AC_TRY_RUN's, toPeter Eisentraut
2001-03-11Throw error if Ant is not found and Java is requested. Remove redundantPeter Eisentraut
2001-03-10Use install-sh unconditionally.Peter Eisentraut
2001-03-05Hmmm, a conflict with V1.104 of configure.in remained and broke configurePeter Mount
2001-03-05Ok, I've split todays commit into three, the first two already done had somePeter Mount
2001-03-03Add configure check for -lunix, for QNX.Peter Eisentraut
2001-03-01Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-23update to beta5Marc G. Fournier
2001-02-19Fix nasty bug in configure.Tatsuo Ishii
2001-02-18Change s_lock to not use any zero-delay select() calls; these are just aTom Lane
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-07Make DEF_PGPORT available to Makefiles, so it can be substituted intoTom Lane
2001-02-06Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut
2001-02-04Check for -lresolv.Peter Eisentraut
2001-01-29update configure to beta4Marc G. Fournier
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-20Remove no-longer-used STRERROR2 config symbol.Tom Lane