summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2011-07-03Fix bat file quoting of %ENV.Andrew Dunstan
2011-06-19Add REL9_1_STABLE to the set of branches tracked by git_changelog.Tom Lane
2011-06-11Stamp HEAD as 9.2devel.Tom Lane
2011-06-10Add comment about pg_ctl stopAlvaro Herrera
2011-06-10Mention "pg_ctl stop" in pgindent README instructions.Bruce Momjian
2011-06-09Update typedef list for upcoming pgindent run.Bruce Momjian
2011-05-25Convert builddoc.bat into a perl script that actually works.Andrew Dunstan
2011-05-23Remove spurious underscore in name of isolation tester on MSVC.Andrew Dunstan
2011-05-16Add required psqldir setting for isolation checks.Andrew Dunstan
2011-05-15Add missing check function lookup.Andrew Dunstan
2011-05-15Build and run isolation test programs under MSVC.Andrew Dunstan
2011-04-25Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan
2011-04-23Improve findoidjoins to cover more cases.Tom Lane
2011-04-23Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane
2011-04-22Small update to emacs example configurationPeter Eisentraut
2011-04-22Add fill-column setting to emacs example configurationsPeter Eisentraut
2011-04-19Refix the unaccent regression test on MSVC properlyPeter Eisentraut
2011-04-19Treat config.pl as optional in vcregress.plPeter Eisentraut
2011-04-19Fix typoPeter Eisentraut