Commit Graph

700 Commits (c3d09b3bd23f5f65b5eb8124a3c7592dad85a50c)

Author SHA1 Message Date
Robert Haas 0f05840bf4 Allow sepgsql labels to depend on object name. 12 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 13 years ago
Peter Eisentraut 64f09ca386 Remove leftovers of BeOS port 13 years ago
Peter Eisentraut 7b85527eae Remove unused AC_SUBST variables 13 years ago
Tom Lane f70fa835e0 Stamp 9.2beta1. 13 years ago
Peter Eisentraut 3284e03d5d Remove strdup, strtol, strtoul from libpgport 13 years ago
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to 13 years ago
Peter Eisentraut f2f9439fbf Remove dead ports 13 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
Robert Haas 4232c4b406 Userspace access vector cache for contrib/sepgsql. 14 years ago
Heikki Linnakangas 65e899b2fb Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 14 years ago
Tom Lane 2c5d6f1fb5 Include $cc_string in the info reported by a configure run. 14 years ago
Robert Haas 4af43ee3f1 Make pgbench use erand48() rather than random(). 14 years ago
Andrew Dunstan c9737310d5 Don't build replacement getpeereid function on mingw. 14 years ago
Tom Lane cacd42d62c Rewrite libxml error handling to be more robust. 14 years ago
Peter Eisentraut dbbba5279f Start using flexible array members 14 years ago
Tom Lane c962792211 Stamp HEAD as 9.2devel. 14 years ago
Tom Lane 829ae4bf83 Tag 9.1beta2. 14 years ago
Tom Lane 3980f7fc6e Implement getpeereid() as a src/port compatibility function. 14 years ago
Tom Lane be4585b1c2 Replace use of credential control messages with getsockopt(LOCAL_PEERCRED). 14 years ago
Tom Lane 44404f3945 Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible. 14 years ago