summaryrefslogtreecommitdiff
path: root/config/c-compiler.m4
Commit message (Expand)AuthorAgeFilesLines
* Improve configure test for the sse4.2 crc instruction.Andres Freund2015-08-171-4/+3
* Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.Heikki Linnakangas2015-04-141-3/+7
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-141-0/+27
* Add, optional, support for 128bit integers.Andres Freund2015-03-201-0/+37
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-101-0/+17
* Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch2014-11-231-0/+21
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-251-0/+98
* Fix "quiet inline" configure test for newer clang compilers.Tom Lane2014-05-011-2/+13
* Compiler optimizations for page checksum code.Simon Riggs2013-04-301-0/+25
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-131-1/+58
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-091-2/+2
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-301-0/+40
* Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane2011-05-261-0/+3
* Add/fix caching on some configure checksPeter Eisentraut2010-09-291-12/+21
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-2/+1
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-16/+1
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-251-1/+17
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-1/+25
* Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane2008-06-271-5/+8
* Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane2008-05-201-2/+4
* Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane2008-05-181-1/+17
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-2/+2
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-171-66/+3
* Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian2004-12-161-6/+6
* When using GCC, change the default CFLAGS to:Neil Conway2004-10-201-30/+14
* Do not let external specification of CFLAGS stop us from addingTom Lane2004-02-021-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Unset CFLAGS before reading template. This should be more robust.Peter Eisentraut2003-11-011-1/+41
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-251-2/+31
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-1/+27
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-061-4/+4
* Factor out the code that detects the long long int snprintf format into aPeter Eisentraut2003-01-281-4/+6
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-291-78/+22
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-021-1/+32
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-291-1/+31
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-271-32/+1
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-111-0/+120