Age | Commit message (Expand) | Author |
2017-03-27 | Clean up Perl code according to perlcritic | Peter Eisentraut |
2016-11-08 | Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. | Noah Misch |
2016-06-03 | Fix various common mispellings. | Greg Stark |
2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
2015-04-25 | Replace backslashes by forward slashes in MSVC build code | Peter Eisentraut |
2014-08-19 | Finish adding file version information to installed Windows binaries. | Noah Misch |
2014-07-14 | MSVC: Process Makefile line continuations more like "make" does. | Noah Misch |
2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
2013-02-12 | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera |
2013-01-31 | Properly zero-pad the day-of-year part of the win32 build number | Magnus Hagander |
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-02-29 | Move CRC tables to libpgport, and provide them in a separate include file. | Tom Lane |
2012-01-03 | Support for building with MS Visual Studio 2010. | Andrew Dunstan |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-04-09 | Perltidy run over the MSVC build system files, to clean up code formatting | Magnus Hagander |
2010-01-05 | Disable linker warning 4197 on Win64, that is caused by the fact that we export | Magnus Hagander |
2010-01-02 | Silence compiler warning about size of size_t being larger than the result | Magnus Hagander |
2010-01-01 | Detect a 64-bit build environment on Windows, and generate the appropriate | Magnus Hagander |
2009-12-23 | Add basic build support for Visual Studio 2008, without resorting to | Magnus Hagander |
2009-11-12 | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane |
2009-07-27 | Enable the use of multiple CPUs/cores when building on MSVC. This only | Magnus Hagander |
2008-04-15 | Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea... | Andrew Dunstan |
2008-02-19 | Un-break msvc port yet again (it started pulling in the Darwin | Magnus Hagander |
2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
2008-02-05 | Handle libraries in directories with spaces in them. | Magnus Hagander |
2007-12-11 | Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's | Magnus Hagander |
2007-08-21 | Build snowball DLL for tsearch-in-core. | Magnus Hagander |
2007-07-25 | Disable warning 4090 = different const qualifiers on msvc since it | Magnus Hagander |
2007-06-12 | ECPG requires a local include directory to override the project-wide ones. | Magnus Hagander |
2007-03-29 | Make ECPG regression tests use native threading instead of pthreads, now that | Magnus Hagander |
2007-03-17 | Add cvs tags to msvc build files, along with a (very short) comment about | Magnus Hagander |
2007-03-12 | Make a run with perltidy to format the code. Per request from Andrew Dunstan. | Magnus Hagander |
2007-01-26 | Squelch some VC++ compiler warnings. Mark float literals with the "f" | Neil Conway |
2007-01-24 | When using MSVC, disable the building of ecpg if pthreads is not | Bruce Momjian |
2007-01-16 | vcbuild updates from Magnus: | Neil Conway |
2007-01-04 | Fix AddDefine to handle quotes properly. Magnus | Tom Lane |
2006-11-20 | More MSVC build fixes: | Tom Lane |
2006-10-22 | Various MSVC build fixes from Magnus; also remove stray Windows | Tom Lane |
2006-09-15 | Several fixes for MSVC build scripts, from Magnus. | Tom Lane |
2006-09-04 | Add MSVC build tools. | Bruce Momjian |