Commit Graph

809 Commits (b64d92f1a5602c55ee8b27a7ac474f03b7aee340)

Author SHA1 Message Date
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
Tom Lane 817a89423f Stamp 9.3beta1. 13 years ago
Simon Riggs fdea2530bd Compiler optimizations for page checksum code. 13 years ago
Robert Haas 0f05840bf4 Allow sepgsql labels to depend on object name. 13 years ago
Tom Lane b853eb9718 Improve handling of ereport(ERROR) and elog(ERROR). 13 years ago
Tom Lane e1b735ae35 Last-gasp attempt to save libperl.so configure probe. 13 years ago
Tom Lane 9d5a160ca3 Test linking libperl.so using only Perl's required libraries. 13 years ago
Tom Lane 1f3ed51f8e Add explicit configure-time checks for perl.h and libperl.so. 13 years ago
Andrew Dunstan 7fb97ecd13 Detect Windows perl linkage parameters in configure script. 13 years ago
Tom Lane 5aec9ccafe Fix plpython build on older versions of OS X. 13 years ago