summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2022-09-24De-special-case pgevent's rc file handlingAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Fix `trap` in a few shell scriptsAlvaro Herrera
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-09-19Extend gendef.pl in preparation for mesonAndres Freund
2022-09-14Fix failure to build gramparse.h standalone in vpath buildsJohn Naylor
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-13Adjust header exceptions for 0bd9c6297John Naylor
2022-09-09Bump minimum version of Flex to 2.5.35John Naylor
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-06Fix cplusplusscheck in vpath buildsJohn Naylor
2022-09-06Fix headerscheck in vpath buildsJohn Naylor
2022-09-06Add missing exceptions to cpluspluscheckJohn Naylor
2022-09-04Fix MSVC linker error for specparse.objJohn Naylor
2022-09-04Build all Flex files standaloneJohn Naylor
2022-09-01Move darwin sysroot determination into separate fileAndres Freund
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-29Improve performance of and reduce overheads of memory managementDavid Rowley
2022-08-28Enable RandomizedBaseAddress (ASLR) on Windows with MSVC buildsMichael Paquier
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-23Don't define FRONTEND for libpqAndres Freund
2022-08-23Don't define FRONTEND for ecpg librariesAndres Freund
2022-08-23Don'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-15Fix headerscheck and cpluspluscheck's exit codes.Thomas Munro
2022-08-13Add new win32 header to headerscheck and cpluspluscheckThomas Munro
2022-08-13Remove configure probe for gethostbyname_r.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Remove configurability of PPC spinlock assembly code.Tom Lane
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-08-13Remove 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-05Remove fallbacks for strtoll, strtoull.Thomas Munro
2022-08-05Remove configure probe for fdatasync.Thomas Munro