Commit Graph

818 Commits (4f3924d9cd438ba4e6fd639460f8c859c65d45a3)

Author SHA1 Message Date
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. 12 years ago
Tom Lane eaba54c20c Accept tcl 8.6 in configure's probe for tclsh. 12 years ago
Tom Lane 9252b8eec2 Run autoconf in wake of commit a692ee5870. 12 years ago
Tom Lane 4c8aa8b5ae Fix "quiet inline" configure test for newer clang compilers. 12 years ago
Peter Eisentraut 7d0f493f19 Add TAP tests for client programs 12 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
Peter Eisentraut 34fa72ec9c Remove use of obsolescent Autoconf macros 12 years ago
Tom Lane 09a89cb5fc Get rid of use of asprintf() in favor of a more portable implementation. 12 years ago
Robert Haas ea91a6be89 Remove IRIX port. 12 years ago
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Peter Eisentraut 5dd41f3574 Remove maintainer-check target, fold into normal build 12 years ago
Robert Haas 0ac5e5a7e1 Allow dynamic allocation of shared memory segments. 12 years ago
Jeff Davis b1892aaeaa Revert WAL posix_fallocate() patches. 12 years ago
Tom Lane 1b09630fce Fix configure probe for sys/ucred.h. 12 years ago
Jeff Davis 269e780822 Use posix_fallocate() for new WAL files, where available. 12 years ago
Tom Lane 5242fefb47 Be consistent about #define'ing configure symbols as "1" not empty. 12 years ago
Tom Lane 58ae1f4577 Stamp HEAD as 9.4devel. 12 years ago