aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAge
* Log LLVM library version in configure output.Thomas Munro2023-10-22
* Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane2023-04-20
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-02-01
* Pacify perlcritic.Tom Lane2021-11-22
* Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane2021-11-22
* jit: configure: Explicitly reference 'native' component.Andres Freund2020-12-07
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-30
* Update config.guess and config.subPeter Eisentraut2020-04-30
* Sync up some inconsistent comments in config/c-compiler.m4.Tom Lane2020-04-22
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Assume that we have signed integral types and flexible array members.Tom Lane2020-02-21
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-23
* Improve psql's tab completion for filenames.Tom Lane2020-01-23
* Remove support for Python older than 2.6Peter Eisentraut2020-01-08
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-07
* Remove obsolete reference to IrixPeter Eisentraut2019-08-18
* Update config.guess and config.subPeter Eisentraut2019-04-27
* Fix vpath buildPeter Eisentraut2019-03-27
* Reorder configure tests for accept() in WindowsAndrew Dunstan2019-03-04
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-15
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-15
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-15
* Fix portability issues in pg_bitutilsAlvaro Herrera2019-02-13
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-13
* Use better comment marker in Autoconf inputPeter Eisentraut2019-02-09
* configure: More use of AC_ARG_VARPeter Eisentraut2019-01-18
* configure: Update python search orderPeter Eisentraut2019-01-13
* Update config/ax_pthread.m4 to latest upstream version.Tom Lane2018-11-19
* Postpone LLVM-related uses of AC_CHECK_DECLS.Tom Lane2018-11-19
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-19
* Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane2018-10-09
* Try another way to detect the result type of strerror_r().Tom Lane2018-09-26
* Always use our own versions of *printf().Tom Lane2018-09-26
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* Detect LLVM 7 without specifying binaries explicitly.Andres Freund2018-09-13
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-24
* LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV version if available.Andres Freund2018-08-24
* Fix configure's snprintf test so it exposes HP-UX bug.Tom Lane2018-08-17
* Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane2018-08-16
* Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane2018-08-12
* Distinguish printf-like functions that support %m from those that don't.Tom Lane2018-08-11
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-22
* Fix typosPeter Eisentraut2018-07-10
* Fix typoPeter Eisentraut2018-07-05
* Update config.guess and config.subPeter Eisentraut2018-06-11
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-23
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-04
* Teach configure --with-python to report the Python version number.Tom Lane2018-04-02
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29