Commit Graph

204 Commits (0a7832005792fa6dad171f9cadb8d587fe0dd800)

Author SHA1 Message Date
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 4c8aa8b5ae Fix "quiet inline" configure test for newer clang compilers. 12 years ago
Tom Lane ac4ef637ad Allow use of "z" flag in our printf calls, and use it where appropriate. 12 years ago
Peter Eisentraut 5dd41f3574 Remove maintainer-check target, fold into normal build 12 years ago
Tom Lane 5242fefb47 Be consistent about #define'ing configure symbols as "1" not empty. 12 years ago
Simon Riggs fdea2530bd Compiler optimizations for page checksum code. 13 years ago
Peter Eisentraut b53b603c91 Update config.guess and config.sub 13 years ago
Tom Lane b853eb9718 Improve handling of ereport(ERROR) and elog(ERROR). 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
Alvaro Herrera f46baf601d Rename USE_INLINE to PG_USE_INLINE 13 years ago
Tom Lane ea473fb2de Add infrastructure for compile-time assertions about variable types. 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 f667747b6d Put back AC_REQUIRE([AC_STRUCT_TM]). 14 years ago
Peter Eisentraut ff4628f37a Remove unused AC_DEFINE symbols 14 years ago
Peter Eisentraut cf09230e19 Update config.guess and config.sub 14 years ago
Tom Lane f2386d7136 Fix configure's search for collateindex.pl. 14 years ago
Tom Lane c0efc2c2ab Don't reject threaded Python on FreeBSD. 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
Peter Eisentraut f8c2029ef0 Improve detection of Python 3.2 installations 14 years ago
Tom Lane 44404f3945 Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible. 15 years ago
Peter Eisentraut 8d89549380 Update config.guess and config.sub 15 years ago
Peter Eisentraut f005384532 Better support for thread-support flag detection with clang 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Andrew Dunstan 91812df4ed Enable building with the Mingw64 compiler. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Alvaro Herrera 9350824e70 find -path is not portable, so use grep -v instead. 15 years ago
Peter Eisentraut 804a786c95 Add/fix caching on some configure checks 15 years ago
Alvaro Herrera fde5ce4fe2 Prevent doc/src/sgml subdirs from being created, instead of deleting 15 years ago
Tom Lane 651377933e Fix remaining stray references to CVS. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 39ce62b110 Don't auto-create the subdirectories holding built documentation in a VPATH 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 15 years ago
Michael Meskes 29259531c7 Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call. 16 years ago
Michael Meskes 555a02f910 Added a configure test for "long long" datatypes. So far this is only used in ecpg and replaces the old test that was kind of hackish. 16 years ago
Peter Eisentraut 087b393dab Update config.guess and config.sub 16 years ago
Peter Eisentraut 7e8a60b7c5 Don't link PL/Python against LOCALMODLIBS 16 years ago
Tom Lane dc43e2f540 Fix configure's regexp for extracting the Perl version number from perl -v 16 years ago
Bruce Momjian b4689bfb00 Revert configure warning to use "official distribution". 16 years ago
Bruce Momjian 6a0b6421e2 Use the term "bundled distribution" instead of "official distribution" in 16 years ago
Tom Lane e08ab7c312 Support inlining various small performance-critical functions on non-GCC 16 years ago
Tom Lane 55233c3382 Make configure check the version of Perl we're building with, and reject 16 years ago
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Peter Eisentraut de7ee9e2e9 In the configure check for the Python distutils module, use a less obscure 16 years ago
Tom Lane d69a419e68 Remove any -arch switches given in ExtUtils::Embed's ldopts from our 16 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 16 years ago
Peter Eisentraut c29d7f02c2 Use DocBook XSL stylesheets for man page building 16 years ago