summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2004-03-24Allow unlink/rename of files open by another process on Win32, using aBruce Momjian
2004-03-20Always test getpwuid_r because HEAD always uses *_r if it finds them.Bruce Momjian
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2004-03-09Add comment for Win32.Bruce Momjian
2004-03-03Fix wording of new bison warning, per Peter.Bruce Momjian
2004-03-02Update bison warning to be clearer about its purpose.Bruce Momjian
2004-02-11Check and set thread-safe functions separately, rather than as a singleBruce Momjian
2004-02-11Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian
2004-02-10Add configure support for determining UINT64_FORMAT, the appropriateTom Lane
2004-02-02Win32 adjustments for dirmod and configure/configure.in.Bruce Momjian
2004-02-02Move win32 changes from configure to configure.in, per Tom, autoconfBruce Momjian
2004-01-19Remove JDBC from the build system and documentation, too.Tom Lane
2004-01-09Add WIN32 pipe implementation that uses sockets.Bruce Momjian
2003-12-23Push responsibility for selecting out-of-line-assembler TAS code out toTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-27Remove possibility to specify an installation root after --with-krbx andPeter Eisentraut
2003-11-27Make sure vpath_build is set correctly even if config.status --no-createPeter Eisentraut
2003-11-24Upgrade to DocBook V4.2 SGML.Peter Eisentraut
2003-11-24Use --with-docdir to choose installation location of documentation; putPeter Eisentraut
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-11-03Tag HEAD as 7.5devel.Tom Lane
2003-11-03tag it Release Candidate 1, as previously discussedREL7_4_RC1PostgreSQL Daemon
2003-11-01Unset CFLAGS before reading template. This should be more robust.Peter Eisentraut
2003-10-28Guard against Ant versions that print CLASSPATH before the version numberTom Lane
2003-10-25Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut
2003-10-22up configure to beta5REL7_4_BETA5PostgreSQL Daemon
2003-10-15Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc,Tom Lane
2003-10-14Add compile -O flag only for non-debug mode, per TomBruce Momjian
2003-10-09This centralizes the optimization defaults into configure.in, ratherBruce Momjian
2003-10-03brand her beta4REL7_4_BETA4PostgreSQL Daemon
2003-09-27Finalize configuration of thread_test program.Bruce Momjian
2003-09-27Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian
2003-09-15tag her for beta3, as announced on Friday ...REL7_4_BETA3PostgreSQL Daemon
2003-09-13Rename --without-spinlocks to --disable-spinlocks, per Peter.Bruce Momjian
2003-09-13Attempt threading in this order:Bruce Momjian
2003-09-12Implement compiler #error if spinlock code not found, add configure flagBruce Momjian
2003-09-07Add $srcdir for Win32 builds, from Peter.Bruce Momjian
2003-09-07Changes for MinGW/WIN32:Bruce Momjian
2003-09-07Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane
2003-09-01Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut
2003-08-27update to beta2REL7_4_BETA2PostgreSQL Daemon
2003-08-16Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian
2003-08-11Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane
2003-08-07Fix typo.Tom Lane
2003-08-07Don't assume that struct option is available just because we can find aTom Lane
2003-08-04change tag to 7.4beta1 and update the Copyright to 2003PostgreSQL Daemon
2003-08-04Re-add USE_THREADS, used by ecpg.Bruce Momjian
2003-08-04Fix thread handling in configure.Bruce Momjian
2003-08-04Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane
2003-08-03Don't pull in libbind except on BeOS, per pgsql-bugs discussion aroundTom Lane