Commit Graph

712 Commits (c0764a542530c7ebf8abd2766d256d49d27e90e8)

Author SHA1 Message Date
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. 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
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. 13 years ago
Bruce Momjian 381a9ed66d Remove configure flag --disable-shared, as it is no longer used by any 13 years ago
Tom Lane 470d0b9789 Check LIBXML_VERSION instead of testing in configure script. 13 years ago
Tom Lane b966dd6c42 Add fsync capability to initdb, and use sync_file_range() if available. 13 years ago
Tom Lane fc548b2296 Remove support for using wait3() in place of waitpid(). 13 years ago
Peter Eisentraut dcd5af6c34 Further fix install program detection 13 years ago
Peter Eisentraut f786715412 Fix install program detection 13 years ago
Peter Eisentraut 9db7ccae20 Use system install program when available and usable 13 years ago
Tom Lane bed88fceac Stamp HEAD as 9.3devel. 13 years ago
Tom Lane 4bec93ac0f Stamp 9.2beta2. 13 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
Peter Eisentraut 3284e03d5d Remove strdup, strtol, strtoul from libpgport 14 years ago
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to 14 years ago
Peter Eisentraut f2f9439fbf Remove dead ports 14 years ago
Tom Lane 74e29162a4 Allow MinGW builds to use standardly-named OpenSSL libraries. 14 years ago
Robert Haas 4f658dc851 Support fls(). 14 years ago
Tom Lane 0a41e86584 Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
Tom Lane 5cfa8dd300 Use mutex hint bit in PPC LWARX instructions, where possible. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Peter Eisentraut d383c23f6f Remove support for on_exit() 14 years ago
Andrew Dunstan 5878a328e3 Disable excessive FP optimization by recent versions of gcc. 14 years ago
Andrew Dunstan 1a0c76c32f Enable compiling with the mingw-w64 32 bit compiler. 14 years ago
Bruce Momjian 7012b5edb7 Remove scandir() requirement in pg_upgrade; instead just use readdir() 14 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 14 years ago