summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2011-04-09Latest consolidated typedef list from buildfarm.Andrew Dunstan
2011-04-08Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan
2011-04-04Update MSVC toolchain to match SGML entity uppercasingAlvaro Herrera
2011-03-11Add comment to tools/git-external-diff.Bruce Momjian
2011-03-10Add proper git-external-diff script to src/tools.Bruce Momjian
2011-03-05Add PL extension files to MSVC Install procedure.Andrew Dunstan
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
2011-02-18Use $INDENT instead of `which` to find the indent binaryAlvaro Herrera
2011-02-18Use $INDENT rather than indent throughout the pgindent codeAlvaro Herrera
2011-02-15Fix MSVC build scripts for recent extension-related changes.Tom Lane
2011-02-14Remove no-longer-needed special case hacks in MSVC build scripts.Tom Lane