summaryrefslogtreecommitdiff
path: root/src/tools/msvc
AgeCommit message (Expand)Author
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-05Make StringInfo available to frontend code.Andres Freund
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-04Handle spaces in OpenSSL install location for MSVCAndrew Dunstan
2019-09-25Split out recovery confing-writing code from pg_basebackupAlvaro Herrera
2019-09-11Expand properly list of TAP tests used for prove in vcregress.plMichael Paquier
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-09-05Use explicit_bzeroPeter Eisentraut
2019-08-21Remove configure detection of crypt()Peter Eisentraut
2019-08-19Use zic's new "-b slim" option to generate smaller timezone files.Tom Lane
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-27pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut
2019-07-25Fix syntax error in commit 20e99cddd.Tom Lane
2019-07-25Honor MSVC WindowsSDKVersion if setAndrew Dunstan
2019-07-13Fix some inconsistencies in MSVC scriptsMichael Paquier
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-02Add support for Visual Studio 2019 in build scriptsMichael Paquier
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-30Exclude new src/test/modules/unsafe_tests directory from MSVC build.Tom Lane
2019-06-26Add support for OpenSSL 1.1.0 and newer versions in MSVC scriptsMichael Paquier
2019-06-19Remove last references to WAL segment size in MSVC scriptsMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-09MSVC: Reconcile clean.bat with PostgreSQL 12 work.Noah Misch
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-28In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch
2019-05-19In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-04MSVC: Build ~35% faster by calling dumpbin just once per directory.Noah Misch
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-20Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-02-16Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane
2019-02-15Revert attempts to use POPCNT etc instructionsAlvaro Herrera
2019-02-13Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2019-02-13Use strtof() and not strtod() for float4 input.Andrew Gierth
2019-02-12Blind attempt at fixing Windows buildAlvaro Herrera
2019-02-06Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan
2019-02-06Fix included file path for modern perlAndrew Dunstan
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-03Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane