aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc/Mkvcbuild.pm
Commit message (Expand)AuthorAge
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Exclude new src/test/modules/unsafe_tests directory from MSVC build.Tom Lane2019-06-30
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* GSSAPI encryption supportStephen Frost2019-04-03
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-15
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-15
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-13
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-13
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Eliminate parallel-make hazard in ecpg/preproc.Tom Lane2018-12-01
* Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro2018-11-07
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Tweak MSVC build system to match changes in 7143b3e82.Tom Lane2018-09-28
* Tweak MSVC build system to match changes in 7143b3e82.Tom Lane2018-09-28
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-16
* Install a check for mis-linking of src/port and src/common functions.Tom Lane2018-09-09
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Prevent possibly spurious error when running perl -cwAndrew Dunstan2018-05-18
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* Remove Windows module-list-dumping code.Tom Lane2018-04-30
* Dump full memory maps around failing Windows reattach code.Tom Lane2018-04-30
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Refactor dir/file permissionsStephen Frost2018-04-07
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-04
* Attempt to fix jsonb_plperl build on WindowsPeter Eisentraut2018-04-03
* Attempt to fix jsonb_plpython build on WindowsPeter Eisentraut2018-03-28
* Add conditional.c to libpgfeutils for MSVC buildTeodor Sigaev2018-03-22
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Actually pick .lib file when multiple perl libs are presentMagnus Hagander2018-03-04
* Fix msvc builds for ActivePerl > 5.24Magnus Hagander2018-03-02
* Refactor client-side SSL certificate checking codePeter Eisentraut2018-01-30
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-08
* Support linking with MinGW-built Perl.Noah Misch2017-11-23
* Further tweaks to compiler flags for PL/Perl on Windows.Tom Lane2017-08-17
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane2017-08-14
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-28
* MSVC: Accept tcl86.lib in addition to tcl86t.lib.Noah Misch2017-07-23
* MSVC: Don't link libpgcommon into pgcrypto.Noah Misch2017-07-16
* Ooops, WIN32 code in pg_ctl.c still needs PQExpBuffer.Tom Lane2017-06-28
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17