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