aboutsummaryrefslogtreecommitdiff
path: root/config/c-compiler.m4
Commit message (Expand)AuthorAge
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-30
* Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane2011-05-26
* Add/fix caching on some configure checksPeter Eisentraut2010-09-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-25
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-25
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane2008-06-27
* Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane2008-05-20
* Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane2008-05-18
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-18
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-17
* Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian2004-12-16
* When using GCC, change the default CFLAGS to:Neil Conway2004-10-20
* Do not let external specification of CFLAGS stop us from addingTom Lane2004-02-02
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Unset CFLAGS before reading template. This should be more robust.Peter Eisentraut2003-11-01
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-25
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-06
* Factor out the code that detects the long long int snprintf format into aPeter Eisentraut2003-01-28
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-29
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-02
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-11