summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Brand 7.4.5 ... now that was our shortest-lived release ever ...REL7_4_5Tom Lane2004-08-181-2/+2
* Stamp 7.4.4.REL7_4_4Tom Lane2004-08-151-2/+2
* Do PGAC_FUNC_GETPWUID_R_5ARG check with the proper thread flags. ThisBruce Momjian2004-06-161-2/+3
* tag this as 7.4.3 and copyright date 2004PostgreSQL Daemon2004-06-081-3/+3
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-201-1/+2
* Brand 7.4.2. Release notes still need work.Bruce Momjian2004-03-051-2/+2
* Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian2004-02-111-1/+2
* Stamp 7.4.1.Bruce Momjian2003-12-131-2/+2
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-241-2/+2
* k, tag the releaseREL7_4PostgreSQL Daemon2003-11-161-2/+2
* make sure we are tag'd for RC2PostgreSQL Daemon2003-11-101-2/+2
* tag it Release Candidate 1, as previously discussedREL7_4_RC1PostgreSQL Daemon2003-11-031-2/+2
* Unset CFLAGS before reading template. This should be more robust.Peter Eisentraut2003-11-011-5/+8
* Guard against Ant versions that print CLASSPATH before the version numberTom Lane2003-10-281-2/+2
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-251-19/+22
* up configure to beta5REL7_4_BETA5PostgreSQL Daemon2003-10-221-2/+2
* Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc,Tom Lane2003-10-151-9/+19
* Add compile -O flag only for non-debug mode, per TomBruce Momjian2003-10-141-5/+6
* This centralizes the optimization defaults into configure.in, ratherBruce Momjian2003-10-091-1/+5
* brand her beta4REL7_4_BETA4PostgreSQL Daemon2003-10-031-2/+2
* Finalize configuration of thread_test program.Bruce Momjian2003-09-271-3/+4
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-271-4/+4
* tag her for beta3, as announced on Friday ...REL7_4_BETA3PostgreSQL Daemon2003-09-151-2/+2
* Rename --without-spinlocks to --disable-spinlocks, per Peter.Bruce Momjian2003-09-131-9/+8
* Attempt threading in this order:Bruce Momjian2003-09-131-8/+3
* Implement compiler #error if spinlock code not found, add configure flagBruce Momjian2003-09-121-2/+14
* Add $srcdir for Win32 builds, from Peter.Bruce Momjian2003-09-071-2/+2
* Changes for MinGW/WIN32:Bruce Momjian2003-09-071-1/+7
* Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane2003-09-071-2/+5
* Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut2003-09-011-4/+3
* update to beta2REL7_4_BETA2PostgreSQL Daemon2003-08-271-2/+2
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-161-3/+10
* Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane2003-08-111-11/+20
* Fix typo.Tom Lane2003-08-071-2/+2
* Don't assume that struct option is available just because we can find aTom Lane2003-08-071-2/+14
* change tag to 7.4beta1 and update the Copyright to 2003PostgreSQL Daemon2003-08-041-3/+3
* Re-add USE_THREADS, used by ecpg.Bruce Momjian2003-08-041-2/+3
* Fix thread handling in configure.Bruce Momjian2003-08-041-7/+9
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-041-10/+1
* Don't pull in libbind except on BeOS, per pgsql-bugs discussion aroundTom Lane2003-08-031-2/+5
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-011-2/+2
* --enable-thread-safeness -> --enable-thread-safetyBruce Momjian2003-08-011-8/+8
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-2/+2
* Rename --with-threads to --enable-thread-safeness, per Peter.Bruce Momjian2003-07-231-9/+9
* Fix threading configure tests, from Peter.Bruce Momjian2003-07-221-5/+4
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-231-1/+2
* Move thread checking code farther down in conflgure.Bruce Momjian2003-06-181-24/+24
* Make ecpg thread safe.Bruce Momjian2003-06-151-3/+3
* Move thread os defines into template files.Bruce Momjian2003-06-141-25/+8
* Make libpq thread-safe with configure --with-threads option.Bruce Momjian2003-06-141-5/+21