summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2012-04-30Add comments suggesting usage of git_changelog to generate release notes.Bruce Momjian
2012-04-27Add options to git_changelog for use in major release note creation:Bruce Momjian
2012-04-24entab: Improve makefilePeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-04-16Install plpgsql.h to to include/server at "make install".Heikki Linnakangas
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan
2012-03-28Attempt to unbreak pg_test_timing on Windows.Robert Haas
2012-03-21Add installing entab to pgindent instructionsPeter Eisentraut
2012-02-29Fix MSVC builds for previous patch's addition of a src/port file.Tom Lane
2012-02-29Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane
2012-02-27Call check_keywords.pl in maintainer-checkPeter Eisentraut
2012-02-24Mention original ctags option name.Bruce Momjian
2012-02-24Update src/tools/make_ctags to avoid Exuberant tags optionBruce Momjian
2012-02-15Speed up in-memory tuplesorting.Robert Haas
2012-02-13Silence warning about deprecated assignment to $[ in check_keywords.plHeikki Linnakangas
2012-02-09Attempt to fix MSVC builds and other fls-related breakage.Robert Haas
2012-01-09Fix pathname in pgindent README.Robert Haas
2012-01-09Add .gitignore file for entabMagnus Hagander
2012-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2012-01-02Add comment about skipping binary files for copyright changes.Bruce Momjian
2012-01-02Update copyright git skip comment.Bruce Momjian
2012-01-02Skip any .git directory for copyright changes, not just top-level .gitBruce Momjian
2012-01-02Skip 'ico' and 'bin' extensions in copyright changes.Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2012-01-01Don't use tabs in Perl scripts, for consistency.Bruce Momjian
2012-01-01Fix Perl copyright script to skip .git subdirectory; running it onBruce Momjian
2011-12-30Modify tools/pgtest to run the 'make' command from a variable, and defaultBruce Momjian
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