]> granicus.if.org Git - postgresql/history - configure.in
Update DELETE FROM:
[postgresql] / configure.in
2004-08-08 PostgreSQL Daemontag her configure 8.0.0beta1 ...
2004-08-08 Bruce MomjianFixups for Win32 symlinks.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-07-20 Bruce MomjianSuppress readline usage in mingw in configure.
2004-07-17 Peter EisentrautRename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoid...
2004-07-14 Peter EisentrautDetect locale/encoding mismatch in initdb, or pick...
2004-07-10 Bruce MomjianAdd --enable-thread-safety-force to force a thread...
2004-06-24 Tom LaneAvoid including <sys/time.h> on platforms that don...
2004-06-16 Bruce MomjianImprove comment.
2004-06-16 Bruce MomjianDo PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_I...
2004-06-08 Bruce MomjianFix mingw link check by using double-brackets.
2004-06-07 Bruce MomjianFix strerror_r by checking return type from configure.
2004-05-28 Bruce MomjianRemove quotes around $CONFIG_LINKS. Caused improper...
2004-05-27 Bruce MomjianMove pgkill out into /port so pg_ctl can use it on...
2004-05-22 Tom LaneUse wide-character library routines, if available,...
2004-05-21 Tom LanePut path configuration information into a .h file inste...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-20 PostgreSQL Daemonbenign change ...added space to end of line
2004-05-19 Bruce MomjianRevert irix change to suppress configure warnings.
2004-05-19 Bruce MomjianConfigure adjustments for irix.
2004-05-19 Bruce MomjianRename irix5 port to irix.
2004-05-18 Bruce MomjianImprove win32 link test. Previous commit added most...
2004-05-18 Bruce MomjianUpdate Makefile dependencies for Win32 timezones, per...
2004-05-17 Bruce MomjianImprove configure win32 link test to run from config...
2004-05-13 Bruce MomjianRefactor code to warn about configure link failures...
2004-05-13 Bruce MomjianWarn when MinGW fails to create symlinks during configu...
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-05 Tom LaneSecond try at a portable unsetenv().
2004-04-30 Bruce MomjianMore cleanups for USE_PGTZ.
2004-04-30 Bruce MomjianRename to USE_PGTZ to match code.
2004-04-30 Bruce MomjianIntegrate timezone library to be called only from Win32.
2004-04-30 Bruce MomjianEnable use of our own timezone library for Win32.
2004-04-27 Bruce MomjianImprove thread failure wording.
2004-04-27 Bruce MomjianEnable thread testing outside the source tree.
2004-04-27 Bruce MomjianDo thread testing from configure in a much cleaner...
2004-04-26 Bruce MomjianFix vpath for thread test.
2004-04-26 Bruce MomjianMore cleanup of thread tests.
2004-04-26 Bruce MomjianUnconditionally define:
2004-04-26 Bruce MomjianExit with non-zero error on thread test failures.
2004-04-26 Bruce MomjianMore thread error improvements.
2004-04-26 Bruce MomjianImprove thread error message.
2004-04-26 Bruce MomjianImprove error message for platform thread failure.
2004-04-25 Bruce MomjianMore thread cleanups.
2004-04-25 Bruce MomjianAdd mention to check config.log if thread test failure.
2004-04-25 Bruce MomjianMake thread flags CFLAGS, not CPPFLAGS.
2004-04-24 Bruce MomjianCheck for gmake, then make, when doing thread test.
2004-04-23 Bruce MomjianHook thread_test program run at the end of configure...
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-04-20 PostgreSQL DaemonRemove all of the libpgtcl and pgtclsh files, including...
2004-03-24 Bruce MomjianAllow unlink/rename of files open by another process...
2004-03-20 Bruce MomjianAlways test getpwuid_r because HEAD always uses *_r...
2004-03-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-03-09 Bruce MomjianAdd comment for Win32.
2004-03-03 Bruce MomjianFix wording of new bison warning, per Peter.
2004-03-02 Bruce MomjianUpdate bison warning to be clearer about its purpose.
2004-02-11 Bruce MomjianCheck and set thread-safe functions separately, rather...
2004-02-11 Bruce MomjianProperly set NEED_REENTRANT_FUNCS for threaded libpq...
2004-02-10 Tom LaneAdd configure support for determining UINT64_FORMAT...
2004-02-02 Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02 Bruce MomjianMove win32 changes from configure to configure.in,...
2004-01-19 Tom LaneRemove JDBC from the build system and documentation...
2004-01-09 Bruce MomjianAdd WIN32 pipe implementation that uses sockets.
2003-12-23 Tom LanePush responsibility for selecting out-of-line-assembler...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-27 Peter EisentrautRemove possibility to specify an installation root...
2003-11-27 Peter EisentrautMake sure vpath_build is set correctly even if config...
2003-11-24 Peter EisentrautUpgrade to DocBook V4.2 SGML.
2003-11-24 Peter EisentrautUse --with-docdir to choose installation location of...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-11-03 Tom LaneTag HEAD as 7.5devel.
2003-11-03 PostgreSQL Daemontag it Release Candidate 1, as previously discussed REL7_4_RC1
2003-11-01 Peter EisentrautUnset CFLAGS before reading template. This should...
2003-10-28 Tom LaneGuard against Ant versions that print CLASSPATH before...
2003-10-25 Peter EisentrautFix CFLAGS selection to actually work. Add test to...
2003-10-22 PostgreSQL Daemonup configure to beta5 REL7_4_BETA5
2003-10-15 Tom LaneCause the default CFLAGS to be -O2 -fno-strict-aliasing...
2003-10-14 Bruce MomjianAdd compile -O flag only for non-debug mode, per Tom
2003-10-09 Bruce MomjianThis centralizes the optimization defaults into configu...
2003-10-03 PostgreSQL Daemonbrand her beta4 REL7_4_BETA4
2003-09-27 Bruce MomjianFinalize configuration of thread_test program.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-15 PostgreSQL Daemontag her for beta3, as announced on Friday ... REL7_4_BETA3
2003-09-13 Bruce MomjianRename --without-spinlocks to --disable-spinlocks,...
2003-09-13 Bruce MomjianAttempt threading in this order:
2003-09-12 Bruce MomjianImplement compiler #error if spinlock code not found...
2003-09-07 Bruce MomjianAdd $srcdir for Win32 builds, from Peter.
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
2003-09-07 Tom LaneMake the default pg_hba.conf include an entry for ...
2003-09-01 Peter EisentrautClean up after pygresql removal: adjust/remove document...
2003-08-27 PostgreSQL Daemonupdate to beta2 REL7_4_BETA2
2003-08-16 Bruce MomjianMake NEED_REENTRANT_FUNC_NAMES _require_ *_r functions...
2003-08-11 Tom LaneDo not link in libwsock32 on non-win32 platforms. ...
2003-08-07 Tom LaneFix typo.
2003-08-07 Tom LaneDon't assume that struct option is available just becau...
2003-08-04 PostgreSQL Daemonchange tag to 7.4beta1 and update the Copyright to...
2003-08-04 Bruce MomjianRe-add USE_THREADS, used by ecpg.
2003-08-04 Bruce MomjianFix thread handling in configure.
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
next