aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc
Commit message (Expand)AuthorAge
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work.Noah Misch2023-06-12
* src/tools/msvc: Move all.sym temporary file back to Debug/postgres.Noah Misch2023-06-12
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.Tom Lane2023-04-17
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-12
* Try to unbreak MSVC builds for pg_waldumpAndrew Dunstan2023-04-08
* Try to unbreak MSVC builds for fuzzystrmatchAndrew Dunstan2023-04-08
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-24
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-17
* MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan2023-03-15
* Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan2023-02-26
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-17
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-06
* Refactor code for restoring files via shell commandsMichael Paquier2023-01-18
* Fix MSVC buildPeter Eisentraut2023-01-11
* Windows support in pg_import_system_collationsPeter Eisentraut2023-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Reorder some object files in makefilesPeter Eisentraut2022-12-28
* Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan2022-11-27
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-20
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-06
* windows: remove date from version number in win32ver.rcAndres Freund2022-09-26
* De-special-case pgevent's rc file handlingAndres Freund2022-09-24
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-19
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-19
* Extend gendef.pl in preparation for mesonAndres Freund2022-09-19
* Bump minimum Perl version to 5.14John Naylor2022-09-14
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-14
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-09
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Fix MSVC linker error for specparse.objJohn Naylor2022-09-04
* Enable RandomizedBaseAddress (ASLR) on Windows with MSVC buildsMichael Paquier2022-08-28
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* Don't define FRONTEND for libpqAndres Freund2022-08-22
* Don't define FRONTEND for ecpg librariesAndres Freund2022-08-22
* Don't define FRONTEND for initdbAndres Freund2022-08-22
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-22
* Remove remaining mentions of UNSAFE_STAT_OKPeter Eisentraut2022-08-20
* Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund2022-08-18
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Remove configure probe for sys/sockio.h.Thomas Munro2022-08-18
* Remove configure probe for net/if.h.Thomas Munro2022-08-18
* Remove configure probe for gethostbyname_r.Thomas Munro2022-08-14
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-14
* Remove configurability of PPC spinlock assembly code.Tom Lane2022-08-13
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-14
* Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro2022-08-14