Commit Graph

785 Commits (146604ec43bcd6f977c31775a91022cf9737daf5)

Author SHA1 Message Date
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
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. 13 years ago
Bruce Momjian 381a9ed66d Remove configure flag --disable-shared, as it is no longer used by any 13 years ago
Peter Eisentraut 9cffb187d8 Also check for Python platform-specific include directory 13 years ago
Peter Eisentraut b748d8f280 Fix install-strip on Mac OS X 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
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