summaryrefslogtreecommitdiff
path: root/src/template
AgeCommit message (Expand)Author
2013-11-12Remove leftovers of IRIX portPeter Eisentraut
2012-10-11Remove _FORTIFY_SOURCEPeter Eisentraut
2012-09-30Disable _FORTIFY_SOURCE with ICCPeter Eisentraut
2012-09-29Add _FORTIFY_SOURCE to default compiler options for linux templatePeter Eisentraut
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-01Remove dead portsPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-02Don't try to force use of -no-cpp-precomp on OS X. It's been five yearsTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2009-02-11Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane
2008-10-29Move forgotten comment closer to where it matters.Peter Eisentraut
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2007-09-26Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2Tom Lane
2007-09-21If we're gonna provide an --enable-profiling configure option, surelyTom Lane
2007-07-16With the native compiler on Unixware, disable optimization ifNeil Conway
2006-12-14Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane
2006-12-14Remove Windows port^W^Wobsolete template file.Peter Eisentraut
2006-12-12Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut
2006-04-28Remove extra 'else' in solaris compiler code.Bruce Momjian
2006-04-27Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-02-03Update tested AIX memset platforms.Bruce Momjian
2006-02-03Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2006-01-02Remove unnecessary assignment, per Tom.Bruce Momjian
2005-12-30Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian
2005-07-30SUNOS4_CC -> SUNOS_CC.Bruce Momjian
2005-07-29It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.Tom Lane
2004-12-29Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per [email protected]Tom Lane
2004-12-19Mention why unixware doesn't handle threading in 8.0.Bruce Momjian
2004-12-02Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian
2004-11-27Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian
2004-11-17Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane
2004-11-08Allow win32/cygwin link against the first matching library symbol ratherBruce Momjian
2004-09-24Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane
2004-05-19Rename irix5 port to irix.Bruce Momjian
2004-05-14Remove extra 'then'.Bruce Momjian
2004-05-13No need for gcc thread stuff anymore, only cc.Bruce Momjian
2004-05-13Remove warning about Unixware.Bruce Momjian
2004-04-26Unconditionally define:Bruce Momjian
2004-04-25Fix typo on thread lib name.Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-20Add NetBSD thread compile flags.Bruce Momjian
2004-04-07Update Darwin thread compile flags, and OS version info.Bruce Momjian
2004-04-07Update darwin OS version.Bruce Momjian
2004-04-07Update Darwin as thread-safe.Bruce Momjian
2004-03-26Add -D_REENTRANT for Solaris threading.Bruce Momjian
2004-03-25Update gcc solaris flags.Bruce Momjian