summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane2023-04-201-1/+1
* Update config.guess and config.subPeter Eisentraut2023-04-122-22/+59
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-062-127/+17
* autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund2022-12-011-4/+4
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+4
* Add definition pg_attribute_aligned() for MSVCMichael Paquier2022-09-211-0/+2
* Bump minimum Perl version to 5.14John Naylor2022-09-141-2/+2
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-091-6/+4
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-4/+4
* Remove further unwanted linker flags from perl_embed_ldflagsPeter Eisentraut2022-08-231-5/+5
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-12/+6
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-11/+0
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-141-13/+1
* Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro2022-08-141-4/+1
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-141-14/+0
* Rely on __func__ being supportedAndres Freund2022-08-071-26/+0
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-061-24/+0
* Unify DLSUFFIX on DarwinPeter Eisentraut2022-07-061-10/+5
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-3/+2
* Update config.guess and config.subPeter Eisentraut2022-04-072-622/+706
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-1/+3
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Ensure the right perl is used for TAP tests on msysAndrew Dunstan2022-02-201-0/+5
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-171-0/+22
* plpython: Reject Python 2 during build configuration.Andres Freund2022-02-161-3/+6
* Remove configure's check for rl_completion_append_character.Tom Lane2022-02-021-20/+2
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-01-251-20/+13
* Revert "Temporarily add some information about python include paths to config...Tom Lane2022-01-251-21/+0
* Temporarily add some information about python include paths to configure.Andres Freund2022-01-231-0/+21
* Revert "Make configure prefer python3 to plain python."Tom Lane2022-01-201-5/+7
* Make configure prefer python3 to plain python.Tom Lane2022-01-191-7/+5
* Revert "Replace use of deprecated Python module distutils.sysconfig"Peter Eisentraut2022-01-181-14/+14
* Replace use of deprecated Python module distutils.sysconfigPeter Eisentraut2022-01-181-14/+14
* Pacify perlcritic.Tom Lane2021-11-221-0/+3
* Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane2021-11-222-77/+20
* Report found versions of required perl modulesAndrew Dunstan2021-11-121-2/+2
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-78/+0
* Adjust configure to insist on Perl version >= 5.8.3.Tom Lane2021-10-071-2/+2
* Remove configure-time thread safety checking (thread_test.c).Tom Lane2021-07-241-433/+0
* Portability fixes for sigwait.Thomas Munro2021-07-151-4/+0
* Update config.guess and config.subPeter Eisentraut2021-04-212-414/+507
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* jit: configure: Explicitly reference 'native' component.Andres Freund2020-12-071-0/+1
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-301-40/+0
* Remove the option to build thread_test.c outside configure.Tom Lane2020-10-211-0/+437
* Rename configure.in to configure.acPeter Eisentraut2020-07-241-1/+1
* Update config.guess and config.subPeter Eisentraut2020-04-302-60/+84
* Sync up some inconsistent comments in config/c-compiler.m4.Tom Lane2020-04-221-18/+18
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-281-2/+3