Commit Graph

115 Commits (a8500750ca0acf6bb95cf9d1ac7f421749b22db7)

Author SHA1 Message Date
Andres Freund d3b111e320 Add option to specify segment size in blocks 3 years ago
Andres Freund 9db49fc5bf autoconf: Move export_dynamic determination to configure 3 years ago
Andres Freund 069de07eae autoconf: Don't AC_SUBST() LD in configure 3 years ago
Andres Freund e0f0e08e17 autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C 3 years ago
Peter Eisentraut c8e4030d1b Make finding openssl program a configure or meson option 3 years ago
Thomas Munro c2ae01f695 Track LLVM 15 changes. 3 years ago
Andres Freund 2473cb9ff3 autoconf: Rely on ar supporting index creation 3 years ago
David Rowley 0fe954c285 Add -Wshadow=compatible-local to the standard compilation flags 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Andres Freund 8d513a6b71 Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in 3 years ago
Andres Freund d08a049db9 aix: xlc: Use -Wl,-b,expfull for old compiler versions 3 years ago
Andres Freund be7c15b194 configure: Expand -fvisibility checks to more compilers, test for -qvisibility 3 years ago
Thomas Munro bcc8b14ef6 Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago
Thomas Munro 64ef572c06 Remove configure probes for sockaddr_storage members. 3 years ago
Andres Freund 4ab53b647a Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h 3 years ago
Tom Lane 27f1774aac Remove unused configure variable. 3 years ago
Thomas Munro 2492fe49dc Remove configure probe for netinet/tcp.h. 3 years ago
Thomas Munro 2cea02fb85 Remove configure probe for sys/sockio.h. 3 years ago
Thomas Munro 2f8d918359 Remove configure probe for net/if.h. 3 years ago
Thomas Munro 52ea29045b Remove configure probe for gethostbyname_r. 3 years ago
Thomas Munro 5579388d2d Remove replacement code for getaddrinfo. 3 years ago
Thomas Munro de42bc3ac8 Remove configure probe for struct sockaddr_storage. 3 years ago
Tom Lane 8ded65682b Remove configurability of PPC spinlock assembly code. 3 years ago
Thomas Munro adee0df127 Remove configure probe for shl_load library. 3 years ago
Thomas Munro 36b3d52459 Remove configure probe for sys/resource.h and refactor. 3 years ago
Thomas Munro 37a65d1db1 Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. 3 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 3 years ago
Thomas Munro 077bf2f275 Remove configure probes for sys/un.h and struct sockaddr_un. 3 years ago
Thomas Munro 75357ab940 Remove configure probe for sys/uio.h. 3 years ago
Andres Freund a2a36d56b9 Trust a few system headers to stand on their own 3 years ago
Andres Freund 9ddb870bd4 windows: Remove HAVE_MINIDUMP_TYPE test 3 years ago
Andres Freund 320f92b744 Rely on __func__ being supported 3 years ago
Thomas Munro cbf4403134 Simplify replacement code for strtof. 3 years ago
Andres Freund 922a8fa098 Simplify gettimeofday() fallback logic. 3 years ago
Thomas Munro feb593506b Remove fallbacks for strtoll, strtoull. 3 years ago
Thomas Munro d2e150831a Remove configure probe for fdatasync. 3 years ago
Thomas Munro 623cc67347 Remove configure probe for clock_gettime. 3 years ago
Thomas Munro a0dc827112 Simplify replacement code for preadv and pwritev. 3 years ago
Thomas Munro cf112c1220 Remove dead pread and pwrite replacement code. 3 years ago
Thomas Munro 71f5dc6dfb Remove dead setenv, unsetenv replacement code. 3 years ago
Thomas Munro b79ec732d2 Remove configure probes for poll and poll.h. 3 years ago
Thomas Munro 5963c9a154 Remove configure probe for link. 3 years ago
Thomas Munro 2b1f580ee2 Remove configure probes for symlink/readlink, and dead code. 3 years ago
Thomas Munro adeef67834 Remove configure probe for setsid. 3 years ago
Thomas Munro 098f4d813b Remove configure probe for shm_open. 3 years ago
Thomas Munro bdb657edd6 Remove configure probe and related tests for getrlimit. 3 years ago
Thomas Munro ca1e85513e Remove configure probe for dlopen, and refactor. 3 years ago
Thomas Munro e757cdd6ad Remove dead getpwuid_r replacement code. 3 years ago
Thomas Munro fb12becdfb Remove dead handling for pre-POSIX sigwait(). 3 years ago
Thomas Munro 86e5eb4f58 Remove dead getrusage replacement code. 3 years ago