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