| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some configure header-file checks that we weren't really using. | Tom Lane | 2017-02-25 | 2 | -13/+6 |
* | Reject too-old Python versions a bit sooner. | Tom Lane | 2017-02-21 | 1 | -1/+7 |
* | Drop support for Python 2.3 | Peter Eisentraut | 2017-02-21 | 1 | -0/+1 |
* | Fix python shlib probe for Cygwin. | Tom Lane | 2016-10-07 | 1 | -5/+5 |
* | Try to fix python shlib probe for MinGW. | Tom Lane | 2016-10-05 | 1 | -2/+23 |
* | In python shlib probe, cater for OpenBSD, which omits the .so symlink. | Tom Lane | 2016-10-05 | 1 | -2/+20 |
* | Huh, we do need to look in $python_configdir for the Python shlib. | Tom Lane | 2016-10-04 | 1 | -5/+8 |
* | Improve (I hope) our autolocation of the Python shared library. | Tom Lane | 2016-10-04 | 1 | -17/+40 |
* | Add missing include files to configure tests | Peter Eisentraut | 2016-09-30 | 1 | -1/+3 |
* | Use return instead of exit() in configure | Peter Eisentraut | 2016-09-30 | 2 | -2/+6 |
* | Refer to OS X as "macOS", except for the port name which is still "darwin". | Tom Lane | 2016-09-25 | 1 | -2/+2 |
* | Update config.guess and config.sub | Peter Eisentraut | 2016-05-06 | 2 | -59/+77 |
* | Fix configure's incorrect version tests for flex and perl. | Tom Lane | 2016-05-02 | 2 | -2/+2 |
* | Copyedit comments and documentation. | Noah Misch | 2016-04-01 | 1 | -1/+1 |
* | Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. | Tom Lane | 2016-03-15 | 1 | -1/+31 |
* | Mop-up for setting minimum Tcl version to 8.4. | Tom Lane | 2016-03-13 | 1 | -1/+1 |
* | Install our "missing" script where PGXS builds can find it. | Tom Lane | 2015-12-11 | 1 | -0/+2 |
* | Accept flex > 2.5.x in configure. | Tom Lane | 2015-11-18 | 1 | -1/+1 |
* | Add BSWAP64 macro. | Robert Haas | 2015-10-08 | 1 | -0/+18 |
* | Remove support for Unix systems without the POSIX signal APIs. | Tom Lane | 2015-08-31 | 1 | -27/+0 |
* | Update config.guess and config.sub | Peter Eisentraut | 2015-08-19 | 2 | -25/+62 |
* | Improve configure test for the sse4.2 crc instruction. | Andres Freund | 2015-08-17 | 1 | -4/+3 |
* | Rely on inline functions even if that causes warnings in older compilers. | Andres Freund | 2015-08-05 | 2 | -52/+0 |
* | Update ax_pthread.m4 to an experimental draft version from upstream. | Heikki Linnakangas | 2015-07-30 | 1 | -69/+111 |
* | Blacklist xlc 32-bit inlining. | Noah Misch | 2015-07-29 | 1 | -0/+9 |
* | Replace our hacked version of ax_pthread.m4 with latest upstream version. | Heikki Linnakangas | 2015-07-08 | 2 | -170/+332 |
* | Replace obsolete autoconf macros with their modern replacements. | Heikki Linnakangas | 2015-07-02 | 5 | -62/+63 |
* | Remove configure check prohibiting threaded libpython on OpenBSD. | Tom Lane | 2015-05-26 | 1 | -14/+0 |
* | fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37... | Andrew Dunstan | 2015-05-03 | 1 | -1/+1 |
* | Fix python_includespec on Windows at configure time | Andrew Dunstan | 2015-05-03 | 1 | -0/+3 |
* | Move interpreter shared library detection to configure | Peter Eisentraut | 2015-05-01 | 1 | -1/+0 |
* | 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 |
* | Remove configure test for nonstandard variants of getpwuid_r(). | Tom Lane | 2015-01-11 | 1 | -24/+0 |
* | 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 configure check for %z printf support after INT64_MODIFIER changes. | Andres Freund | 2014-09-18 | 1 | -1/+2 |
* | Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints. | Heikki Linnakangas | 2014-08-21 | 1 | -16/+16 |
* | Move PGAC_LDAP_SAFE to config/programs.m4. | Noah Misch | 2014-07-25 | 1 | -0/+28 |
* | Remove some useless code in the configure script. | Tom Lane | 2014-07-01 | 1 | -67/+10 |
* | Silence Bison deprecation warnings | Peter Eisentraut | 2014-06-03 | 1 | -0/+8 |
* | On OS X, link libpython normally, ignoring the "framework" framework. | Tom Lane | 2014-05-30 | 1 | -9/+2 |
* | Accept tcl 8.6 in configure's probe for tclsh. | Tom Lane | 2014-05-10 | 1 | -1/+1 |
* | Update config.guess and config.sub | Tom Lane | 2014-05-10 | 2 | -232/+114 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -1/+5 |
* | Fix "quiet inline" configure test for newer clang compilers. | Tom Lane | 2014-05-01 | 2 | -2/+18 |
* | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane | 2014-01-23 | 1 | -11/+47 |
* | Remove maintainer-check target, fold into normal build | Peter Eisentraut | 2013-10-10 | 1 | -0/+5 |