Commit Graph

889 Commits (bc18126a6bcb85b51dc082c3ef4417dc016ebd9c)

Author SHA1 Message Date
Tom Lane bc18126a6b Add configure test to see if the C compiler has gcc-style computed gotos. 8 years ago
Tom Lane 2bd7f85796 Remove some configure header-file checks that we weren't really using. 8 years ago
Tom Lane b6aa17e0ae De-support floating-point timestamps. 8 years ago
Tom Lane 4e5ce3c1ae Reject too-old Python versions a bit sooner. 8 years ago
Peter Eisentraut 04aad40186 Drop support for Python 2.3 8 years ago
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 17a3a1eb0e Fix python shlib probe for Cygwin. 9 years ago
Tom Lane 11c0e743b6 Try to fix python shlib probe for MinGW. 9 years ago
Tom Lane ddd4f82cb6 In python shlib probe, cater for OpenBSD, which omits the .so symlink. 9 years ago
Tom Lane fc76259f5b Huh, we do need to look in $python_configdir for the Python shlib. 9 years ago
Tom Lane 46ddbbb117 Improve (I hope) our autolocation of the Python shared library. 9 years ago
Peter Eisentraut a5da81359d Add missing include files to configure tests 9 years ago
Peter Eisentraut 1c0cf52b39 Use return instead of exit() in configure 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 7d7b129277 Fix configure's incorrect version tests for flex and perl. 9 years ago
Tom Lane 34c33a1f00 Add BSD authentication method. 9 years ago
Andres Freund 98a64d0bd7 Introduce WaitEventSet API. 9 years ago
Andres Freund 72e2d21c12 Combine win32 and unix latch implementations. 9 years ago
Tom Lane 0e9b89986b Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 9 years ago
Tom Lane bf53d5c208 Teach the configure script to validate its --with-pgport argument. 9 years ago
Tom Lane 9da70efcbe Mop-up for setting minimum Tcl version to 8.4. 9 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
Tom Lane 32f15d05c8 Accept flex > 2.5.x in configure. 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 6cf72879e9 Improve configure test for the sse4.2 crc instruction. 10 years ago
Andres Freund de6fd1c898 Rely on inline functions even if that causes warnings in older compilers. 10 years ago
Heikki Linnakangas a2932283c2 Update ax_pthread.m4 to an experimental draft version from upstream. 10 years ago
Noah Misch 43d89a23d5 AIX: Test the -qlonglong option before use. 10 years ago