summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Add definition pg_attribute_aligned() for MSVCMichael Paquier
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-09-09Bump minimum version of Flex to 2.5.35John Naylor
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-08-23Remove further unwanted linker flags from perl_embed_ldflagsPeter Eisentraut
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-08-07Rely on __func__ being supportedAndres Freund
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2022-07-06Unify DLSUFFIX on DarwinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Update config.guess and config.subPeter Eisentraut
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-20Ensure the right perl is used for TAP tests on msysAndrew Dunstan
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-17plpython: Reject Python 2 during build configuration.Andres Freund
2022-02-03Remove configure's check for rl_completion_append_character.Tom Lane
2022-01-25Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane
2022-01-25Revert "Temporarily add some information about python include paths to config...Tom Lane
2022-01-24Temporarily add some information about python include paths to configure.Andres Freund
2022-01-20Revert "Make configure prefer python3 to plain python."Tom Lane
2022-01-19Make configure prefer python3 to plain python.Tom Lane
2022-01-18Revert "Replace use of deprecated Python module distutils.sysconfig"Peter Eisentraut
2022-01-18Replace use of deprecated Python module distutils.sysconfigPeter Eisentraut
2021-11-22Pacify perlcritic.Tom Lane
2021-11-22Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane
2021-11-12Report found versions of required perl modulesAndrew Dunstan
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-10-07Adjust configure to insist on Perl version >= 5.8.3.Tom Lane
2021-07-24Remove configure-time thread safety checking (thread_test.c).Tom Lane
2021-07-15Portability fixes for sigwait.Thomas Munro
2021-04-21Update config.guess and config.subPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-08jit: configure: Explicitly reference 'native' component.Andres Freund
2020-11-30Remove configure-time probe for DocBook DTD.Tom Lane
2020-10-21Remove the option to build thread_test.c outside configure.Tom Lane
2020-07-24Rename configure.in to configure.acPeter Eisentraut
2020-04-30Update config.guess and config.subPeter Eisentraut
2020-04-22Sync up some inconsistent comments in config/c-compiler.m4.Tom Lane
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-02-21Assume that we have signed integral types and flexible array members.Tom Lane
2020-01-23Add configure probe for rl_completion_suppress_quote.Tom Lane
2020-01-23Improve psql's tab completion for filenames.Tom Lane
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2019-10-07Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut