summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2023-11-29Read include/exclude commands for dump/restore from fileDaniel Gustafsson
2023-11-29Optimize pg_readv/pg_pwritev single vector case.Thomas Munro
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-14Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut
2023-11-04Try again to fix the MSVC buildDavid Rowley
2023-11-03Add missing unicode_category.c to MSVC build scriptsDavid Rowley
2023-10-25Add missing include dir and references to libpq for MSVC buildDavid Rowley
2023-09-18Fix MSVC build for changes to binaryheap.Nathan Bossart
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-08-10Update Solution.pm for new LoongArch CRC symbolJohn Naylor
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-06-12src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work.Noah Misch
2023-06-12src/tools/msvc: Move all.sym temporary file back to Debug/postgres.Noah Misch
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-17Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.Tom Lane
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-04-08Try to unbreak MSVC builds for pg_waldumpAndrew Dunstan
2023-04-08Try to unbreak MSVC builds for fuzzystrmatchAndrew Dunstan
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-15MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan
2023-02-26Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
2023-01-18Refactor code for restoring files via shell commandsMichael Paquier
2023-01-11Fix MSVC buildPeter Eisentraut
2023-01-03Windows support in pg_import_system_collationsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-28Reorder some object files in makefilesPeter Eisentraut
2022-11-27Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-06windows: Adjust FD_SETSIZE via commandline defineAndres Freund
2022-09-26windows: remove date from version number in win32ver.rcAndres Freund
2022-09-24De-special-case pgevent's rc file handlingAndres Freund
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-14Bump minimum Perl version to 5.14John Naylor
2022-09-14Move gramparse.h to src/backend/parserJohn 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-04Fix MSVC linker error for specparse.objJohn Naylor
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-23Don't define FRONTEND for libpqAndres Freund