summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* In pgrminclude, document requirement to use pgcompinclude, and sortBruce Momjian2011-09-251-2/+7
* Document pgrminclude limitations.Bruce Momjian2011-09-241-0/+12
* Expand pgrminclude to exclude use of macros CppAsString and CppConcat.Bruce Momjian2011-09-241-2/+2
* Update win32tzlist.pl for the new location of our Windows timezone map.Tom Lane2011-09-231-8/+10
* Try to un-break MSVC build.Tom Lane2011-09-091-0/+1
* Have pgrminclude skip files that use CppAsString2 because CppAsString2Bruce Momjian2011-09-071-0/+2
* Remove find_lt sgml tool, as it is not needed.Bruce Momjian2011-09-032-7/+0
* Improve method of avoiding fcinfo compile errors.Bruce Momjian2011-09-013-12/+22
* In SGML we only need to worry about "<", not ">"; update scripts.Bruce Momjian2011-09-013-7/+7
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-011-1/+1
* Detect out of date flex in MSVC builds.Andrew Dunstan2011-08-301-3/+7
* Modify pgrminclude -v to report include files that can't be compiled onBruce Momjian2011-08-281-65/+98
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-271-0/+3
* Add support for #elif to pgrminclude.Bruce Momjian2011-08-271-2/+3
* Add another pgdefine path check, and a cvs-git change.Bruce Momjian2011-08-263-3/+6
* Change references of CVS to .git.Bruce Momjian2011-08-262-3/+5
* Fix missing pgdefine detection in pgrminclude.Bruce Momjian2011-08-261-1/+4
* Modify pgrminclude to include all code, even in #if blocks. ProcessBruce Momjian2011-08-261-0/+2
* Cleanup of script.Bruce Momjian2011-08-261-8/+2
* do include files firstBruce Momjian2011-08-261-1/+5
* Fix #if blocks.Bruce Momjian2011-08-261-10/+15
* Fix pgrminclude regex pattern.Bruce Momjian2011-08-261-1/+1
* Unbreak MSVC build broken by my port of flex check.Andrew Dunstan2011-08-261-1/+1
* In pgrminclude, add code to skip includes with a marker comment.Bruce Momjian2011-08-261-0/+1
* In pgrminclude, make skipped include names constent and skip files withBruce Momjian2011-08-261-1/+6
* Port backup check on psql lexer to MSVC.Andrew Dunstan2011-08-251-0/+14
* Mark cpluspluscheck as excutable in git.Bruce Momjian2011-08-221-0/+0
* Fix copyright.pl to properly us 'tie' function.Bruce Momjian2011-08-192-7/+6
* Fix problem with regex in copyright test.Bruce Momjian2011-08-191-1/+1
* Remove use of 'tie' in perl for copyright.pl; instead use normal fileBruce Momjian2011-08-191-5/+7
* Add executable bit to file.Bruce Momjian2011-08-191-0/+0
* Implement src/tools/copyright as a Perl program, so anyone can run it.Bruce Momjian2011-08-192-14/+44
* Blind attempt at fixing isolation_tester on Win32Alvaro Herrera2011-07-131-0/+1
* perltidy run over msvc build systemMagnus Hagander2011-07-125-87/+90
* Fix comments over eagerly c&p'd.Andrew Dunstan2011-07-072-2/+2
* Reimplement pgbison and pgflex as perl scripts instead of bat files.Andrew Dunstan2011-07-064-92/+134
* Fix bat file quoting of %ENV.Andrew Dunstan2011-07-033-3/+3
* Add REL9_1_STABLE to the set of branches tracked by git_changelog.Tom Lane2011-06-191-3/+5
* Stamp HEAD as 9.2devel.Tom Lane2011-06-111-1/+1
* Add comment about pg_ctl stopAlvaro Herrera2011-06-101-0/+2
* Mention "pg_ctl stop" in pgindent README instructions.Bruce Momjian2011-06-091-0/+1
* Update typedef list for upcoming pgindent run.Bruce Momjian2011-06-091-4/+5
* Convert builddoc.bat into a perl script that actually works.Andrew Dunstan2011-05-252-63/+126
* Remove spurious underscore in name of isolation tester on MSVC.Andrew Dunstan2011-05-222-2/+2
* Add required psqldir setting for isolation checks.Andrew Dunstan2011-05-151-3/+5
* Add missing check function lookup.Andrew Dunstan2011-05-151-1/+2
* Build and run isolation test programs under MSVC.Andrew Dunstan2011-05-154-1/+39
* Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan2011-04-251-1/+11
* Improve findoidjoins to cover more cases.Tom Lane2011-04-233-36/+138
* Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane2011-04-232-7/+16