| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove -fno-operator-names switch from cpluspluscheck. | Tom Lane | 2010-12-27 | 1 | -3/+1 |
* | Rearrange cpluspluscheck to check just one .h file at a time. | Tom Lane | 2010-12-27 | 1 | -25/+26 |
* | Tweak cpluspluscheck to avoid directly #include'ing gram.h. | Tom Lane | 2010-12-27 | 1 | -6/+8 |
* | Add required new port files to MSVC builds. | Magnus Hagander | 2010-12-11 | 1 | -2/+3 |
* | Add inet_net_ntop.c as needed by MSVC, per Magnus. | Bruce Momjian | 2010-11-26 | 1 | -1/+1 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 16 | -43/+43 |
* | Attempt to fix MSVC builds broken by parallel make changes. | Andrew Dunstan | 2010-11-12 | 1 | -1/+1 |
* | Improved parallel make support | Peter Eisentraut | 2010-11-12 | 2 | -4/+4 |
* | Fix msvc build for localized versions of Visual C++ | Magnus Hagander | 2010-10-17 | 1 | -1/+1 |
* | Remove excess argument to open(2). | Tom Lane | 2010-10-02 | 1 | -1/+1 |
* | Fix MSVC builds for dummy_seclabel breakage. | Andrew Dunstan | 2010-09-28 | 1 | -0/+1 |
* | Improve git_changelog as per discussion with Robert Haas. | Tom Lane | 2010-09-26 | 1 | -21/+119 |
* | Still more tweaking of git_changelog. | Tom Lane | 2010-09-26 | 1 | -5/+19 |
* | Fix some more bugs in git_changelog. | Tom Lane | 2010-09-26 | 1 | -18/+19 |
* | Minor improvements to git_changelog. | Tom Lane | 2010-09-25 | 1 | -6/+16 |
* | Rename git_topo_order -> git_changelog, per discussion. | Tom Lane | 2010-09-25 | 2 | -6/+12 |
* | Fix remaining stray references to CVS. | Tom Lane | 2010-09-22 | 2 | -1/+2 |
* | pgcvslog isn't useful anymore, either. | Tom Lane | 2010-09-21 | 1 | -293/+0 |
* | add_cvs_markers isn't useful anymore. | Tom Lane | 2010-09-21 | 1 | -49/+0 |
* | Remove various mentions of CVS from src/tools/RELEASE_CHANGES. | Robert Haas | 2010-09-21 | 1 | -8/+8 |
* | git_topo_order script, to match up commits across branches. | Robert Haas | 2010-09-21 | 1 | -0/+155 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 64 | -64/+64 |
* | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 | 1 | -1/+2 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 12 | -21/+9 |
* | Print each test_fsync description while test is running, rather than at | Bruce Momjian | 2010-07-13 | 1 | -33/+33 |
* | Document bump of minor library version numbers. | Bruce Momjian | 2010-07-12 | 1 | -4/+4 |
* | Stamp HEAD as 9.1devel. | Tom Lane | 2010-07-09 | 1 | -2/+2 |
* | Mention why one C file fails pgindent. | Bruce Momjian | 2010-07-06 | 1 | -2/+4 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -7/+7 |
* | Update pgindent testing instructions. | Bruce Momjian | 2010-07-06 | 2 | -54/+24 |
* | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 | 3 | -6/+6 |
* | Simplify test_fsync duration computation. | Bruce Momjian | 2010-07-04 | 1 | -13/+6 |
* | Report test_fynsc times in tests per second, instead of total seconds. | Bruce Momjian | 2010-07-04 | 1 | -23/+32 |
* | Unbreak MSVC builds by removing copydir.c from list of libpgport files | Andrew Dunstan | 2010-07-02 | 1 | -2/+2 |
* | Unbreak MSVC builds for pg_archivecleanup by linking with libpgport | Andrew Dunstan | 2010-06-15 | 1 | -2/+2 |
* | Fix MSVC builds for recent plperl changes. Go back to version 8.2, which is | Andrew Dunstan | 2010-05-13 | 1 | -4/+19 |
* | Properly support multi-line entires (such as OBJS=) when building | Magnus Hagander | 2010-05-13 | 1 | -2/+3 |
* | Add missing library and include support for pg_upgrade to MSVC build system. | Andrew Dunstan | 2010-05-13 | 1 | -3/+5 |
* | Fix various instances of "the the". | Robert Haas | 2010-04-23 | 1 | -1/+1 |
* | Add script to enumerate the timezones in the Windows registry and compare | Magnus Hagander | 2010-04-15 | 2 | -1/+136 |
* | Perltidy run over the MSVC build system files, to clean up code formatting | Magnus Hagander | 2010-04-09 | 7 | -247/+286 |
* | Exclude unwanted typedef symbols in pgindent, including FD_SET which is found... | Andrew Dunstan | 2010-04-05 | 1 | -5/+5 |
* | Use a file of patterns of filenames to exclude from pgindent runs, instead if... | Andrew Dunstan | 2010-04-01 | 2 | -6/+11 |
* | Adding special command line option that is now needed for the one ecpg regres... | Michael Meskes | 2010-03-21 | 1 | -0/+3 |
* | Mention way to get commit details for release notes. | Bruce Momjian | 2010-03-18 | 1 | -0/+1 |
* | Update oidjoins regression test for 9.0. | Tom Lane | 2010-03-14 | 1 | -6/+7 |
* | Make iconv work like other optional libraries for MSVC. | Andrew Dunstan | 2010-03-03 | 1 | -2/+6 |
* | Add missing library and include dir for XSLT in MSVC builds | Andrew Dunstan | 2010-03-02 | 1 | -1/+6 |
* | Do not run regression tests for contrib/xml2 on MSVC unless building with XML | Andrew Dunstan | 2010-03-02 | 1 | -1/+4 |
* | Add XSLT defines for MSVC builds | Andrew Dunstan | 2010-03-02 | 1 | -1/+6 |