Age | Commit message (Expand) | Author |
2019-10-21 | Select CFLAGS_SL at configure time, not in platform-specific Makefiles. | Tom Lane |
2018-09-24 | Use ppoll(2), if available, to wait for input in pgbench. | Tom Lane |
2016-10-09 | Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. | Tom Lane |
2012-10-11 | Remove _FORTIFY_SOURCE | Peter Eisentraut |
2012-09-30 | Disable _FORTIFY_SOURCE with ICC | Peter Eisentraut |
2012-09-29 | Add _FORTIFY_SOURCE to default compiler options for linux template | Peter Eisentraut |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2008-10-29 | Support for Sun Studio compiler on Linux | Peter Eisentraut |
2007-09-21 | If we're gonna provide an --enable-profiling configure option, surely | Tom Lane |
2006-12-12 | Allow augmenting CPPFLAGS from the configure command line. This generally | Peter Eisentraut |
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
2004-12-02 | Don't bother adding to cflags/cppflags, just set them because configure | Bruce Momjian |
2004-11-27 | Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. | Bruce Momjian |
2004-04-26 | Unconditionally define: | Bruce Momjian |
2004-04-23 | Add new auto-detection of thread flags. | Bruce Momjian |
2004-03-14 | Mark linux as thread-enabled with new 7.5 tests. | Bruce Momjian |
2004-02-11 | Check and set thread-safe functions separately, rather than as a single | Bruce Momjian |
2003-10-09 | Remove -pipe on Linux, per reports from Peter. | Bruce Momjian |
2003-10-09 | Add -pipe compile for Linux. | Bruce Momjian |
2003-10-09 | This centralizes the optimization defaults into configure.in, rather | Bruce Momjian |
2003-09-27 | Mark Linux for threads. | Bruce Momjian |
2003-09-27 | Finalize configuration of thread_test program. | Bruce Momjian |
2003-09-27 | Rename thread compile flag. Move thread test program to tools/thread, | Bruce Momjian |
2003-09-26 | Move -D_GNU_SOURCE hack from port header to template, so that | Tom Lane |
2003-09-13 | Attempt threading in this order: | Bruce Momjian |
2003-09-03 | Tighten casting of function call pointers for threads. | Bruce Momjian |
2003-08-16 | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian |
2003-06-14 | Move thread os defines into template files. | Bruce Momjian |
2002-03-21 | Remove -mips2 flag, which breaks the build on some MIPS systems. | Peter Eisentraut |
2000-10-21 | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to | Peter Eisentraut |
2000-09-29 | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut |
2000-07-15 | Rename templates to match names in makefiles/Makefile.* and include/port. | Peter Eisentraut |
1998-06-12 | template changes | Bruce Momjian |
1997-04-16 | Fix a problem with Linux where yacc is *really* bison -y | Marc G. Fournier |
1997-04-11 | Change BACKEND to CFLAGS | Marc G. Fournier |
1997-04-04 | Move YACC and YFLAGS into the template files | Marc G. Fournier |
1997-04-04 | Got AROPT setting backwards...correct it | Marc G. Fournier |
1997-04-04 | One helluva mess. | Marc G. Fournier |