Commit Graph

769 Commits (32f15d05c80044335f97347b5406f6736c06a033)

Author SHA1 Message Date
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 10 years ago
Peter Eisentraut 010aa420b9 Fix shared libpython detection on OS X 10 years ago
Peter Eisentraut d664a10f96 Move interpreter shared library detection to configure 10 years ago
Heikki Linnakangas b4eb2d168d Try to fix the CRC-32C autoconf magic for icc compiler. 10 years ago
Heikki Linnakangas 3dc2d62d04 Use Intel SSE 4.2 CRC instructions where available. 10 years ago
Tom Lane 73b416b2e4 Suppress clang's unhelpful gripes about -pthread switch being unused. 10 years ago
Andres Freund 8122e1437e Add, optional, support for 128bit integers. 10 years ago
Tom Lane 8008959773 src/port/dirmod.c needs to be built on Cygwin too. 10 years ago
Tom Lane 91f4a5a976 Build src/port/dirmod.c only on Windows. 10 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
Peter Eisentraut c2a01439c0 Run missing documentation tools through "missing" 11 years ago
Noah Misch ec544a65c9 Always use our getaddrinfo.c on Windows. 11 years ago
Heikki Linnakangas ce486056ec Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints. 11 years ago
Heikki Linnakangas 680513ab79 Break out OpenSSL-specific code to separate files. 11 years ago
Noah Misch e565ff7553 Move PGAC_LDAP_SAFE to config/programs.m4. 11 years ago
Noah Misch d7cdf6ee36 Diagnose incompatible OpenLDAP versions during build and test. 11 years ago
Magnus Hagander 5571caf42d Move check for SSL_get_current_compression to run on mingw 11 years ago
Magnus Hagander c9e1ad7faf Detect presence of SSL_get_current_compression 11 years ago
Magnus Hagander a16bac36ec Remove dependency on wsock32.lib in favor of ws2_32 11 years ago
Tom Lane 2e8ce9ae46 Remove some useless code in the configure script. 11 years ago
Andres Freund a6d488cb53 Remove Alpha and Tru64 support. 11 years ago
Noah Misch 9e6b1bf258 Add mkdtemp() to libpgport. 11 years ago
Tom Lane a24c104b9a Stamp HEAD as 9.5devel. 11 years ago
Tom Lane b8cc8f9473 Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library. 11 years ago
Tom Lane e6df2e1be6 Stamp 9.4beta1. 11 years ago
Heikki Linnakangas a692ee5870 Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 11 years ago
Peter Eisentraut 7d0f493f19 Add TAP tests for client programs 11 years ago
Peter Eisentraut 2c65856b7b configure.in: Use dnl in place of # where appropriate 12 years ago