Commit Graph

725 Commits (c81e63d85f0c2c39d3fdfd8b95fc1ead6fdcb89f)

Author SHA1 Message Date
Tom Lane a24c104b9a Stamp HEAD as 9.5devel. 12 years ago
Tom Lane b8cc8f9473 Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library. 12 years ago
Tom Lane e6df2e1be6 Stamp 9.4beta1. 12 years ago
Heikki Linnakangas a692ee5870 Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 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
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 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
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. 13 years ago
Jeff Davis 269e780822 Use posix_fallocate() for new WAL files, where available. 13 years ago
Tom Lane 5242fefb47 Be consistent about #define'ing configure symbols as "1" not empty. 13 years ago
Tom Lane 58ae1f4577 Stamp HEAD as 9.4devel. 13 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
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 2666a6d0b9 Ignore libedit/libreadline while probing for standard functions. 13 years ago
Peter Eisentraut bc5430aa95 Remove -Wlogical-op from standard compiler flags 13 years ago
Peter Eisentraut 67c03c6f3c Add -Wlogical-op to standard compiler flags, if supported 13 years ago
Tom Lane 95d035e66d Autoconfiscate selection of 64-bit int type for 64-bit large object API. 13 years ago
Tom Lane ea473fb2de Add infrastructure for compile-time assertions about variable types. 13 years ago
Tom Lane 58a031f920 Make configure probe for mbstowcs_l as well as wcstombs_l. 14 years ago
Bruce Momjian 381a9ed66d Remove configure flag --disable-shared, as it is no longer used by any 14 years ago
Tom Lane 470d0b9789 Check LIBXML_VERSION instead of testing in configure script. 14 years ago
Tom Lane b966dd6c42 Add fsync capability to initdb, and use sync_file_range() if available. 14 years ago
Tom Lane fc548b2296 Remove support for using wait3() in place of waitpid(). 14 years ago
Peter Eisentraut dcd5af6c34 Further fix install program detection 14 years ago
Peter Eisentraut f786715412 Fix install program detection 14 years ago
Peter Eisentraut 9db7ccae20 Use system install program when available and usable 14 years ago
Tom Lane bed88fceac Stamp HEAD as 9.3devel. 14 years ago
Tom Lane 4bec93ac0f Stamp 9.2beta2. 14 years ago
Peter Eisentraut ff4628f37a Remove unused AC_DEFINE symbols 14 years ago
Peter Eisentraut 64f09ca386 Remove leftovers of BeOS port 14 years ago
Peter Eisentraut 7b85527eae Remove unused AC_SUBST variables 14 years ago
Tom Lane f70fa835e0 Stamp 9.2beta1. 14 years ago