aboutsummaryrefslogtreecommitdiff
path: root/src/tools/msvc/Solution.pm
Commit message (Expand)AuthorAge
* Ensure HAVE_DECL_XXX macros in MSVC builds match those in Unix.Tom Lane2021-07-15
* Portability fixes for sigwait.Thomas Munro2021-07-15
* Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane2021-07-12
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-09
* Remove non-existing variable reference in MSVC's Solution.pmMichael Paquier2021-06-26
* 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
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add support for LZ4 build in MSVC scriptsMichael Paquier2021-05-11
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Refactor HMAC implementationsMichael Paquier2021-04-03
* Remove useless configure probe for <lz4/lz4.h>.Tom Lane2021-03-22
* Bring configure support for LZ4 up to snuff.Tom Lane2021-03-21
* Provide recovery_init_sync_method=syncfs.Thomas Munro2021-03-20
* Allow configurable LZ4 TOAST compression.Robert Haas2021-03-19
* Add missing pthread_barrier_t.Thomas Munro2021-03-10
* Use sort_template.h for qsort_tuple() and qsort_ssup().Thomas Munro2021-03-03
* Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane2021-02-02
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Switch "cl /?" to "cl /help" in MSVC scripts for platform detectionMichael Paquier2021-01-21
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-11
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Remove ability to independently select random number generatorMagnus Hagander2020-11-20
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Move catalog toast table declarationsPeter Eisentraut2020-11-07
* Rename configure.in to configure.acPeter Eisentraut2020-07-24
* Define OPENSSL_API_COMPATPeter Eisentraut2020-07-19
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Remove win32ver.rc from version_stamp.plPeter Eisentraut2020-03-10
* Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut2020-03-04
* Add PostgreSQL home page to --help outputPeter Eisentraut2020-02-28
* Fix build failure on header generation with repetitive builds of MSVCMichael Paquier2020-02-25
* Adjust Solution.pm to set HAVE_STDINT_H.Tom Lane2020-02-21
* Allow running src/tools/msvc/mkvcbuild.pl under not WindowsPeter Eisentraut2020-02-21
* Assume that we have signed integral types and flexible array members.Tom Lane2020-02-21
* Assume that we have <wchar.h>.Tom Lane2020-02-21
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-21
* Assume that we have rint().Tom Lane2020-02-21
* Assume that we have memmove().Tom Lane2020-02-21
* Assume that we have cbrt().Tom Lane2020-02-21
* Assume that we have isinf().Tom Lane2020-02-21
* Require stdint.hPeter Eisentraut2020-02-21
* Simplify passing of configure arguments to pg_configPeter Eisentraut2020-02-10
* Add kqueue(2) support to the WaitEventSet API.Thomas Munro2020-02-05
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-23
* Improve psql's tab completion for filenames.Tom Lane2020-01-23
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-15
* Generate pg_config.h from pg_config.h.in on WindowsPeter Eisentraut2019-12-20