Commit Graph

858 Commits (98a64d0bd713cb89e61bef6432befc4b7b5da59e)

Author SHA1 Message Date
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
Tom Lane 9da70efcbe Mop-up for setting minimum Tcl version to 8.4. 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
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
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
Tom Lane 86832eb891 Remove configure check prohibiting threaded libpython on OpenBSD. 10 years ago
Andrew Dunstan f707b53449 fix escaping of brackets for m4 broken in b6b2149e48 11 years ago
Andrew Dunstan b6b2149e48 Fix python_includespec on Windows at configure time 11 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 936546dcbc Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86. 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
Tom Lane 91f4a5a976 Build src/port/dirmod.c only on Windows. 11 years ago
Heikki Linnakangas 025c02420d Speed up CRC calculation using slicing-by-8 algorithm. 11 years ago
Tom Lane 85a2a8903f Allow CFLAGS from configure's environment to override automatic CFLAGS. 11 years ago
Tom Lane 8883bae33b Remove configure test for nonstandard variants of getpwuid_r(). 11 years ago
Noah Misch 894459e59f On Darwin, detect and report a multithreaded postmaster. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Noah Misch b779168ffe Detect PG_PRINTF_ATTRIBUTE automatically. 11 years ago
Peter Eisentraut a409b464f9 Add configure --enable-tap-tests option 11 years ago
Andres Freund 4a54b99e9c Add native compiler and memory barriers for solaris studio. 11 years ago
Peter Eisentraut 5d93ce2d0c doc: Check DocBook XML validity during the build 11 years ago
Andres Freund b64d92f1a5 Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago