summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane2023-04-201-1/+1
* Build ICU support by default.Jeff Davis2023-04-181-24/+12
* Update configure for ab969a376Stephen Frost2023-04-171-13/+13
* Explicitly require MIT Kerberos for GSSAPIStephen Frost2023-04-131-0/+27
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-121-0/+6
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-241-5/+7
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-171-16/+0
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-171-35/+0
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-0/+12
* Update copyright for 2023Bruce Momjian2023-01-021-2/+2
* Disable clang 16's -Wcast-function-type-strict.Thomas Munro2022-12-131-0/+44
* Add option to specify segment size in blocksAndres Freund2022-12-071-10/+53
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-061-132/+77
* autoconf: Don't AC_SUBST() LD in configureAndres Freund2022-12-011-2/+0
* autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund2022-12-011-10/+9
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-201-0/+55
* Track LLVM 15 changes.Thomas Munro2022-10-191-0/+89
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-071-93/+0
* Add -Wshadow=compatible-local to the standard compilation flagsDavid Rowley2022-10-071-0/+91
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+6
* Add definition pg_attribute_aligned() for MSVCMichael Paquier2022-09-211-0/+2
* Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund2022-09-171-186/+0
* aix: xlc: Use -Wl,-b,expfull for old compiler versionsAndres Freund2022-09-161-0/+5
* Bump minimum Perl version to 5.14John Naylor2022-09-141-3/+3
* configure: Expand -fvisibility checks to more compilers, test for -qvisibilityAndres Freund2022-09-091-148/+252
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-091-3/+3
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-3/+3
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-10/+0
* Remove further unwanted linker flags from perl_embed_ldflagsPeter Eisentraut2022-08-231-2/+2
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-48/+0
* Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund2022-08-181-14/+2
* Remove unused configure variable.Tom Lane2022-08-181-2/+1
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-181-1/+1
* Remove configure probe for sys/sockio.h.Thomas Munro2022-08-181-1/+1
* Remove configure probe for net/if.h.Thomas Munro2022-08-181-1/+1
* Remove configure probe for gethostbyname_r.Thomas Munro2022-08-141-61/+4
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-42/+0
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-141-13/+0
* Remove configurability of PPC spinlock assembly code.Tom Lane2022-08-131-33/+1
* Remove configure probe for shl_load library.Thomas Munro2022-08-141-56/+0
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-141-7/+7
* Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro2022-08-141-5/+2
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-1/+1
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-141-16/+1
* Remove configure probe for sys/uio.h.Thomas Munro2022-08-141-1/+1
* Trust a few system headers to stand on their ownAndres Freund2022-08-071-55/+1
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-071-26/+0
* Rely on __func__ being supportedAndres Freund2022-08-071-61/+0
* Simplify replacement code for strtof.Thomas Munro2022-08-071-15/+1
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-061-47/+0