]> git.ipfire.org Git - thirdparty/postgresql.git/history - configure
Doc: fix prompt in psql crosstabview example
[thirdparty/postgresql.git] / configure
2024-04-07  Nathan BossartOptimize pg_popcount() with AVX-512 instructions.
2024-03-05  Thomas MunroAdd --copy-file-range option to pg_upgrade.
2024-02-28  Heikki LinnakangasRemove configure --with-CC option
2024-02-28  Heikki LinnakangasRun autoconf, for update of a comment.
2024-02-28  Heikki LinnakangasRemove AIX support
2024-02-11  Thomas MunroFix gai_strerror() thread-safety on Windows.
2024-01-25  Thomas Munrojit: Require at least LLVM 10.
2024-01-22  Michael PaquierAdd backend support for injection points
2024-01-04  Bruce MomjianUpdate copyright for 2024
2023-11-29  Thomas MunroOptimize pg_readv/pg_pwritev single vector case.
2023-11-28  Tom LaneUse BIO_{get,set}_app_data instead of BIO_{get,set...
2023-11-06  Peter EisentrautRemove distprep
2023-10-25  Michael PaquierLog OpenSSL version in ./configure output
2023-10-22  Thomas MunroLog LLVM library version in configure output.
2023-08-17  Thomas MunroRemove traces of Sun -lposix4.
2023-08-17  Thomas MunroDon't probe extra libraries for fdatasync.
2023-08-10  John NaylorUse native CRC instructions on 64-bit LoongArch
2023-08-07  Peter EisentrautRemove configure check for z_streamp
2023-07-11  Thomas MunroRemove --disable-thread-safety and related code.
2023-07-09  Thomas MunroRename port/thread.c to port/user.c.
2023-07-08  Thomas MunroAll supported systems have locale_t.
2023-07-07  Michael PaquierFix some comments in ./configure and meson setup files
2023-07-03  Michael PaquierRemove support for OpenSSL 1.0.1
2023-06-29  Tom LaneStamp HEAD as 17devel.
2023-06-26  Tom LaneStamp 16beta2. REL_16_BETA2
2023-05-22  Tom LaneStamp 16beta1. REL_16_BETA1
2023-04-20  Tom LaneUse --strip-unneeded when stripping static libraries...
2023-04-18  Jeff DavisBuild ICU support by default.
2023-04-17  Stephen FrostUpdate configure for ab969a376
2023-04-13  Stephen FrostExplicitly require MIT Kerberos for GSSAPI
2023-04-12  Michael PaquierFix detection of unseekable files for fseek() and ftell...
2023-03-24  Michael Paquierlibpq: Add sslcertmode option to control client certifi...
2023-03-17  Michael Paquierlibpq: Remove code for SCM credential authentication
2023-02-17  Thomas MunroRemove obsolete platforms from ps_status.c.
2023-02-15  Michael PaquierFix handling of SCRAM-SHA-256's channel binding with...
2023-01-02  Bruce MomjianUpdate copyright for 2023
2022-12-12  Thomas MunroDisable clang 16's -Wcast-function-type-strict.
2022-12-08  Andres FreundAdd option to specify segment size in blocks
2022-12-07  Andres Freundautoconf: Move export_dynamic determination to configure
2022-12-02  Andres Freundautoconf: Don't AC_SUBST() LD in configure
2022-12-02  Andres Freundautoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C
2022-10-20  Peter EisentrautMake finding openssl program a configure or meson option
2022-10-19  Thomas MunroTrack LLVM 15 changes.
2022-10-07  Andres Freundautoconf: Rely on ar supporting index creation
2022-10-07  David RowleyAdd -Wshadow=compatible-local to the standard compilati...
2022-09-22  Andres Freundmeson: Add initial version of meson based build system
2022-09-21  Michael PaquierAdd definition pg_attribute_aligned() for MSVC
2022-09-17  Andres FreundRemove DLLTOOL, DLLWRAP from configure / Makefile.global.in
2022-09-16  Andres Freundaix: xlc: Use -Wl,-b,expfull for old compiler versions
2022-09-14  John NaylorBump minimum Perl version to 5.14
2022-09-10  Andres Freundconfigure: Expand -fvisibility checks to more compilers...
2022-09-09  John NaylorBump minimum version of Flex to 2.5.35
2022-09-09  John NaylorBump minimum version of Bison to 2.3
2022-08-25  Thomas MunroRemove configure probe for sockaddr_in6 and require...
2022-08-23  Peter EisentrautRemove further unwanted linker flags from perl_embed_ld...
2022-08-22  Thomas MunroRemove configure probes for sockaddr_storage members.
2022-08-18  Andres FreundDon't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h
2022-08-18  Tom LaneRemove unused configure variable.
2022-08-18  Thomas MunroRemove configure probe for netinet/tcp.h.
2022-08-18  Thomas MunroRemove configure probe for sys/sockio.h.
2022-08-18  Thomas MunroRemove configure probe for net/if.h.
2022-08-13  Thomas MunroRemove configure probe for gethostbyname_r.
2022-08-13  Thomas MunroRemove replacement code for getaddrinfo.
2022-08-13  Thomas MunroRemove configure probe for struct sockaddr_storage.
2022-08-13  Tom LaneRemove configurability of PPC spinlock assembly code.
2022-08-13  Thomas MunroRemove configure probe for shl_load library.
2022-08-13  Thomas MunroRemove configure probe for sys/resource.h and refactor.
2022-08-13  Thomas MunroRemove configure probes for sys/ipc.h, sys/sem.h, sys...
2022-08-13  Thomas MunroRemove configure probe for sys/select.h.
2022-08-13  Thomas MunroRemove configure probes for sys/un.h and struct sockadd...
2022-08-13  Thomas MunroRemove configure probe for sys/uio.h.
2022-08-07  Andres FreundTrust a few system headers to stand on their own
2022-08-07  Andres Freundwindows: Remove HAVE_MINIDUMP_TYPE test
2022-08-07  Andres FreundRely on __func__ being supported
2022-08-07  Thomas MunroSimplify replacement code for strtof.
2022-08-06  Andres FreundSimplify gettimeofday() fallback logic.
2022-08-05  Thomas MunroRemove fallbacks for strtoll, strtoull.
2022-08-05  Thomas MunroRemove configure probe for fdatasync.
2022-08-05  Thomas MunroRemove configure probe for clock_gettime.
2022-08-05  Thomas MunroSimplify replacement code for preadv and pwritev.
2022-08-04  Thomas MunroRemove dead pread and pwrite replacement code.
2022-08-04  Thomas MunroRemove dead setenv, unsetenv replacement code.
2022-08-04  Thomas MunroRemove configure probes for poll and poll.h.
2022-08-04  Thomas MunroRemove configure probe for link.
2022-08-04  Thomas MunroRemove configure probes for symlink/readlink, and dead...
2022-08-04  Thomas MunroRemove configure probe for setsid.
2022-08-04  Thomas MunroRemove configure probe for shm_open.
2022-08-04  Thomas MunroRemove configure probe and related tests for getrlimit.
2022-08-04  Thomas MunroRemove configure probe for dlopen, and refactor.
2022-07-23  Thomas MunroRemove dead getpwuid_r replacement code.
2022-07-23  Thomas MunroRemove dead handling for pre-POSIX sigwait().
2022-07-23  Thomas MunroRemove dead getrusage replacement code.
2022-07-23  Thomas MunroRemove configure probe for wctype.h.
2022-07-23  Thomas MunroRemove configure probe for sys/tas.h.
2022-07-21  Thomas MunroRemove fls(), use pg_leftmost_one_pos32() instead.
2022-07-20  Thomas MunroAdd wal_sync_method=fdatasync for Windows.
2022-07-18  Andres FreundFix configure executable permissions.
2022-07-18  Andres FreundDefault to hidden visibility for extension libraries...
2022-07-14  Michael PaquierRemove support for Visual Studio 2013
2022-07-08  Thomas MunroRemove HP-UX port.
next