| Commit message (Expand) | Author | Age | Files | Lines |
* | Use clock_gettime(), if available, in instr_time measurements. | Tom Lane | 2017-01-02 | 1 | -1/+2 |
* | Fix broken autoconf test for random number source. | Heikki Linnakangas | 2016-12-12 | 1 | -1/+1 |
* | Put AC_MSG_RESULT() call in the right place. | Tom Lane | 2016-12-06 | 1 | -1/+1 |
* | Fix typo in new message in configure. | Heikki Linnakangas | 2016-12-06 | 1 | -2/+2 |
* | Replace PostmasterRandom() with a stronger source, second attempt. | Heikki Linnakangas | 2016-12-05 | 1 | -0/+52 |
* | Remove "sco" and "unixware" ports. | Tom Lane | 2016-10-11 | 1 | -14/+0 |
* | Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. | Tom Lane | 2016-10-09 | 1 | -0/+13 |
* | Improve (I hope) our autolocation of the Python shared library. | Tom Lane | 2016-10-04 | 1 | -34/+0 |
* | Refer to OS X as "macOS", except for the port name which is still "darwin". | Tom Lane | 2016-09-25 | 1 | -6/+6 |
* | Fix building with LibreSSL. | Heikki Linnakangas | 2016-09-15 | 1 | -0/+10 |
* | Support OpenSSL 1.1.0. | Heikki Linnakangas | 2016-09-15 | 1 | -2/+2 |
* | Stamp HEAD as 10devel. | Tom Lane | 2016-08-15 | 1 | -2/+2 |
* | Stamp 9.6beta4.REL9_6_BETA4 | Tom Lane | 2016-08-08 | 1 | -1/+1 |
* | Stamp 9.6beta3.REL9_6_BETA3 | Tom Lane | 2016-07-18 | 1 | -1/+1 |
* | Stamp 9.6beta2.REL9_6_BETA2 | Tom Lane | 2016-06-20 | 1 | -1/+1 |
* | Stamp 9.6beta1.REL9_6_BETA1 | Tom Lane | 2016-05-09 | 1 | -1/+1 |
* | Add BSD authentication method. | Tom Lane | 2016-04-08 | 1 | -0/+14 |
* | Introduce WaitEventSet API. | Andres Freund | 2016-03-21 | 1 | -1/+1 |
* | Combine win32 and unix latch implementations. | Andres Freund | 2016-03-21 | 1 | -8/+0 |
* | Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. | Tom Lane | 2016-03-15 | 1 | -0/+1 |
* | Teach the configure script to validate its --with-pgport argument. | Tom Lane | 2016-03-14 | 1 | -0/+11 |
* | Add support for systemd service notifications | Peter Eisentraut | 2016-02-02 | 1 | -0/+13 |
* | Revert "Blind attempt at a Cygwin fix" | Alvaro Herrera | 2016-01-08 | 1 | -1/+0 |
* | Blind attempt at a Cygwin fix | Alvaro Herrera | 2016-01-08 | 1 | -0/+1 |
* | Add win32security to LIBOBJS | Alvaro Herrera | 2016-01-07 | 1 | -0/+1 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 | 1 | -1/+1 |
* | Cope with Readline's failure to track SIGWINCH events outside of input. | Tom Lane | 2015-12-16 | 1 | -1/+1 |
* | Add BSWAP64 macro. | Robert Haas | 2015-10-08 | 1 | -0/+1 |
* | Remove support for Unix systems without the POSIX signal APIs. | Tom Lane | 2015-08-31 | 1 | -25/+1 |
* | Remove long-dead support for platforms without sig_atomic_t. | Tom Lane | 2015-08-31 | 1 | -4/+0 |
* | Rely on inline functions even if that causes warnings in older compilers. | Andres Freund | 2015-08-05 | 1 | -1/+1 |
* | AIX: Test the -qlonglong option before use. | Noah Misch | 2015-07-17 | 1 | -0/+1 |
* | Use AS_IF rather than plain shell "if" in pthread-check. | Heikki Linnakangas | 2015-07-09 | 1 | -5/+9 |
* | Move pthread-tests earlier in the autoconf script. | Heikki Linnakangas | 2015-07-09 | 1 | -72/+75 |
* | Replace our hacked version of ax_pthread.m4 with latest upstream version. | Heikki Linnakangas | 2015-07-08 | 1 | -1/+1 |
* | Make numeric form of PG version number readily available in Makefiles. | Tom Lane | 2015-07-02 | 1 | -0/+1 |
* | Replace obsolete autoconf macros with their modern replacements. | Heikki Linnakangas | 2015-07-02 | 1 | -36/+44 |
* | Stamp HEAD as 9.6devel. | Tom Lane | 2015-06-30 | 1 | -1/+1 |
* | Test -lrt for sched_yield | Alvaro Herrera | 2015-06-30 | 1 | -0/+2 |
* | Stamp 9.5alpha1.REL9_5_ALPHA1 | Tom Lane | 2015-06-29 | 1 | -1/+1 |
* | Windows also needs an override of the shared libpython detection | Peter Eisentraut | 2015-05-02 | 1 | -4/+7 |
* | Fix shared libpython detection on OS X | Peter Eisentraut | 2015-05-01 | 1 | -15/+20 |
* | Move interpreter shared library detection to configure | Peter Eisentraut | 2015-05-01 | 1 | -1/+37 |
* | Try to fix the CRC-32C autoconf magic for icc compiler. | Heikki Linnakangas | 2015-04-14 | 1 | -6/+18 |
* | Use Intel SSE 4.2 CRC instructions where available. | Heikki Linnakangas | 2015-04-14 | 1 | -0/+78 |
* | Suppress clang's unhelpful gripes about -pthread switch being unused. | Tom Lane | 2015-04-05 | 1 | -0/+7 |
* | Add, optional, support for 128bit integers. | Andres Freund | 2015-03-20 | 1 | -0/+3 |
* | src/port/dirmod.c needs to be built on Cygwin too. | Tom Lane | 2015-03-15 | 1 | -1/+6 |
* | Build src/port/dirmod.c only on Windows. | Tom Lane | 2015-03-14 | 1 | -0/+1 |
* | Speed up CRC calculation using slicing-by-8 algorithm. | Heikki Linnakangas | 2015-02-10 | 1 | -0/+1 |