| Commit message (Expand) | Author | Age |
* | Further tweaking of PG_SYSROOT heuristics for macOS. | Tom Lane | 2021-01-20 |
* | Improve our heuristic for selecting PG_SYSROOT on macOS. | Tom Lane | 2021-01-15 |
* | On macOS, use -isysroot in link steps as well as compile steps. | Tom Lane | 2020-11-20 |
* | Makefile comment: remove reference to tools/thread/thread_test | Bruce Momjian | 2020-10-27 |
* | Fix compiler warning for ppoll() on Cygwin | Peter Eisentraut | 2019-12-22 |
* | Select CFLAGS_SL at configure time, not in platform-specific Makefiles. | Tom Lane | 2019-10-21 |
* | AIX: Stop adding option -qsrcmsg. | Noah Misch | 2019-10-12 |
* | Yet further rethinking of build changes for macOS Mojave. | Tom Lane | 2018-11-02 |
* | Still further rethinking of build changes for macOS Mojave. | Tom Lane | 2018-10-18 |
* | Back off using -isysroot on Darwin. | Tom Lane | 2018-10-16 |
* | Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). | Tom Lane | 2018-09-25 |
* | Use ppoll(2), if available, to wait for input in pgbench. | Tom Lane | 2018-09-24 |
* | Force "restrict" not to be used when compiling with xlc. | Andres Freund | 2017-10-13 |
* | Remove "sco" and "unixware" ports. | Tom Lane | 2016-10-11 |
* | Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. | Tom Lane | 2016-10-09 |
* | Refer to OS X as "macOS", except for the port name which is still "darwin". | Tom Lane | 2016-09-25 |
* | Remove some remains from Alpha support removal | Peter Eisentraut | 2015-10-29 |
* | Attempt to work around a 32bit xlc compiler bug from a different place. | Andres Freund | 2015-08-08 |
* | Fix typo in commit de6fd1c. | Andres Freund | 2015-08-05 |
* | Rely on inline functions even if that causes warnings in older compilers. | Andres Freund | 2015-08-05 |
* | AIX: Test the -qlonglong option before use. | Noah Misch | 2015-07-17 |
* | Remove duplicate specification of -Ae for HP-UX C compiler. | Tom Lane | 2015-01-13 |
* | Remove Alpha and Tru64 support. | Andres Freund | 2014-06-28 |
* | Have configuration templates augment, not replace, LDFLAGS. | Noah Misch | 2014-06-11 |
* | Revert to using --enable-auto-import in Cygwin builds. | Tom Lane | 2014-02-16 |
* | Use --disable-auto-import linker switch in Mingw builds, too. | Tom Lane | 2014-02-12 |
* | Remove --enable-auto-import linker switch in Cygwin build. | Tom Lane | 2014-02-12 |
* | Remove leftovers of IRIX port | Peter Eisentraut | 2013-11-12 |
* | Remove _FORTIFY_SOURCE | Peter Eisentraut | 2012-10-10 |
* | Disable _FORTIFY_SOURCE with ICC | Peter Eisentraut | 2012-09-29 |
* | Add _FORTIFY_SOURCE to default compiler options for linux template | Peter Eisentraut | 2012-09-29 |
* | Remove BSD/OS (BSDi) port. There are no known users upgrading to | Bruce Momjian | 2012-05-03 |
* | Remove dead ports | Peter Eisentraut | 2012-05-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 |
* | Don't try to force use of -no-cpp-precomp on OS X. It's been five years | Tom Lane | 2010-08-02 |
* | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 |
* | Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running | Tom Lane | 2009-02-11 |
* | Move forgotten comment closer to where it matters. | Peter Eisentraut | 2008-10-29 |
* | Support for Sun Studio compiler on Linux | Peter Eisentraut | 2008-10-29 |
* | Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 | Tom Lane | 2007-09-26 |
* | If we're gonna provide an --enable-profiling configure option, surely | Tom Lane | 2007-09-21 |
* | With the native compiler on Unixware, disable optimization if | Neil Conway | 2007-07-16 |
* | Make --with-ldap build on Unixware, per Olivier Prenant. | Tom Lane | 2006-12-14 |
* | Remove Windows port^W^Wobsolete template file. | Peter Eisentraut | 2006-12-14 |
* | Allow augmenting CPPFLAGS from the configure command line. This generally | Peter Eisentraut | 2006-12-12 |
* | Remove extra 'else' in solaris compiler code. | Bruce Momjian | 2006-04-28 |
* | Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 | Bruce Momjian | 2006-04-27 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Update tested AIX memset platforms. | Bruce Momjian | 2006-02-03 |