OSDN Git Service

Produce HISTORY file consistently as ASCII
[pg-rex/syncrep.git] / src / template /
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-02 Tom LaneDon't try to force use of -no-cpp-precomp on OS X....
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2009-02-11 Tom LaneTweak configure to attempt to add -qnoansialias to...
2008-10-29 Peter EisentrautMove forgotten comment closer to where it matters.
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2007-09-26 Tom LaneUse SYSV semaphores rather than POSIX on Darwin >=...
2007-09-21 Tom LaneIf we're gonna provide an --enable-profiling configure...
2007-07-16 Neil ConwayWith the native compiler on Unixware, disable optimizat...
2006-12-14 Tom LaneMake --with-ldap build on Unixware, per Olivier Prenant.
2006-12-14 Peter EisentrautRemove Windows port^W^Wobsolete template file.
2006-12-12 Peter EisentrautAllow augmenting CPPFLAGS from the configure command...
2006-04-28 Bruce MomjianRemove extra 'else' in solaris compiler code.
2006-04-27 Bruce MomjianRewrite Solaris compiler tas() assembly routines, merge...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-02-03 Bruce MomjianUpdate tested AIX memset platforms.
2006-02-03 Bruce MomjianAllow MEMSET_LOOP_LIMIT to be set on a per-platform...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-02 Bruce MomjianRemove unnecessary assignment, per Tom.
2005-12-30 Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-07-30 Bruce MomjianSUNOS4_CC -> SUNOS_CC.
2005-07-29 Tom LaneIt appears we need -DSUNOS4_CC for both solaris and...
2004-12-29 Tom LaneSupport Sun's compiler on SunOS4 (a/k/a Solaris 9)...
2004-12-19 Bruce MomjianMention why unixware doesn't handle threading in 8.0.
2004-12-02 Bruce MomjianDon't bother adding to cflags/cppflags, just set them...
2004-11-27 Bruce MomjianAdd to CPPFLAGS/CFLAGS in template files, don't over...
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-11-08 Bruce MomjianAllow win32/cygwin link against the first matching...
2004-09-24 Tom LaneFix TAS assembly stuff for Solaris/386. (I'm not in...
2004-05-19 Bruce MomjianRename irix5 port to irix.
2004-05-14 Bruce MomjianRemove extra 'then'.
2004-05-13 Bruce MomjianNo need for gcc thread stuff anymore, only cc.
2004-05-13 Bruce MomjianRemove warning about Unixware.
2004-04-26 Bruce MomjianUnconditionally define:
2004-04-25 Bruce MomjianFix typo on thread lib name.
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.
next