Commit Graph

291 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Bruce Momjian 8e5d1aef8e Makefile comment: remove reference to tools/thread/thread_test 5 years ago
Peter Eisentraut 127ccb3725 Fix compiler warning for ppoll() on Cygwin 6 years ago
Tom Lane 44273ce4f6 Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 6 years ago
Noah Misch 5f3d271d03 AIX: Stop adding option -qsrcmsg. 6 years ago
Tom Lane 1440c461f7 Yet further rethinking of build changes for macOS Mojave. 7 years ago
Tom Lane e74dd00f53 Still further rethinking of build changes for macOS Mojave. 7 years ago
Tom Lane 68fc227dd0 Back off using -isysroot on Darwin. 7 years ago
Tom Lane 5e22171310 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Tom Lane 60e612b602 Use ppoll(2), if available, to wait for input in pgbench. 7 years ago
Andres Freund d133982d59 Force "restrict" not to be used when compiling with xlc. 8 years ago
Tom Lane 2b860f52ed Remove "sco" and "unixware" ports. 9 years ago
Tom Lane ecb0d20a9d Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. 9 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 9 years ago
Peter Eisentraut c5130e8ee0 Remove some remains from Alpha support removal 10 years ago
Andres Freund 5a33650f24 Attempt to work around a 32bit xlc compiler bug from a different place. 11 years ago
Andres Freund 18382ae7ed Fix typo in commit de6fd1c. 11 years ago
Andres Freund de6fd1c898 Rely on inline functions even if that causes warnings in older compilers. 11 years ago
Noah Misch 43d89a23d5 AIX: Test the -qlonglong option before use. 11 years ago
Tom Lane fd3d894e4e Remove duplicate specification of -Ae for HP-UX C compiler. 11 years ago
Andres Freund a6d488cb53 Remove Alpha and Tru64 support. 12 years ago
Noah Misch 4d92b15855 Have configuration templates augment, not replace, LDFLAGS. 12 years ago
Tom Lane 8d6e2d4abf Revert to using --enable-auto-import in Cygwin builds. 12 years ago
Tom Lane 1c9acd5c86 Use --disable-auto-import linker switch in Mingw builds, too. 12 years ago
Tom Lane 30657b796c Remove --enable-auto-import linker switch in Cygwin build. 12 years ago
Peter Eisentraut 3626adf266 Remove leftovers of IRIX port 12 years ago
Peter Eisentraut ab112068b6 Remove _FORTIFY_SOURCE 13 years ago
Peter Eisentraut 97ec962157 Disable _FORTIFY_SOURCE with ICC 13 years ago
Peter Eisentraut 997fa75d6b Add _FORTIFY_SOURCE to default compiler options for linux template 13 years ago
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to 14 years ago
Peter Eisentraut f2f9439fbf Remove dead ports 14 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
Tom Lane 98c2383ba5 Don't try to force use of -no-cpp-precomp on OS X. It's been five years 16 years ago
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 16 years ago
Tom Lane 68d95f12e7 Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 17 years ago
Peter Eisentraut d50966a49d Move forgotten comment closer to where it matters. 17 years ago
Peter Eisentraut 79d306c84a Support for Sun Studio compiler on Linux 17 years ago
Tom Lane 93407d3998 Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 19 years ago
Tom Lane 017daed0dd If we're gonna provide an --enable-profiling configure option, surely 19 years ago
Neil Conway e9e97500c9 With the native compiler on Unixware, disable optimization if 19 years ago
Tom Lane 1f09a857b7 Make --with-ldap build on Unixware, per Olivier Prenant. 19 years ago
Peter Eisentraut 0bc8a5b669 Remove Windows port^W^Wobsolete template file. 19 years ago
Peter Eisentraut 9cf2706742 Allow augmenting CPPFLAGS from the configure command line. This generally 19 years ago
Bruce Momjian e81b7b1dac Remove extra 'else' in solaris compiler code. 20 years ago
Bruce Momjian 128bed948f Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Bruce Momjian a25b1decef Update tested AIX memset platforms. 20 years ago
Bruce Momjian ebd38e3c1d Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian a1675649e4 Remove QNX port. 20 years ago