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