aboutsummaryrefslogtreecommitdiff
path: root/src/template
Commit message (Expand)AuthorAge
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* AIX: Test the -qlonglong option before use.Noah Misch2015-07-17
* Remove duplicate specification of -Ae for HP-UX C compiler.Tom Lane2015-01-13
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* Have configuration templates augment, not replace, LDFLAGS.Noah Misch2014-06-11
* Revert to using --enable-auto-import in Cygwin builds.Tom Lane2014-02-16
* Use --disable-auto-import linker switch in Mingw builds, too.Tom Lane2014-02-12
* Remove --enable-auto-import linker switch in Cygwin build.Tom Lane2014-02-12
* Remove leftovers of IRIX portPeter Eisentraut2013-11-12
* Remove _FORTIFY_SOURCEPeter Eisentraut2012-10-10
* Disable _FORTIFY_SOURCE with ICCPeter Eisentraut2012-09-29
* Add _FORTIFY_SOURCE to default compiler options for linux templatePeter Eisentraut2012-09-29
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-03
* Remove dead portsPeter Eisentraut2012-05-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Don't try to force use of -no-cpp-precomp on OS X. It's been five yearsTom Lane2010-08-02
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Tweak configure to attempt to add -qnoansialias to CFLAGS whenever runningTom Lane2009-02-11
* Move forgotten comment closer to where it matters.Peter Eisentraut2008-10-29
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2Tom Lane2007-09-26
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-21
* With the native compiler on Unixware, disable optimization ifNeil Conway2007-07-16
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-14
* Remove Windows port^W^Wobsolete template file.Peter Eisentraut2006-12-14
* Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut2006-12-12
* Remove extra 'else' in solaris compiler code.Bruce Momjian2006-04-28
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-27
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Update tested AIX memset platforms.Bruce Momjian2006-02-03
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-03
* Remove BEOS port.Bruce Momjian2006-01-05
* Remove QNX port.Bruce Momjian2006-01-05
* Remove unnecessary assignment, per Tom.Bruce Momjian2006-01-02
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-30
* SUNOS4_CC -> SUNOS_CC.Bruce Momjian2005-07-30
* It appears we need -DSUNOS4_CC for both solaris and sunos4 templates.Tom Lane2005-07-29
* Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.netTom Lane2004-12-29
* Mention why unixware doesn't handle threading in 8.0.Bruce Momjian2004-12-19
* Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian2004-12-02
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-27
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-17
* Allow win32/cygwin link against the first matching library symbol ratherBruce Momjian2004-11-08
* Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane2004-09-24
* Rename irix5 port to irix.Bruce Momjian2004-05-19
* Remove extra 'then'.Bruce Momjian2004-05-14
* No need for gcc thread stuff anymore, only cc.Bruce Momjian2004-05-13
* Remove warning about Unixware.Bruce Momjian2004-05-13
* Unconditionally define:Bruce Momjian2004-04-26