summaryrefslogtreecommitdiff
path: root/src/template
Commit message (Expand)AuthorAgeFilesLines
* Remove "sco" and "unixware" ports.Tom Lane2016-10-112-42/+0
* Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.Tom Lane2016-10-092-0/+10
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-251-4/+7
* Remove some remains from Alpha support removalPeter Eisentraut2015-10-291-4/+0
* Attempt to work around a 32bit xlc compiler bug from a different place.Andres Freund2015-08-081-8/+0
* Fix typo in commit de6fd1c.Andres Freund2015-08-051-1/+1
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-051-0/+8
* AIX: Test the -qlonglong option before use.Noah Misch2015-07-171-1/+1
* Remove duplicate specification of -Ae for HP-UX C compiler.Tom Lane2015-01-131-1/+2
* Remove Alpha and Tru64 support.Andres Freund2014-06-281-6/+0
* Have configuration templates augment, not replace, LDFLAGS.Noah Misch2014-06-112-2/+2
* Revert to using --enable-auto-import in Cygwin builds.Tom Lane2014-02-161-2/+3
* Use --disable-auto-import linker switch in Mingw builds, too.Tom Lane2014-02-121-2/+5
* Remove --enable-auto-import linker switch in Cygwin build.Tom Lane2014-02-121-3/+3
* Remove leftovers of IRIX portPeter Eisentraut2013-11-121-0/+0
* Remove _FORTIFY_SOURCEPeter Eisentraut2012-10-101-6/+0
* Disable _FORTIFY_SOURCE with ICCPeter Eisentraut2012-09-291-2/+5
* Add _FORTIFY_SOURCE to default compiler options for linux templatePeter Eisentraut2012-09-291-0/+3
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-031-3/+0
* Remove dead portsPeter Eisentraut2012-05-016-15/+0
* Remove cvs keywords from all files.Magnus Hagander2010-09-209-9/+9
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-193-6/+2
* Don't try to force use of -no-cpp-precomp on OS X. It's been five yearsTom Lane2010-08-021-5/+1
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-052-8/+6
* Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane2009-02-111-0/+3
* Move forgotten comment closer to where it matters.Peter Eisentraut2008-10-291-2/+0
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-292-9/+32
* Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2Tom Lane2007-09-261-3/+13
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-211-1/+4
* With the native compiler on Unixware, disable optimization ifNeil Conway2007-07-161-2/+6
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-141-0/+3
* Remove Windows port^W^Wobsolete template file.Peter Eisentraut2006-12-141-0/+0
* Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut2006-12-122-4/+4
* Remove extra 'else' in solaris compiler code.Bruce Momjian2006-04-281-1/+1
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-271-22/+14
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-119-0/+18
* Update tested AIX memset platforms.Bruce Momjian2006-02-031-2/+3
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-0/+4
* Remove BEOS port.Bruce Momjian2006-01-051-0/+0
* Remove QNX port.Bruce Momjian2006-01-051-1/+0
* Remove unnecessary assignment, per Tom.Bruce Momjian2006-01-021-1/+0
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-301-2/+9
* SUNOS4_CC -> SUNOS_CC.Bruce Momjian2005-07-301-1/+1
* It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.Tom Lane2005-07-291-1/+1
* Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.netTom Lane2004-12-291-0/+7
* Mention why unixware doesn't handle threading in 8.0.Bruce Momjian2004-12-191-0/+11
* Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian2004-12-028-11/+14
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-278-11/+11
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-2/+3
* Allow win32/cygwin link against the first matching library symbol ratherBruce Momjian2004-11-082-0/+9