aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc/Solution.pm
Commit message (Expand)AuthorAge
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Define OPENSSL_API_COMPATPeter Eisentraut2023-06-24
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Add support for Visual Studio 2022 in build scriptsMichael Paquier2021-11-24
* Fix build of MSVC with OpenSSL 3.0.0Michael Paquier2021-10-20
* fix syntax errorAndrew Dunstan2021-05-28
* Report configured port in MSVC built pg_configAndrew Dunstan2021-05-28
* Fix MSVC scripts when building with GSSAPI/KerberosMichael Paquier2021-05-27
* Handle spaces in OpenSSL install location for MSVCAndrew Dunstan2019-10-04
* Add support for Visual Studio 2019 in build scriptsMichael Paquier2019-07-03
* Add support for OpenSSL 1.1.0 and newer versions in MSVC scriptsMichael Paquier2019-06-26
* Remove last references to WAL segment size in MSVC scriptsMichael Paquier2019-06-19
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-20
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Blind attempt at fixing Windows buildAlvaro Herrera2019-02-12
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-03
* Create a separate oid range for oids assigned by genbki.pl.Andres Freund2018-12-13
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Require C99 (and thus MSCV 2013 upwards).Andres Freund2018-08-23
* perltidy run prior to branchingAndrew Dunstan2018-06-30
* Fix compile-time warnings on all perl codeAndrew Dunstan2018-05-31
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* MSVC builds must use a separate stamp file for copying generated headers.Tom Lane2018-05-18
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.Tom Lane2018-05-03
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.Tom Lane2018-04-09
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-08
* Fix up ecpg's configuration so it handles "long long int" in MSVC builds.Tom Lane2018-02-27
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-03
* MSVC: Rebuild spiexceptions.h when out of date.Noah Misch2017-11-12
* Attempt to adapt windows build for 212e6f34d55c.Andres Freund2017-10-04
* Support building with Visual Studio 2017Andrew Dunstan2017-09-25
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix macro-redefinition warning on MSVC.Tom Lane2017-09-03
* MSVC: Repair libpq.rc generator.Noah Misch2017-07-09
* Use correct ICU path for Windows 32 vs. 64 bitPeter Eisentraut2017-06-13
* Add MSVC build system support for ICUPeter Eisentraut2017-06-12
* Fix thinko in previous openssl changeAndrew Dunstan2017-06-05
* Find openssl lib files in right directory for MSVCAndrew Dunstan2017-06-05
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Add libxml2 include path for MSVC buildsAndrew Dunstan2017-05-12
* Remove reinvention of stringify macro.Tom Lane2017-04-02
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* De-support floating-point timestamps.Tom Lane2017-02-23
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17