| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve configure test for the sse4.2 crc instruction. | Andres Freund | 2015-08-17 | 1 | -4/+3 |
* | Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86. | Heikki Linnakangas | 2015-04-14 | 1 | -3/+7 |
* | Use Intel SSE 4.2 CRC instructions where available. | Heikki Linnakangas | 2015-04-14 | 1 | -0/+27 |
* | Add, optional, support for 128bit integers. | Andres Freund | 2015-03-20 | 1 | -0/+37 |
* | Speed up CRC calculation using slicing-by-8 algorithm. | Heikki Linnakangas | 2015-02-10 | 1 | -0/+17 |
* | Detect PG_PRINTF_ATTRIBUTE automatically. | Noah Misch | 2014-11-23 | 1 | -0/+21 |
* | Add a basic atomic ops API abstracting away platform/architecture details. | Andres Freund | 2014-09-25 | 1 | -0/+98 |
* | Fix "quiet inline" configure test for newer clang compilers. | Tom Lane | 2014-05-01 | 1 | -2/+13 |
* | Compiler optimizations for page checksum code. | Simon Riggs | 2013-04-30 | 1 | -0/+25 |
* | Improve handling of ereport(ERROR) and elog(ERROR). | Tom Lane | 2013-01-13 | 1 | -1/+58 |
* | Rename USE_INLINE to PG_USE_INLINE | Alvaro Herrera | 2012-10-09 | 1 | -2/+2 |
* | Add infrastructure for compile-time assertions about variable types. | Tom Lane | 2012-09-30 | 1 | -0/+40 |
* | Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible. | Tom Lane | 2011-05-26 | 1 | -0/+3 |
* | Add/fix caching on some configure checks | Peter Eisentraut | 2010-09-29 | 1 | -12/+21 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 1 | -2/+1 |
* | Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG... | Michael Meskes | 2010-05-25 | 1 | -16/+1 |
* | Added a configure test for "long long" datatypes. So far this is only used in... | Michael Meskes | 2010-05-25 | 1 | -1/+17 |
* | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 | 1 | -1/+25 |
* | Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 | Tom Lane | 2008-06-27 | 1 | -5/+8 |
* | Adjust -Wl,--asneeded test to avoid using the switch if it breaks | Tom Lane | 2008-05-20 | 1 | -2/+4 |
* | Make another try at using -Wl,--as-needed to suppress linking of unnecessary | Tom Lane | 2008-05-18 | 1 | -1/+17 |
* | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera | 2008-04-18 | 1 | -2/+2 |
* | Upgrade to Autoconf 2.61: | Peter Eisentraut | 2008-02-17 | 1 | -66/+3 |
* | Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to | Bruce Momjian | 2004-12-16 | 1 | -6/+6 |
* | When using GCC, change the default CFLAGS to: | Neil Conway | 2004-10-20 | 1 | -30/+14 |
* | Do not let external specification of CFLAGS stop us from adding | Tom Lane | 2004-02-02 | 1 | -2/+2 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Unset CFLAGS before reading template. This should be more robust. | Peter Eisentraut | 2003-11-01 | 1 | -1/+41 |
* | Fix CFLAGS selection to actually work. Add test to detect whether gcc's | Peter Eisentraut | 2003-10-25 | 1 | -2/+31 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -1/+27 |
* | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 | 1 | -4/+4 |
* | Factor out the code that detects the long long int snprintf format into a | Peter Eisentraut | 2003-01-28 | 1 | -4/+6 |
* | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut | 2002-03-29 | 1 | -78/+22 |
* | More correct way to check for existence of types, which allows to specify | Peter Eisentraut | 2001-12-02 | 1 | -1/+32 |
* | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 | 1 | -1/+31 |
* | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 | 1 | -32/+1 |
* | Substituted new configure test for types of accept() | Peter Eisentraut | 2000-06-11 | 1 | -0/+120 |