Commit Graph

818 Commits (66ece312f99f384bd33e4342580e78b0eebf0e74)

Author SHA1 Message Date
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
Peter Eisentraut fc8745070a PL/Python: Make build on OS X more flexible 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
Alvaro Herrera f7491616a9 restore permission bits 13 years ago
Alvaro Herrera f46baf601d Rename USE_INLINE to PG_USE_INLINE 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
Peter Eisentraut 9cffb187d8 Also check for Python platform-specific include directory 14 years ago
Peter Eisentraut b748d8f280 Fix install-strip on Mac OS X 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
Tom Lane f667747b6d Put back AC_REQUIRE([AC_STRUCT_TM]). 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
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 f2386d7136 Fix configure's search for collateindex.pl. 14 years ago
Tom Lane 74e29162a4 Allow MinGW builds to use standardly-named OpenSSL libraries. 14 years ago
Tom Lane c0efc2c2ab Don't reject threaded Python on FreeBSD. 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
Peter Eisentraut 80ac853f05 python.m4: Remove useless "import string" calls 14 years ago
Bruce Momjian 7012b5edb7 Remove scandir() requirement in pg_upgrade; instead just use readdir() 14 years ago