| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright for 2023 | Bruce Momjian | 2023-01-02 | 1 | -1/+1 |
* | windows: remove date from version number in win32ver.rc | Andres Freund | 2022-09-26 | 1 | -5/+0 |
* | Default to hidden visibility for extension libraries where possible | Andres Freund | 2022-07-17 | 1 | -7/+0 |
* | Pre-beta mechanical code beautification. | Tom Lane | 2022-05-12 | 1 | -5/+5 |
* | Update copyright for 2022 | Bruce Momjian | 2022-01-07 | 1 | -1/+1 |
* | Disable unused-variable warning C4101 in MSVC | Daniel Gustafsson | 2021-11-30 | 1 | -1/+1 |
* | Remove some special cases from MSVC build scripts | David Rowley | 2021-08-09 | 1 | -0/+37 |
* | Don't duplicate references and libraries in MSVC scripts | David Rowley | 2021-07-29 | 1 | -2/+9 |
* | Make the includes field an array in MSVC build scripts | David Rowley | 2021-07-29 | 1 | -5/+7 |
* | Use the AddFile function consistently in MSVC build scripts | David Rowley | 2021-07-28 | 1 | -5/+5 |
* | Add a copyright notice to perl files lacking one. | Andrew Dunstan | 2021-05-07 | 1 | -0/+3 |
* | Use perl's $/ more idiomatically | Andrew Dunstan | 2020-04-13 | 1 | -8/+2 |
* | Allow running src/tools/msvc/mkvcbuild.pl under not Windows | Peter Eisentraut | 2020-02-21 | 1 | -1/+1 |
* | Remove libpq.rc, use win32ver.rc for libpq | Peter Eisentraut | 2020-01-15 | 1 | -0/+8 |
* | Handle spaces in OpenSSL install location for MSVC | Andrew Dunstan | 2019-10-04 | 1 | -1/+2 |
* | Fix inconsistencies and typos in the tree, take 9 | Michael Paquier | 2019-08-05 | 1 | -2/+1 |
* | Fix compile-time warnings on all perl code | Andrew Dunstan | 2018-05-31 | 1 | -0/+1 |
* | Don't fall off the end of perl functions | Andrew Dunstan | 2018-05-27 | 1 | -0/+15 |
* | Restrict vertical tightness to parentheses in Perl code | Andrew Dunstan | 2018-05-09 | 1 | -2/+4 |
* | perltidy: Add option --nooutdent-long-comments | Peter Eisentraut | 2018-04-27 | 1 | -4/+4 |
* | Reindent Perl files with perltidy version 20170521. | Tom Lane | 2018-04-25 | 1 | -1/+1 |
* | Clean up Perl code according to perlcritic | Peter Eisentraut | 2017-03-27 | 1 | -14/+14 |
* | Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. | Noah Misch | 2016-11-07 | 1 | -1/+1 |
* | Fix various common mispellings. | Greg Stark | 2016-06-03 | 1 | -2/+2 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 | 1 | -0/+1 |
* | Replace backslashes by forward slashes in MSVC build code | Peter Eisentraut | 2015-04-25 | 1 | -23/+19 |
* | Finish adding file version information to installed Windows binaries. | Noah Misch | 2014-08-18 | 1 | -11/+27 |
* | MSVC: Process Makefile line continuations more like "make" does. | Noah Misch | 2014-07-14 | 1 | -1/+1 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -1/+2 |
* | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 | 1 | -1/+1 |
* | Properly zero-pad the day-of-year part of the win32 build number | Magnus Hagander | 2013-01-31 | 1 | -1/+1 |
* | Run newly-configured perltidy script on Perl files. | Bruce Momjian | 2012-07-04 | 1 | -43/+49 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -303/+304 |
* | Move CRC tables to libpgport, and provide them in a separate include file. | Tom Lane | 2012-02-28 | 1 | -2/+2 |
* | Support for building with MS Visual Studio 2010. | Andrew Dunstan | 2012-01-03 | 1 | -208/+24 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | Perltidy run over the MSVC build system files, to clean up code formatting | Magnus Hagander | 2010-04-09 | 1 | -13/+16 |
* | Disable linker warning 4197 on Win64, that is caused by the fact that we export | Magnus Hagander | 2010-01-05 | 1 | -2/+8 |
* | Silence compiler warning about size of size_t being larger than the result | Magnus Hagander | 2010-01-02 | 1 | -2/+2 |
* | Detect a 64-bit build environment on Windows, and generate the appropriate | Magnus Hagander | 2010-01-01 | 1 | -14/+16 |
* | Add basic build support for Visual Studio 2008, without resorting to | Magnus Hagander | 2009-12-23 | 1 | -3/+4 |
* | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane | 2009-11-12 | 1 | -2/+1 |
* | Enable the use of multiple CPUs/cores when building on MSVC. This only | Magnus Hagander | 2009-07-27 | 1 | -1/+2 |
* | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea... | Andrew Dunstan | 2008-04-15 | 1 | -2/+3 |
* | Un-break msvc port yet again (it started pulling in the Darwin | Magnus Hagander | 2008-02-19 | 1 | -1/+4 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 1 | -2/+2 |
* | Handle libraries in directories with spaces in them. | Magnus Hagander | 2008-02-05 | 1 | -1/+6 |
* | Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's | Magnus Hagander | 2007-12-11 | 1 | -2/+2 |
* | Build snowball DLL for tsearch-in-core. | Magnus Hagander | 2007-08-21 | 1 | -1/+14 |
* | Disable warning 4090 = different const qualifiers on msvc since it | Magnus Hagander | 2007-07-25 | 1 | -2/+2 |