]> granicus.if.org Git - postgresql/history - src/template
Add new auto-detection of thread flags.
[postgresql] / src / template /
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-04-20 Bruce MomjianAdd NetBSD thread compile flags.
2004-04-07 Bruce MomjianUpdate Darwin thread compile flags, and OS version...
2004-04-07 Bruce MomjianUpdate darwin OS version.
2004-04-07 Bruce MomjianUpdate Darwin as thread-safe.
2004-03-26 Bruce MomjianAdd -D_REENTRANT for Solaris threading.
2004-03-25 Bruce MomjianUpdate gcc solaris flags.
2004-03-22 Bruce MomjianDisasble threads on unixware until other platforms...
2004-03-22 Bruce MomjianAdd mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling...
2004-03-18 Bruce MomjianAdd Unixware thread support from Larry Rosenman.
2004-03-14 Bruce MomjianUpdate Solaris thread flags, per Jim Seymour
2004-03-14 Bruce MomjianMark linux as thread-enabled with new 7.5 tests.
2004-02-11 Bruce MomjianCheck and set thread-safe functions separately, rather...
2004-01-08 Bruce MomjianUpdate OSF thread flags for non-gcc compiles.
2004-01-08 Bruce MomjianFix Solaris thread build settings for non-gcc compilers.
2003-12-31 Bruce MomjianMake Solaris non-gcc thread flag "-mt" a compile flag...
2003-12-30 Bruce MomjianAdd "-mt" link flag for Solaris non-gcc compiles when...
2003-12-23 Tom LaneUse inlined TAS() on PA-RISC, if we are compiling with...
2003-12-23 Tom LanePush responsibility for selecting out-of-line-assembler...
2003-11-05 Peter EisentrautAdd -O to really trigger compiler bug.
2003-11-05 Peter EisentrautAdd detection of compiler bug.
2003-11-01 Peter EisentrautFix CFLAGS logic.
2003-10-25 Peter EisentrautGet Tru64/cc to compile. Need to add -ieee so that...
2003-10-25 Peter EisentrautFix CFLAGS selection to actually work. Add test to...
2003-10-09 Bruce MomjianRemove -pipe from compiles.
2003-10-09 Bruce MomjianUpdate Solaris FAQ to mention -fast.
2003-10-09 Bruce MomjianRemove -pipe on Linux, per reports from Peter.
2003-10-09 Bruce MomjianAdd -pipe compile for Linux.
2003-10-09 Bruce MomjianMake template CFLAGS handling consistent.
2003-10-09 Bruce MomjianRe-add -pipe compile flags for bsd's.
2003-10-09 Bruce MomjianThis centralizes the optimization defaults into configu...
2003-10-09 Bruce MomjianAdd quotes to CFLAG define.
2003-10-08 Bruce MomjianAdd quotes around -O setting for consistency.
2003-09-27 Bruce MomjianMark Linux for threads.
2003-09-27 Bruce MomjianFinalize configuration of thread_test program.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-09-26 Tom LaneMove -D_GNU_SOURCE hack from port header to template...
2003-09-19 Tom LaneLatest version of gcc from Apple does not work well...
2003-09-15 Bruce MomjianNetBSD needs reentrant funcs.
2003-09-13 Bruce MomjianAttempt threading in this order:
2003-09-12 Bruce MomjianMark FreeBSD as non-thread-safe.
2003-09-03 Bruce MomjianTighten casting of function call pointers for threads.
2003-09-03 Bruce MomjianMark unixware as verified.
2003-09-03 Bruce MomjianAdd Unixware as verified.
2003-09-03 Bruce MomjianMark BSD/OS as verified not needing reentrant function...
2003-09-03 Bruce MomjianMark Unixware as not requiring *_r functions.
2003-08-30 Bruce MomjianFix unixware template --- had spaces around equals.
2003-08-25 Bruce MomjianFix unixware thread test.
2003-08-24 Bruce MomjianAdd quotes to += of unixware threads define.
2003-08-16 Bruce MomjianMake NEED_REENTRANT_FUNC_NAMES _require_ *_r functions...
2003-08-14 Bruce MomjianAdjustment for unixware threading.
2003-08-14 Bruce MomjianMark unixware as having threaded support.
2003-08-13 Bruce MomjianAdjust for compiler options for compiler bug.
2003-07-15 Tom LaneOSF supports pthreads, per Philip Yarra.
2003-06-14 Bruce MomjianMove thread os defines into template files.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-21 Peter EisentrautMake "win" a separate port from "cygwin". This means...
2002-12-11 Bruce MomjianMark SCO Openserver 5.0.4. supported by 7.3.1 as per...
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-04 Peter EisentrautRemove leftovers from subproject removals. Fixes for...
2002-08-29 Bruce MomjianBack out patch, that was alpha, which I think still...
2002-08-29 Bruce MomjianChange FreeBSD to use -O2, important for MemSet.
2002-07-08 Bruce MomjianFix case syntax for freebsd template.
2002-07-07 Bruce MomjianMove CXX platform-specific stuff into template files.
2002-07-07 Bruce MomjianConvert expr to case, for Peter E.
2002-07-03 Bruce MomjianUpdate FreeBSD template to properly compile c++ on...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-29 Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2002-03-21 Peter EisentrautRemove -mips2 flag, which breaks the build on some...
2001-08-08 Peter Eisentraut0 -> O
2001-05-24 Bruce MomjianBack out qnx plpgsql/Makefile change and move to src...
2001-05-14 Peter EisentrautUse RTLD_GLOBAL flag for dlopen-style dynamic loaders.
2001-05-07 Peter EisentrautShared library and GCC support for SCO OpenServer.
2001-02-20 Tom LaneSelect optimization by default for HP's C compiler.
2000-12-11 Tom LaneDarwin porting patches from Peter Bierman <bierman...
2000-11-18 Tom LaneAIX patches from Andreas.
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-11-04 Peter EisentrautPut -Ae into CC not CFLAGS, since it's not optional.
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-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-10-21 Peter EisentrautMove DLSUFFIX, AROPT, and CFLAGS_SL settings from templ...
2000-10-21 Bruce MomjianRemove CC and CXX.
2000-10-21 Bruce MomjianPer my ongoing discussion with PeterE, here is the...
2000-10-10 Peter EisentrautUnify solaris_i386 and solaris_sparc templates. They...
2000-10-08 Bruce MomjianThis removes the LDFLAGS from the template and adds...
2000-10-07 Peter EisentrautRemove stuff that shouldn't be here.
2000-10-07 Peter EisentrautSeparate -Wl,-E or equivalent into separate make variab...
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Bruce MomjianHere is the first batch of files and diffs for the...
2000-09-29 Peter EisentrautNew unified regression test driver, test/regress makefi...
2000-07-24 Bruce MomjianUpdate bsdi template
2000-07-15 Peter EisentrautRename templates to match names in makefiles/Makefile...
2000-06-30 Peter EisentrautFixes for Solaris/cc suggested by <pgsql-hackers@thewri...
2000-06-19 Bruce MomjianLinux/alpha patch.
2000-06-14 Bruce MomjianRemove -O0 linux ppc flag
2000-06-07 Peter EisentrautGen_fmgrtab.sh is strange: it is a platform dependent...
2000-04-21 Tom LaneFinally figured out that HP's cpp won't do ANSI preproc...
next