Commit Graph

829 Commits (b6b2149e48aa61981ae0199c963d5145a37c258c)

Author SHA1 Message Date
Andrew Dunstan b6b2149e48 Fix python_includespec on Windows at configure time 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 936546dcbc Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86. 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
Andres Freund 7e3f728353 Fix configure check for %z printf support after INT64_MODIFIER changes. 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
Peter Eisentraut 55fb759ab3 Silence Bison deprecation warnings 11 years ago
Tom Lane 20561acf93 On OS X, link libpython normally, ignoring the "framework" framework. 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
Tom Lane eaba54c20c Accept tcl 8.6 in configure's probe for tclsh. 11 years ago
Tom Lane 9252b8eec2 Run autoconf in wake of commit a692ee5870. 11 years ago
Tom Lane 4c8aa8b5ae Fix "quiet inline" configure test for newer clang compilers. 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
Tom Lane ac4ef637ad Allow use of "z" flag in our printf calls, and use it where appropriate. 12 years ago
Magnus Hagander 98de86e422 Remove support for native krb5 authentication 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane ed011d9754 Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE. 12 years ago
Peter Eisentraut 94b899b829 Upgrade to Autoconf 2.69 12 years ago
Peter Eisentraut 46328916ee configure: Allow adding a custom string to PG_VERSION 12 years ago