]> granicus.if.org Git - postgresql/history - configure.in
unbreak unicode/utf8 test
[postgresql] / configure.in
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-05-07 Neil ConwayRevert the ld --as-needed patch. This breaks Fedora...
2005-05-05 Bruce MomjianOn Win32, libintl replaces snprintf() with its own...
2005-05-05 Neil ConwayThe issue has been raised in the past that our build...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-03-02 Bruce MomjianUse test && test rather than test -a, per Peter.
2005-03-02 Bruce MomjianUse our own snprintf() only if NLS is enabled, and...
2005-02-28 Tom LaneUn-break configure snprintf tests (partly my fault...
2005-02-28 Bruce MomjianMove PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprint...
2005-02-24 Tom LaneWe aren't supposed to try to run test programs until...
2005-02-22 Bruce MomjianAdd support to port/snprintf.c for position parameter...
2005-01-18 Bruce MomjianStamp 8.1 in configure.
2005-01-17 PostgreSQL Daemonits that time ... tag it for release REL8_0_0
2005-01-11 PostgreSQL Daemonup release to rc5 REL8_0_0RC5
2005-01-07 PostgreSQL Daemonupgrade tags to rc4 REL8_0_0RC4
2005-01-01 Tom LaneAdjust a few more copyright notices to match the format...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-21 PostgreSQL Daemontag files for rc2 REL8_0_0RC2
2004-12-20 Tom LaneRemove direct inclusions of <com_err.h> as well as...
2004-12-16 Tom LaneCause configure --with-tcl to check for presence of...
2004-12-03 PostgreSQL Daemontag configure for rc1 .. REL8_0_0RC1
2004-12-02 Tom LaneAllow libedit to keep its headers in /usr/include/readl...
2004-12-02 Bruce MomjianRework libpq threaded SIGPIPE handling to avoid interfe...
2004-11-30 Tom LaneFix readline/libedit selection code to prefer readline...
2004-11-22 PostgreSQL Daemonupdate us to beta5 REL8_0_0BETA5
2004-11-06 Tom LaneAdd code to find_my_exec() to resolve a symbolic link...
2004-11-02 Bruce MomjianMove pthread.h test up to use PTHREAD_CFLAGS.
2004-10-25 PostgreSQL Daemonmake sure we tag configure.in as beta4 as well ... REL8_0_0BETA4
2004-10-20 Neil ConwayWhen using GCC, change the default CFLAGS to:
2004-10-15 Bruce Momjian> This lets you do something like:
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-10-01 Neil ConwayRemove more traces of libpgtcl from the source tree...
2004-09-27 PostgreSQL Daemonupdate for beta3, and update Copyright date to 2004 REL8_0_0BETA3
2004-09-17 Peter EisentrautAdd support for GNU/Hurd and GNU/*BSD. For our purpose...
2004-09-10 Bruce MomjianUse $PORTNAME consistently instead of $host_os, where...
2004-09-02 Tom LaneUse $PATH_SEPARATOR like the rest of the autoconf code...
2004-08-31 PostgreSQL Daemontag configure beta2 REL8_0_0BETA2
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.
next