]> granicus.if.org Git - postgresql/history - configure
Remove --enable-unicode-conversion
[postgresql] / configure
2001-09-14 Tatsuo IshiiRemove --enable-unicode-conversion
2001-09-12 Peter EisentrautCheck both -lrt and -lposix4 for fdatasync, to cover...
2001-09-11 Peter EisentrautLook for fdatasync() in librt, for Solaris.
2001-09-10 Peter EisentrautWhen testing for source and build tree equality, and...
2001-09-07 Bruce MomjianUpdate SCM_CREDS for Net/Free/BSD-OS. Add configure...
2001-08-28 Peter EisentrautFix the readline test to find dependent libraries on...
2001-08-26 Peter EisentrautPut the right runpath to libpq into the Perl module...
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-06 Peter EisentrautDo not pre-expand localedir as substituted in the makef...
2001-08-01 Tom LaneDigging through previous discussion of this patch,...
2001-08-01 Tom LaneSupport ident authentication on local (Unix) socket...
2001-07-30 Bruce Momjianautoconf
2001-07-10 Peter EisentrautSupport fake root install, separate build dir, dependen...
2001-07-04 Peter EisentrautCheck for jakarta-ant before ant, in case 'ant' is...
2001-06-11 Bruce Momjianautoconf
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-16 Bruce Momjianautoconf
2001-05-12 Peter EisentrautPL/Python should build portably now, if you can get...
2001-05-11 Peter EisentrautCleanups of pltcl unknown thingy.
2001-05-11 Bruce MomjianStamp CVS as 7.2. Update all interface version numbers...
2001-05-09 Bruce Momjianautoconf
2001-05-09 Bruce Momjianautoconf
2001-05-09 Bruce Momjianautoconf
2001-05-03 Bruce Momjianautoconf
2001-04-23 Tom LaneDefend against ancient versions of zlib by checking...
2001-04-19 Peter EisentrautRemove libsfio check.
2001-04-14 Peter EisentrautWork with Readline 4.2.
2001-04-13 Marc G. Fourniertag the source tree as REL7_1, renaming the old tag... REL7_1
2001-04-08 Marc G. Fournierupgrade tags to rc4 (note lower case for packagers)
2001-04-06 Marc G. Fourniermark it as RC3 ...
2001-04-01 Marc G. FournierRC2 preparations ...
2001-03-23 Tom LaneWhen using 'long long int' for int64 type, check to...
2001-03-20 Marc G. Fournierwell, here goes our first Release Candidate for 7.1...
2001-03-16 Marc G. Fournierupgrade version to beta6
2001-03-14 Peter EisentrautTry to run empty test program before running any real...
2001-03-11 Peter EisentrautThrow error if Ant is not found and Java is requested...
2001-03-10 Peter EisentrautUse install-sh unconditionally.
2001-03-05 Peter MountHmmm, a conflict with V1.104 of configure.in remained...
2001-03-05 Peter MountOk, I've split todays commit into three, the first...
2001-03-03 Peter EisentrautAdd configure check for -lunix, for QNX.
2001-03-01 Tatsuo IshiiRemove HAVE_OPTARG per discussion in hackers list.
2001-02-27 Tatsuo IshiiMassive commits for SunOS4 port.
2001-02-23 Marc G. Fournierupdate to beta5
2001-02-19 Tatsuo IshiiFix nasty bug in configure.
2001-02-18 Tom LaneChange s_lock to not use any zero-delay select() calls...
2001-02-10 Peter EisentrautOnly look for bison as YACC; other yaccs need to be...
2001-02-07 Tom LaneMake DEF_PGPORT available to Makefiles, so it can be...
2001-02-06 Peter EisentrautOnly use termcap xor [n]curses, depending on what readl...
2001-02-04 Peter EisentrautCheck for -lresolv.
2001-01-29 Marc G. Fournierupdate configure to beta4
2001-01-22 Tom LaneRemove rangechecks on errno; just call strerror uncondi...
2001-01-20 Tom LaneRemove no-longer-used STRERROR2 config symbol.
2001-01-10 Peter EisentrautMake checks for global variables (sys_nerr, timezone...
2001-01-09 Peter EisentrautAdd configure check for sys_nerr, to end all discussions.
2001-01-09 PostgreSQL Daemonjump version to beta3 ... beta2 was created and pulled... REL7_1_BETA3
2001-01-07 PostgreSQL Daemontag configure as beta2 .. REL7_1_BETA2
2001-01-04 Peter EisentrautAllow NetBSD's libedit to be used instead of GNU Readli...
2001-01-02 Peter EisentrautOnly update stamp-h if config.status actually looks...
2001-01-01 Tom LaneDefine HAVE_LIBZ only if we detect <zlib.h> as well...
2000-12-29 Tom Lanestamp-h needs to be made by config.status, not elsewher...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-16 Peter EisentrautFix rules to re-generate config.h. The examples in...
2000-12-06 Marc G. Fournierupdate VERSION to 7.1beta1..
2000-11-29 Tom LaneGet rid of not-very-portable fcntl(F_SETLK) mechanism...
2000-11-26 Peter EisentrautFix directory search for include and library directorie...
2000-11-22 Peter EisentrautRemove check for 'ln' library. On FreeBSD this is...
2000-11-20 Peter EisentrautAdd configure checks for strtoll, strtoull (or strto...
2000-11-09 Peter EisentrautAlso test for 'void *' as third arg of accept() (as...
2000-11-06 Peter EisentrautAdd -V option to backend, to show version, since -...
2000-11-05 Peter EisentrautAdd some configure checks for DocBook and related tools...
2000-11-04 Peter EisentrautIf CFLAGS was specified in the environment, use that...
2000-11-04 Bruce Momjianautoconf
2000-11-03 Peter EisentrautAdd configure check to see whether <string.h> and ...
2000-11-02 Bruce Momjianautoconf
2000-10-31 Peter EisentrautThis is the minimal version of the Darwin support patch...
2000-10-31 Peter EisentrautDetermine CXXFLAGS after the C++ compiler was detected...
2000-10-30 Tatsuo IshiiAdd -enable-uniconv
2000-10-27 Peter EisentrautMake use of system-specific linker option to embed...
2000-10-26 Peter EisentrautIn flex --version test, redirect stdin to /dev/null...
2000-10-25 Bruce Momjianautoconf
2000-10-25 Peter EisentrautRearrange handling of -L linker options so that they...
2000-10-24 Peter EisentrautDon't call AC_SUBST (in libtool.m4) before AC_INIT...
2000-10-24 Tom LaneMake test for <netinet/tcp.h> IRIX-proof.
2000-10-23 Peter EisentrautPolish shared library build to reduce number of special...
2000-10-23 Bruce Momjianautoconf
2000-10-21 Peter EisentrautMove DLSUFFIX, AROPT, and CFLAGS_SL settings from templ...
2000-10-20 Peter EisentrautAdd check for GNU or not GNU ld, needed to pick the...
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-10-14 Bruce Momjianautoconf
2000-10-11 Bruce Momjianautoconf
2000-10-10 Peter EisentrautUnify solaris_i386 and solaris_sparc templates. They...
2000-10-09 Peter EisentrautCosmetic cleanups of Beos port
2000-10-08 Peter EisentrautAppend "/postgresql" to (certain) installation subdirec...
2000-10-08 Bruce Momjianautoconf
2000-10-07 Bruce Momjianautoconf
2000-10-07 Bruce Momjianautoconf
2000-10-03 Peter EisentrautBetter coding of readline tests
2000-10-03 Peter EisentrautOne check for sys/un.h ought to be enough. Zero checks...
2000-10-03 Bruce Momjianautoconf
2000-10-03 Bruce Momjianautoconf
next