summaryrefslogtreecommitdiff
path: root/src/template/darwin
AgeCommit message (Expand)Author
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
2019-10-21Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane
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
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-02Don't try to force use of -no-cpp-precomp on OS X. It's been five yearsTom Lane
2007-09-26Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2Tom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2004-04-26Unconditionally define:Bruce Momjian
2004-04-23Add new auto-detection of thread 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
2003-09-19Latest version of gcc from Apple does not work well with -traditional-cppTom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2000-12-11Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane
2000-10-31This is the minimal version of the Darwin support patch fromPeter Eisentraut