aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Speed up in-memory tuplesorting.Robert Haas2012-02-15
* Silence warning about deprecated assignment to $[ in check_keywords.plHeikki Linnakangas2012-02-13
* Attempt to fix MSVC builds and other fls-related breakage.Robert Haas2012-02-09
* Fix pathname in pgindent README.Robert Haas2012-01-09
* Add .gitignore file for entabMagnus Hagander2012-01-09
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-03
* Add comment about skipping binary files for copyright changes.Bruce Momjian2012-01-02
* Update copyright git skip comment.Bruce Momjian2012-01-01
* Skip any .git directory for copyright changes, not just top-level .gitBruce Momjian2012-01-01
* Skip 'ico' and 'bin' extensions in copyright changes.Bruce Momjian2012-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Don't use tabs in Perl scripts, for consistency.Bruce Momjian2012-01-01
* Fix Perl copyright script to skip .git subdirectory; running it onBruce Momjian2012-01-01
* Modify tools/pgtest to run the 'make' command from a variable, and defaultBruce Momjian2011-12-30
* Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.Robert Haas2011-12-01
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* Document that perl needs to be indented during the pgindent run.Bruce Momjian2011-11-28
* Make pg_dumpall build with the right object files under MSVC.Andrew Dunstan2011-11-27
* Fix MSVC builds broken by xsubpp changeAndrew Dunstan2011-11-27
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-26
* Update oidjoins regression test to match git HEAD.Tom Lane2011-11-14
* Rerun pgindent with updated typedef list.Bruce Momjian2011-11-14
* Add simple script to check for right recursion in Bison grammars.Tom Lane2011-10-27
* Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian2011-10-26
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26
* Improve git_changelog's handling of inconsistent commit orderings.Tom Lane2011-10-23
* Modify pgindent to use a renamed pg_bsd_indent binary. New featuresBruce Momjian2011-10-12
* Improve entab's Makefile install entry.Bruce Momjian2011-10-11
* In pgrminclude, document requirement to use pgcompinclude, and sortBruce Momjian2011-09-25
* Document pgrminclude limitations.Bruce Momjian2011-09-24
* Expand pgrminclude to exclude use of macros CppAsString and CppConcat.Bruce Momjian2011-09-24
* Update win32tzlist.pl for the new location of our Windows timezone map.Tom Lane2011-09-23
* Try to un-break MSVC build.Tom Lane2011-09-09
* Have pgrminclude skip files that use CppAsString2 because CppAsString2Bruce Momjian2011-09-07
* Remove find_lt sgml tool, as it is not needed.Bruce Momjian2011-09-03
* Improve method of avoiding fcinfo compile errors.Bruce Momjian2011-09-01
* In SGML we only need to worry about "<", not ">"; update scripts.Bruce Momjian2011-09-01
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-01
* Detect out of date flex in MSVC builds.Andrew Dunstan2011-08-30
* Modify pgrminclude -v to report include files that can't be compiled onBruce Momjian2011-08-28
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* Add support for #elif to pgrminclude.Bruce Momjian2011-08-27
* Add another pgdefine path check, and a cvs-git change.Bruce Momjian2011-08-26
* Change references of CVS to .git.Bruce Momjian2011-08-26
* Fix missing pgdefine detection in pgrminclude.Bruce Momjian2011-08-26
* Modify pgrminclude to include all code, even in #if blocks. ProcessBruce Momjian2011-08-26
* Cleanup of script.Bruce Momjian2011-08-26
* do include files firstBruce Momjian2011-08-26
* Fix #if blocks.Bruce Momjian2011-08-26
* Fix pgrminclude regex pattern.Bruce Momjian2011-08-26