summaryrefslogtreecommitdiff
path: root/src/tools/msvc/Project.pm
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* windows: remove date from version number in win32ver.rcAndres Freund2022-09-261-5/+0
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-171-7/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-5/+5
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Disable unused-variable warning C4101 in MSVCDaniel Gustafsson2021-11-301-1/+1
* Remove some special cases from MSVC build scriptsDavid Rowley2021-08-091-0/+37
* Don't duplicate references and libraries in MSVC scriptsDavid Rowley2021-07-291-2/+9
* Make the includes field an array in MSVC build scriptsDavid Rowley2021-07-291-5/+7
* Use the AddFile function consistently in MSVC build scriptsDavid Rowley2021-07-281-5/+5
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Use perl's $/ more idiomaticallyAndrew Dunstan2020-04-131-8/+2
* Allow running src/tools/msvc/mkvcbuild.pl under not WindowsPeter Eisentraut2020-02-211-1/+1
* Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut2020-01-151-0/+8
* Handle spaces in OpenSSL install location for MSVCAndrew Dunstan2019-10-041-1/+2
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-2/+1
* Fix compile-time warnings on all perl codeAndrew Dunstan2018-05-311-0/+1
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-271-0/+15
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-091-2/+4
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-271-4/+4
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-1/+1
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-271-14/+14
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-071-1/+1
* Fix various common mispellings.Greg Stark2016-06-031-2/+2
* pgindent run for 9.5Bruce Momjian2015-05-231-0/+1
* Replace backslashes by forward slashes in MSVC build codePeter Eisentraut2015-04-251-23/+19
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-181-11/+27
* MSVC: Process Makefile line continuations more like "make" does.Noah Misch2014-07-141-1/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+2
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-1/+1
* Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander2013-01-311-1/+1
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-041-43/+49
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-303/+304
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-281-2/+2
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-031-208/+24
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander2010-04-091-13/+16
* Disable linker warning 4197 on Win64, that is caused by the fact that we exportMagnus Hagander2010-01-051-2/+8
* Silence compiler warning about size of size_t being larger than the resultMagnus Hagander2010-01-021-2/+2
* Detect a 64-bit build environment on Windows, and generate the appropriateMagnus Hagander2010-01-011-14/+16
* Add basic build support for Visual Studio 2008, without resorting toMagnus Hagander2009-12-231-3/+4
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-121-2/+1
* Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander2009-07-271-1/+2
* Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea...Andrew Dunstan2008-04-151-2/+3
* Un-break msvc port yet again (it started pulling in the DarwinMagnus Hagander2008-02-191-1/+4
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-2/+2
* Handle libraries in directories with spaces in them.Magnus Hagander2008-02-051-1/+6
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-111-2/+2
* Build snowball DLL for tsearch-in-core.Magnus Hagander2007-08-211-1/+14
* Disable warning 4090 = different const qualifiers on msvc since itMagnus Hagander2007-07-251-2/+2