index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
msvc
/
Solution.pm
Commit message (
Expand
)
Author
Age
*
Ensure HAVE_DECL_XXX macros in MSVC builds match those in Unix.
Tom Lane
2021-07-15
*
Portability fixes for sigwait.
Thomas Munro
2021-07-15
*
Probe for preadv/pwritev in a more macOS-friendly way.
Tom Lane
2021-07-12
*
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-09
*
Remove non-existing variable reference in MSVC's Solution.pm
Michael Paquier
2021-06-26
*
fix syntax error
Andrew Dunstan
2021-05-28
*
Report configured port in MSVC built pg_config
Andrew Dunstan
2021-05-28
*
Fix MSVC scripts when building with GSSAPI/Kerberos
Michael Paquier
2021-05-27
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add support for LZ4 build in MSVC scripts
Michael Paquier
2021-05-11
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
*
Refactor HMAC implementations
Michael Paquier
2021-04-03
*
Remove useless configure probe for <lz4/lz4.h>.
Tom Lane
2021-03-22
*
Bring configure support for LZ4 up to snuff.
Tom Lane
2021-03-21
*
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-20
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Add missing pthread_barrier_t.
Thomas Munro
2021-03-10
*
Use sort_template.h for qsort_tuple() and qsort_ssup().
Thomas Munro
2021-03-03
*
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-02-02
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Switch "cl /?" to "cl /help" in MSVC scripts for platform detection
Michael Paquier
2021-01-21
*
Provide pg_preadv() and pg_pwritev().
Thomas Munro
2021-01-11
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
*
Remove ability to independently select random number generator
Magnus Hagander
2020-11-20
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Move catalog toast table declarations
Peter Eisentraut
2020-11-07
*
Rename configure.in to configure.ac
Peter Eisentraut
2020-07-24
*
Define OPENSSL_API_COMPAT
Peter Eisentraut
2020-07-19
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Enable Unix-domain sockets support on Windows
Peter Eisentraut
2020-03-28
*
Remove win32ver.rc from version_stamp.pl
Peter Eisentraut
2020-03-10
*
Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS
Peter Eisentraut
2020-03-04
*
Add PostgreSQL home page to --help output
Peter Eisentraut
2020-02-28
*
Fix build failure on header generation with repetitive builds of MSVC
Michael Paquier
2020-02-25
*
Adjust Solution.pm to set HAVE_STDINT_H.
Tom Lane
2020-02-21
*
Allow running src/tools/msvc/mkvcbuild.pl under not Windows
Peter Eisentraut
2020-02-21
*
Assume that we have signed integral types and flexible array members.
Tom Lane
2020-02-21
*
Assume that we have <wchar.h>.
Tom Lane
2020-02-21
*
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-21
*
Assume that we have rint().
Tom Lane
2020-02-21
*
Assume that we have memmove().
Tom Lane
2020-02-21
*
Assume that we have cbrt().
Tom Lane
2020-02-21
*
Assume that we have isinf().
Tom Lane
2020-02-21
*
Require stdint.h
Peter Eisentraut
2020-02-21
*
Simplify passing of configure arguments to pg_config
Peter Eisentraut
2020-02-10
*
Add kqueue(2) support to the WaitEventSet API.
Thomas Munro
2020-02-05
*
Add configure probe for rl_completion_suppress_quote.
Tom Lane
2020-01-23
*
Improve psql's tab completion for filenames.
Tom Lane
2020-01-23
*
Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut
2020-01-15
*
Generate pg_config.h from pg_config.h.in on Windows
Peter Eisentraut
2019-12-20
[next]