Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
msvc
/
MSBuildProject.pm
Age
Commit message (
Expand
)
Author
2023-12-20
Remove MSVC scripts
Michael Paquier
2023-06-12
src/tools/msvc: Move all.sym temporary file back to Debug/postgres.
Noah Misch
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-19
Extend gendef.pl in preparation for meson
Andres Freund
2022-08-28
Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds
Michael Paquier
2022-07-14
Remove support for Visual Studio 2013
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-24
Add support for Visual Studio 2022 in build scripts
Michael Paquier
2021-07-28
Make the includes field an array in MSVC build scripts
David Rowley
2021-05-07
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2020-03-25
Define EXEC_BACKEND in pg_config_manual.h
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-02
Add support for Visual Studio 2019 in build scripts
Michael Paquier
2018-08-24
Require C99 (and thus MSCV 2013 upwards).
Andres Freund
2018-06-30
perltidy run prior to branching
Andrew Dunstan
2018-05-31
Fix compile-time warnings on all perl code
Andrew Dunstan
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-09
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-04-27
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2017-12-09
MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.
Noah Misch
2017-09-25
Support building with Visual Studio 2017
Andrew Dunstan
2017-08-14
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
Tom Lane
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2015-04-27
Fix vcbuild failures and chkpass dependency caused by 854adb8
Andrew Dunstan
2015-04-25
Replace backslashes by forward slashes in MSVC build code
Peter Eisentraut
2014-12-17
Clarify the regexp used to detect source files in MSVC builds.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-18
Disable RandomizedBaseAddress on MSVC builds
Magnus Hagander
2014-01-26
Enable building with Visual Studion 2013.
Andrew Dunstan
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-02-06
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2012-09-01
Restore setting of _USE_32BIT_TIME_T to 32 bit MSVC builds.
Andrew Dunstan
2012-07-05
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-03
Support for building with MS Visual Studio 2010.
Andrew Dunstan