summaryrefslogtreecommitdiff
path: root/src/template
AgeCommit message (Expand)Author
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-09Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.Tom Lane
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2015-10-29Remove some remains from Alpha support removalPeter Eisentraut
2015-08-07Attempt to work around a 32bit xlc compiler bug from a different place.Andres Freund
2015-08-05Fix typo in commit de6fd1c.Andres Freund
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-07-17AIX: Test the -qlonglong option before use.Noah Misch
2015-01-14Remove duplicate specification of -Ae for HP-UX C compiler.Tom Lane
2014-06-28Remove Alpha and Tru64 support.Andres Freund
2014-06-11Have configuration templates augment, not replace, LDFLAGS.Noah Misch
2014-02-16Revert to using --enable-auto-import in Cygwin builds.Tom Lane
2014-02-12Use --disable-auto-import linker switch in Mingw builds, too.Tom Lane
2014-02-12Remove --enable-auto-import linker switch in Cygwin build.Tom Lane
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 ayan@ayan.netTom 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