| Age | Commit message (Expand) | Author |
| 2011-12-01 | Make pgcompinclude/pgrminclude less tied to Bruce's personal machine. | Robert Haas |
| 2011-11-29 | Simplify the pg_dump/pg_restore error reporting macros, and allow | Bruce Momjian |
| 2011-11-29 | Document that perl needs to be indented during the pgindent run. | Bruce Momjian |
| 2011-11-28 | Make pg_dumpall build with the right object files under MSVC. | Andrew Dunstan |
| 2011-11-27 | Fix MSVC builds broken by xsubpp change | Andrew Dunstan |
| 2011-11-26 | Use the preferred version of xsubpp, not necessarily the one that came with the | Andrew Dunstan |
| 2011-11-15 | Update oidjoins regression test to match git HEAD. | Tom Lane |
| 2011-11-14 | Rerun pgindent with updated typedef list. | Bruce Momjian |
| 2011-10-27 | Add simple script to check for right recursion in Bison grammars. | Tom Lane |
| 2011-10-26 | Fix pg_bsd_indent bug where newlines were not being trimmed from typedef | Bruce Momjian |
| 2011-10-26 | Implement streaming xlog for backup tools | Magnus Hagander |
| 2011-10-23 | Improve git_changelog's handling of inconsistent commit orderings. | Tom Lane |
| 2011-10-12 | Modify pgindent to use a renamed pg_bsd_indent binary. New features | Bruce Momjian |
| 2011-10-11 | Improve entab's Makefile install entry. | Bruce Momjian |
| 2011-09-25 | In pgrminclude, document requirement to use pgcompinclude, and sort | Bruce Momjian |
| 2011-09-24 | Document pgrminclude limitations. | Bruce Momjian |
| 2011-09-24 | Expand pgrminclude to exclude use of macros CppAsString and CppConcat. | Bruce Momjian |
| 2011-09-24 | Update win32tzlist.pl for the new location of our Windows timezone map. | Tom Lane |
| 2011-09-10 | Try to un-break MSVC build. | Tom Lane |
| 2011-09-07 | Have pgrminclude skip files that use CppAsString2 because CppAsString2 | Bruce Momjian |
| 2011-09-03 | Remove find_lt sgml tool, as it is not needed. | Bruce Momjian |
| 2011-09-01 | Improve method of avoiding fcinfo compile errors. | Bruce Momjian |
| 2011-09-01 | In SGML we only need to worry about "<", not ">"; update scripts. | Bruce Momjian |
| 2011-09-01 | Fix MinGW build, broken by my previous patch to add a setlocale() wrapper | Heikki Linnakangas |
| 2011-08-30 | Detect out of date flex in MSVC builds. | Andrew Dunstan |
| 2011-08-28 | Modify pgrminclude -v to report include files that can't be compiled on | Bruce Momjian |
| 2011-08-27 | Allow more include files to be compiled in their own by adding missing | Bruce Momjian |
| 2011-08-27 | Add support for #elif to pgrminclude. | Bruce Momjian |
| 2011-08-27 | Add another pgdefine path check, and a cvs-git change. | Bruce Momjian |
| 2011-08-27 | Change references of CVS to .git. | Bruce Momjian |
| 2011-08-26 | Fix missing pgdefine detection in pgrminclude. | Bruce Momjian |
| 2011-08-26 | Modify pgrminclude to include all code, even in #if blocks. Process | Bruce Momjian |
| 2011-08-26 | Cleanup of script. | Bruce Momjian |
| 2011-08-26 | do include files first | Bruce Momjian |
| 2011-08-26 | Fix #if blocks. | Bruce Momjian |
| 2011-08-26 | Fix pgrminclude regex pattern. | Bruce Momjian |
| 2011-08-26 | Unbreak MSVC build broken by my port of flex check. | Andrew Dunstan |
| 2011-08-26 | In pgrminclude, add code to skip includes with a marker comment. | Bruce Momjian |
| 2011-08-26 | In pgrminclude, make skipped include names constent and skip files with | Bruce Momjian |
| 2011-08-25 | Port backup check on psql lexer to MSVC. | Andrew Dunstan |
| 2011-08-23 | Mark cpluspluscheck as excutable in git. | Bruce Momjian |
| 2011-08-19 | Fix copyright.pl to properly us 'tie' function. | Bruce Momjian |
| 2011-08-19 | Fix problem with regex in copyright test. | Bruce Momjian |
| 2011-08-19 | Remove use of 'tie' in perl for copyright.pl; instead use normal file | Bruce Momjian |
| 2011-08-19 | Add executable bit to file. | Bruce Momjian |
| 2011-08-19 | Implement src/tools/copyright as a Perl program, so anyone can run it. | Bruce Momjian |
| 2011-07-13 | Blind attempt at fixing isolation_tester on Win32 | Alvaro Herrera |
| 2011-07-12 | perltidy run over msvc build system | Magnus Hagander |
| 2011-07-07 | Fix comments over eagerly c&p'd. | Andrew Dunstan |
| 2011-07-06 | Reimplement pgbison and pgflex as perl scripts instead of bat files. | Andrew Dunstan |