Commit Graph

213 Commits (b64d92f1a5602c55ee8b27a7ac474f03b7aee340)

Author SHA1 Message Date
Andres Freund b64d92f1a5 Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago
Andres Freund 7e3f728353 Fix configure check for %z printf support after INT64_MODIFIER changes. 11 years ago
Heikki Linnakangas ce486056ec Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints. 11 years ago
Noah Misch e565ff7553 Move PGAC_LDAP_SAFE to config/programs.m4. 11 years ago
Tom Lane 2e8ce9ae46 Remove some useless code in the configure script. 11 years ago
Peter Eisentraut 55fb759ab3 Silence Bison deprecation warnings 11 years ago
Tom Lane 20561acf93 On OS X, link libpython normally, ignoring the "framework" framework. 11 years ago
Tom Lane eaba54c20c Accept tcl 8.6 in configure's probe for tclsh. 12 years ago
Tom Lane 7fa5bc43aa Update config.guess and config.sub 12 years ago
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