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