Commit Graph

237 Commits (6b1a213bbd6599228b2b67f7552ff7cc378797bf)

Author SHA1 Message Date
Noah Misch 4ad6f13500 Copyedit comments and documentation. 10 years ago
Tom Lane 0e9b89986b Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane 9da70efcbe Mop-up for setting minimum Tcl version to 8.4. 10 years ago
Tom Lane dccf8e9e60 Install our "missing" script where PGXS builds can find it. 10 years ago
Tom Lane 32f15d05c8 Accept flex > 2.5.x in configure. 10 years ago
Robert Haas c171818b27 Add BSWAP64 macro. 10 years ago
Tom Lane a65e086453 Remove support for Unix systems without the POSIX signal APIs. 10 years ago
Peter Eisentraut 960ea971e6 Update config.guess and config.sub 10 years ago
Andres Freund 6cf72879e9 Improve configure test for the sse4.2 crc instruction. 10 years ago
Andres Freund de6fd1c898 Rely on inline functions even if that causes warnings in older compilers. 10 years ago
Heikki Linnakangas a2932283c2 Update ax_pthread.m4 to an experimental draft version from upstream. 10 years ago
Noah Misch c53f73879f Blacklist xlc 32-bit inlining. 10 years ago
Heikki Linnakangas e97af6c8bf Replace our hacked version of ax_pthread.m4 with latest upstream version. 10 years ago
Heikki Linnakangas a2edb023d0 Replace obsolete autoconf macros with their modern replacements. 10 years ago
Tom Lane 86832eb891 Remove configure check prohibiting threaded libpython on OpenBSD. 10 years ago
Andrew Dunstan f707b53449 fix escaping of brackets for m4 broken in b6b2149e48 11 years ago
Andrew Dunstan b6b2149e48 Fix python_includespec on Windows at configure time 11 years ago
Peter Eisentraut d664a10f96 Move interpreter shared library detection to configure 11 years ago
Heikki Linnakangas 936546dcbc Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86. 11 years ago
Heikki Linnakangas 3dc2d62d04 Use Intel SSE 4.2 CRC instructions where available. 11 years ago
Andres Freund 8122e1437e Add, optional, support for 128bit integers. 11 years ago
Heikki Linnakangas 025c02420d Speed up CRC calculation using slicing-by-8 algorithm. 11 years ago
Tom Lane 8883bae33b Remove configure test for nonstandard variants of getpwuid_r(). 11 years ago
Noah Misch b779168ffe Detect PG_PRINTF_ATTRIBUTE automatically. 11 years ago
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