summaryrefslogtreecommitdiff
path: root/src/template
AgeCommit message (Expand)Author
2024-08-23thread-safety: gmtime_r(), localtime_r()Peter Eisentraut
2024-02-28Remove AIX supportHeikki Linnakangas
2023-01-05Use unnamed POSIX semaphores on Cygwin.Thomas Munro
2022-09-01Move darwin sysroot determination into separate fileAndres Freund
2022-08-30On NetBSD, force dynamic symbol resolution at postmaster start.Tom Lane
2022-08-07aix: Remove checks for very old OS versionsAndres Freund
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-06Unify DLSUFFIX on DarwinPeter Eisentraut
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2021-01-20Further tweaking of PG_SYSROOT heuristics for macOS.Tom Lane
2021-01-15Improve our heuristic for selecting PG_SYSROOT on macOS.Tom Lane
2020-11-20On macOS, use -isysroot in link steps as well as compile steps.Tom Lane
2020-10-27Makefile comment: remove reference to tools/thread/thread_testBruce Momjian
2019-12-22Fix compiler warning for ppoll() on CygwinPeter Eisentraut
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
2019-10-12AIX: Stop adding option -qsrcmsg.Noah Misch
2018-11-02Yet further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-16Back off using -isysroot on Darwin.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-24Use ppoll(2), if available, to wait for input in pgbench.Tom Lane
2017-10-13Force "restrict" not to be used when compiling with xlc.Andres Freund
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