summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Build ICU support by default.Jeff Davis2023-04-181-2/+6
* Update Kerberos/GSSAPI configure/meson checkStephen Frost2023-04-171-2/+2
* Explicitly require MIT Kerberos for GSSAPIStephen Frost2023-04-131-0/+2
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-121-0/+1
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-241-2/+3
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-171-7/+0
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-171-13/+0
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-0/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Disable clang 16's -Wcast-function-type-strict.Thomas Munro2022-12-131-0/+6
* Add option to specify segment size in blocksAndres Freund2022-12-071-9/+27
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-061-2/+6
* autoconf: Don't AC_SUBST() LD in configureAndres Freund2022-12-011-1/+0
* autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund2022-12-011-5/+5
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-201-0/+1
* Track LLVM 15 changes.Thomas Munro2022-10-191-0/+3
* autoconf: Rely on ar supporting index creationAndres Freund2022-10-071-1/+0
* Add -Wshadow=compatible-local to the standard compilation flagsDavid Rowley2022-10-071-0/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+6
* Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund2022-09-171-2/+0
* aix: xlc: Use -Wl,-b,expfull for old compiler versionsAndres Freund2022-09-161-0/+5
* configure: Expand -fvisibility checks to more compilers, test for -qvisibilityAndres Freund2022-09-091-11/+28
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-6/+0
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-1/+1
* Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund2022-08-181-6/+6
* Remove unused configure variable.Tom Lane2022-08-181-1/+0
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-181-1/+0
* Remove configure probe for sys/sockio.h.Thomas Munro2022-08-181-1/+0
* Remove configure probe for net/if.h.Thomas Munro2022-08-181-1/+0
* Remove configure probe for gethostbyname_r.Thomas Munro2022-08-141-2/+1
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-11/+0
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-141-1/+0
* Remove configurability of PPC spinlock assembly code.Tom Lane2022-08-131-12/+1
* Remove configure probe for shl_load library.Thomas Munro2022-08-141-1/+0
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-141-2/+1
* Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro2022-08-141-3/+0
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-1/+0
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-141-2/+0
* Remove configure probe for sys/uio.h.Thomas Munro2022-08-141-1/+0
* Trust a few system headers to stand on their ownAndres Freund2022-08-071-21/+3
* windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund2022-08-071-11/+0
* Rely on __func__ being supportedAndres Freund2022-08-071-1/+0
* Simplify replacement code for strtof.Thomas Munro2022-08-071-3/+1
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-061-2/+0
* Remove fallbacks for strtoll, strtoull.Thomas Munro2022-08-061-5/+0
* Remove configure probe for fdatasync.Thomas Munro2022-08-051-2/+1
* Remove configure probe for clock_gettime.Thomas Munro2022-08-051-1/+0
* Simplify replacement code for preadv and pwritev.Thomas Munro2022-08-051-2/+0
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-051-2/+2
* Remove dead setenv, unsetenv replacement code.Thomas Munro2022-08-051-13/+0