Commit Graph

861 Commits (6b387179baab8d0e5da6570678eefbe61f3acc79)

Author SHA1 Message Date
Tom Lane 5ad367a35b Stamp 10beta1. 8 years ago
Tom Lane 64925603c9 Revert "Use pselect(2) not select(2), if available, to wait in postmaster's loop." 9 years ago
Tom Lane 81069a9efc Use pselect(2) not select(2), if available, to wait in postmaster's loop. 9 years ago
Andres Freund b182a4ae2f Don't include sys/poll.h anymore. 9 years ago
Peter Eisentraut 510074f9f0 Remove use of Jade and DSSSL 9 years ago
Simon Riggs 00b6b6feb1 Allow --with-wal-segsize=n up to n=1024MB 9 years ago
Peter Eisentraut 4cb824699e Cast result of copyObject() to correct type 9 years ago
Peter Eisentraut eccfef81e1 ICU support 9 years ago
Tom Lane bc18126a6b Add configure test to see if the C compiler has gcc-style computed gotos. 9 years ago
Tom Lane 2bd7f85796 Remove some configure header-file checks that we weren't really using. 9 years ago
Tom Lane b6aa17e0ae De-support floating-point timestamps. 9 years ago
Tom Lane 4e5ce3c1ae Reject too-old Python versions a bit sooner. 9 years ago
Peter Eisentraut 04aad40186 Drop support for Python 2.3 9 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 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