summaryrefslogtreecommitdiff
path: root/src/tools/msvc
Commit message (Expand)AuthorAgeFilesLines
* Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.Tom Lane2023-04-171-0/+2
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-121-0/+2
* Try to unbreak MSVC builds for pg_waldumpAndrew Dunstan2023-04-081-1/+1
* Try to unbreak MSVC builds for fuzzystrmatchAndrew Dunstan2023-04-081-0/+10
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-241-0/+9
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-171-1/+0
* MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan2023-03-151-0/+5
* Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan2023-02-261-3/+1
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-171-1/+0
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-1/+9
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-061-1/+1
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-181-1/+1
* Fix MSVC buildPeter Eisentraut2023-01-111-1/+1
* Windows support in pg_import_system_collationsPeter Eisentraut2023-01-031-1/+2
* Update copyright for 2023Bruce Momjian2023-01-0217-17/+17
* Reorder some object files in makefilesPeter Eisentraut2022-12-281-1/+1
* Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan2022-11-271-0/+3
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-201-0/+1
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-061-8/+19
* windows: remove date from version number in win32ver.rcAndres Freund2022-09-261-5/+0
* De-special-case pgevent's rc file handlingAndres Freund2022-09-241-1/+0
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-191-1/+3
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-191-1/+1
* Extend gendef.pl in preparation for mesonAndres Freund2022-09-192-22/+49
* Bump minimum Perl version to 5.14John Naylor2022-09-141-1/+0
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-141-4/+0
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-091-1/+1
* Bump minimum version of Bison to 2.3John Naylor2022-09-091-1/+1
* Fix MSVC linker error for specparse.objJohn Naylor2022-09-041-0/+1
* Enable RandomizedBaseAddress (ASLR) on Windows with MSVC buildsMichael Paquier2022-08-281-1/+0
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-1/+0
* Don't define FRONTEND for libpqAndres Freund2022-08-221-1/+0
* Don't define FRONTEND for ecpg librariesAndres Freund2022-08-221-3/+0
* Don't define FRONTEND for initdbAndres Freund2022-08-221-18/+8
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-4/+0
* Remove remaining mentions of UNSAFE_STAT_OKPeter Eisentraut2022-08-201-1/+0
* Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund2022-08-181-2/+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-1/+0
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-142-3/+1
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-141-1/+0
* Remove configurability of PPC spinlock assembly code.Tom Lane2022-08-131-1/+0
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-142-2/+2
* 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
* Fix MSVC build script's check for obsolete node support functions.Tom Lane2022-08-081-28/+22