Commit Graph

798 Commits (7ada2d31f47f1d378ae7d4ee2d044df1bb2b0c6a)

Author SHA1 Message Date
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 1d63f7d2d1 Use clock_gettime(), if available, in instr_time measurements. 9 years ago
Heikki Linnakangas ad365b2f91 Fix broken autoconf test for random number source. 9 years ago
Tom Lane c648f05831 Put AC_MSG_RESULT() call in the right place. 9 years ago
Heikki Linnakangas 44a977f55f Fix typo in new message in configure. 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Tom Lane 2b860f52ed Remove "sco" and "unixware" ports. 9 years ago
Tom Lane ecb0d20a9d Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. 9 years ago
Tom Lane 46ddbbb117 Improve (I hope) our autolocation of the Python shared library. 9 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 9 years ago
Heikki Linnakangas 5c6df67e0c Fix building with LibreSSL. 9 years ago
Heikki Linnakangas 593d4e47db Support OpenSSL 1.1.0. 9 years ago
Tom Lane ca9112a424 Stamp HEAD as 10devel. 9 years ago
Tom Lane 67c08c0d70 Stamp 9.6beta4. 9 years ago
Tom Lane b11e9bbc41 Stamp 9.6beta3. 9 years ago
Tom Lane 936b62ddf2 Stamp 9.6beta2. 9 years ago
Tom Lane 8ee29a19d6 Stamp 9.6beta1. 9 years ago
Tom Lane 34c33a1f00 Add BSD authentication method. 10 years ago
Andres Freund 98a64d0bd7 Introduce WaitEventSet API. 10 years ago
Andres Freund 72e2d21c12 Combine win32 and unix latch implementations. 10 years ago
Tom Lane 0e9b89986b Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane bf53d5c208 Teach the configure script to validate its --with-pgport argument. 10 years ago
Peter Eisentraut 7d17e683fc Add support for systemd service notifications 10 years ago
Alvaro Herrera 4631721166 Revert "Blind attempt at a Cygwin fix" 10 years ago
Alvaro Herrera e9282e9532 Blind attempt at a Cygwin fix 10 years ago
Alvaro Herrera fa838b555f Add win32security to LIBOBJS 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 2ec477dc81 Cope with Readline's failure to track SIGWINCH events outside of input. 10 years ago
Robert Haas c171818b27 Add BSWAP64 macro. 10 years ago
Tom Lane a65e086453 Remove support for Unix systems without the POSIX signal APIs. 10 years ago
Tom Lane 0f19d0f12f Remove long-dead support for platforms without sig_atomic_t. 10 years ago
Andres Freund de6fd1c898 Rely on inline functions even if that causes warnings in older compilers. 10 years ago
Noah Misch 43d89a23d5 AIX: Test the -qlonglong option before use. 10 years ago
Heikki Linnakangas 01051a9879 Use AS_IF rather than plain shell "if" in pthread-check. 10 years ago
Heikki Linnakangas 3b14a17c8e Move pthread-tests earlier in the autoconf script. 10 years ago
Heikki Linnakangas e97af6c8bf Replace our hacked version of ax_pthread.m4 with latest upstream version. 10 years ago
Tom Lane a5d489ccb7 Make numeric form of PG version number readily available in Makefiles. 10 years ago
Heikki Linnakangas a2edb023d0 Replace obsolete autoconf macros with their modern replacements. 10 years ago
Tom Lane cf8d65de10 Stamp HEAD as 9.6devel. 10 years ago
Alvaro Herrera ab93f90cd3 Test -lrt for sched_yield 10 years ago
Tom Lane f78329d594 Stamp 9.5alpha1. 10 years ago
Peter Eisentraut 67df9782e9 Windows also needs an override of the shared libpython detection 11 years ago
Peter Eisentraut 010aa420b9 Fix shared libpython detection on OS X 11 years ago
Peter Eisentraut d664a10f96 Move interpreter shared library detection to configure 11 years ago
Heikki Linnakangas b4eb2d168d Try to fix the CRC-32C autoconf magic for icc compiler. 11 years ago
Heikki Linnakangas 3dc2d62d04 Use Intel SSE 4.2 CRC instructions where available. 11 years ago
Tom Lane 73b416b2e4 Suppress clang's unhelpful gripes about -pthread switch being unused. 11 years ago
Andres Freund 8122e1437e Add, optional, support for 128bit integers. 11 years ago
Tom Lane 8008959773 src/port/dirmod.c needs to be built on Cygwin too. 11 years ago