Commit Graph

245 Commits (077bf2f2750076675ae7195c58bec9a62d62fd34)

Author SHA1 Message Date
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
Tom Lane 9a9f25e217 Fix MSVC build script's check for obsolete node support functions. 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
Thomas Munro 634a89c708 Remove configure probe for wctype.h. 3 years ago
Thomas Munro a3b8d2a997 Remove configure probe for sys/tas.h. 3 years ago
Thomas Munro 4f1f5a7f85 Remove fls(), use pg_leftmost_one_pos32() instead. 3 years ago
Thomas Munro 9430fb407b Add wal_sync_method=fdatasync for Windows. 3 years ago
Andres Freund adba4b7471 Add output directory option to gen_node_support.pl 3 years ago
Andres Freund 2bf626b714 Add output file argument to generate-errcodes.pl 3 years ago
Andres Freund 4f20506fe0 Add output path arg in generate-lwlocknames.pl 3 years ago
Andres Freund db0a272d12 ecpg: Output dir, source dir, stamp file argument for preproc/*.pl 3 years ago
Andres Freund 7c3c2cb9ae psql: Output dir and dependency generation for sql_help 3 years ago
Andres Freund 089480c077 Default to hidden visibility for extension libraries where possible 3 years ago
Michael Paquier 6203583b72 Remove support for Visual Studio 2013 3 years ago
Tom Lane bf022d337e Rationalize order of input files for gen_node_support.pl. 4 years ago
Peter Eisentraut 964d01ae90 Automatically generate node support functions 4 years ago
Thomas Munro 9db300ce6e Remove HP-UX port. 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Peter Eisentraut cfb63b994e Simplify configure test 4 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 4 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 4 years ago
Robert Haas 6c417bbcc8 Add support for building with ZSTD. 4 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 4 years ago
Tom Lane c5f5b4dd4b Test honestly for <sys/signalfd.h>. 4 years ago
Tom Lane 4b0e37faaf Remove configure's check for rl_completion_append_character. 4 years ago
Thomas Munro f3e78069db Make EXEC_BACKEND more convenient on Linux and FreeBSD. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane a7da419810 Add configure probe for rl_variable_bind(). 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Michael Paquier b2265d305d Add support for Visual Studio 2022 in build scripts 4 years ago