aboutsummaryrefslogtreecommitdiff
path: root/src/template/linux
Commit message (Expand)AuthorAge
* Select CFLAGS_SL at configure time, not in platform-specific Makefiles.Tom Lane2019-10-21
* Use ppoll(2), if available, to wait for input in pgbench.Tom Lane2018-09-24
* Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.Tom Lane2016-10-09
* Remove _FORTIFY_SOURCEPeter Eisentraut2012-10-10
* Disable _FORTIFY_SOURCE with ICCPeter Eisentraut2012-09-29
* Add _FORTIFY_SOURCE to default compiler options for linux templatePeter Eisentraut2012-09-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-21
* Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut2006-12-12
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian2004-12-02
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-27
* Unconditionally define:Bruce Momjian2004-04-26
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* Mark linux as thread-enabled with new 7.5 tests.Bruce Momjian2004-03-14
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* Remove -pipe on Linux, per reports from Peter.Bruce Momjian2003-10-09
* Add -pipe compile for Linux.Bruce Momjian2003-10-09
* This centralizes the optimization defaults into configure.in, ratherBruce Momjian2003-10-09
* Mark Linux for threads.Bruce Momjian2003-09-27
* Finalize configuration of thread_test program.Bruce Momjian2003-09-27
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-27
* Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane2003-09-26
* Attempt threading in this order:Bruce Momjian2003-09-13
* Tighten casting of function call pointers for threads.Bruce Momjian2003-09-03
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-16
* Move thread os defines into template files.Bruce Momjian2003-06-14
* Remove -mips2 flag, which breaks the build on some MIPS systems.Peter Eisentraut2002-03-21
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-21
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-29
* Rename templates to match names in makefiles/Makefile.* and include/port.Peter Eisentraut2000-07-15
* template changesBruce Momjian1998-06-12
* Fix a problem with Linux where yacc is *really* bison -yMarc G. Fournier1997-04-16
* Change BACKEND to CFLAGSMarc G. Fournier1997-04-11
* Move YACC and YFLAGS into the template filesMarc G. Fournier1997-04-04
* Got AROPT setting backwards...correct itMarc G. Fournier1997-04-04
* One helluva mess.Marc G. Fournier1997-04-04