summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2022-08-22Don't define FRONTEND for libpqAndres Freund
2022-08-22Don't define FRONTEND for ecpg librariesAndres Freund
2022-08-22Don't define FRONTEND for initdbAndres Freund
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-20Remove remaining mentions of UNSAFE_STAT_OKPeter Eisentraut
2022-08-18Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-18Remove configure probe for sys/sockio.h.Thomas Munro
2022-08-18Remove configure probe for net/if.h.Thomas Munro
2022-08-14Remove configure probe for gethostbyname_r.Thomas Munro
2022-08-14Remove replacement code for getaddrinfo.Thomas Munro
2022-08-14Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Remove configurability of PPC spinlock assembly code.Tom Lane
2022-08-14Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-14Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-08-14Remove configure probe for sys/select.h.Thomas Munro
2022-08-14Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-08-14Remove configure probe for sys/uio.h.Thomas Munro
2022-08-08Fix MSVC build script's check for obsolete node support functions.Tom Lane
2022-08-07windows: Remove HAVE_MINIDUMP_TYPE testAndres Freund
2022-08-07Rely on __func__ being supportedAndres Freund
2022-08-07Simplify replacement code for strtof.Thomas Munro
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2022-08-06Remove fallbacks for strtoll, strtoull.Thomas Munro
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-05Remove configure probe for clock_gettime.Thomas Munro
2022-08-05Simplify replacement code for preadv and pwritev.Thomas Munro
2022-08-05Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-05Remove dead setenv, unsetenv replacement code.Thomas Munro
2022-08-05Remove configure probes for poll and poll.h.Thomas Munro
2022-08-05Remove configure probe for link.Thomas Munro
2022-08-05Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-05Remove configure probe for setsid.Thomas Munro
2022-08-05Remove configure probe for shm_open.Thomas Munro
2022-08-05Remove configure probe and related tests for getrlimit.Thomas Munro
2022-08-05Remove configure probe for dlopen, and refactor.Thomas Munro
2022-07-24Remove dead getpwuid_r replacement code.Thomas Munro
2022-07-24Remove dead handling for pre-POSIX sigwait().Thomas Munro
2022-07-24Remove dead getrusage replacement code.Thomas Munro
2022-07-23Remove configure probe for wctype.h.Thomas Munro
2022-07-23Remove configure probe for sys/tas.h.Thomas Munro
2022-07-22Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-07-20Add wal_sync_method=fdatasync for Windows.Thomas Munro
2022-07-18Add output directory option to gen_node_support.plAndres Freund
2022-07-18Add output file argument to generate-errcodes.plAndres Freund
2022-07-18Add output path arg in generate-lwlocknames.plAndres Freund
2022-07-18Move snowball_create.sql creation into perl fileAndres Freund
2022-07-18ecpg: Output dir, source dir, stamp file argument for preproc/*.plAndres Freund
2022-07-18psql: Output dir and dependency generation for sql_helpAndres Freund
2022-07-17Default to hidden visibility for extension libraries where possibleAndres Freund