summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* entab: Improve makefilePeter Eisentraut2012-04-241-9/+3
* Lots of doc corrections.Robert Haas2012-04-235-5/+5
* Install plpgsql.h to to include/server at "make install".Heikki Linnakangas2012-04-161-0/+2
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-281-1/+0
* Attempt to unbreak pg_test_timing on Windows.Robert Haas2012-03-281-1/+1
* Add installing entab to pgindent instructionsPeter Eisentraut2012-03-211-9/+15
* Fix MSVC builds for previous patch's addition of a src/port file.Tom Lane2012-02-291-1/+1
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-281-2/+2
* Call check_keywords.pl in maintainer-checkPeter Eisentraut2012-02-271-8/+17
* Mention original ctags option name.Bruce Momjian2012-02-241-0/+1
* Update src/tools/make_ctags to avoid Exuberant tags optionBruce Momjian2012-02-241-10/+31
* Speed up in-memory tuplesorting.Robert Haas2012-02-151-0/+8
* Silence warning about deprecated assignment to $[ in check_keywords.plHeikki Linnakangas2012-02-131-2/+1
* Attempt to fix MSVC builds and other fls-related breakage.Robert Haas2012-02-091-3/+3
* Fix pathname in pgindent README.Robert Haas2012-01-091-1/+1
* Add .gitignore file for entabMagnus Hagander2012-01-091-0/+1
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-0311-267/+1030
* Add comment about skipping binary files for copyright changes.Bruce Momjian2012-01-021-0/+2
* Update copyright git skip comment.Bruce Momjian2012-01-011-1/+1
* Skip any .git directory for copyright changes, not just top-level .gitBruce Momjian2012-01-011-1/+1
* Skip 'ico' and 'bin' extensions in copyright changes.Bruce Momjian2012-01-011-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-016-6/+6
* Don't use tabs in Perl scripts, for consistency.Bruce Momjian2012-01-011-2/+2
* Fix Perl copyright script to skip .git subdirectory; running it onBruce Momjian2012-01-011-1/+8
* Modify tools/pgtest to run the 'make' command from a variable, and defaultBruce Momjian2011-12-301-2/+4
* Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.Robert Haas2011-12-012-6/+12
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-291-0/+1
* Document that perl needs to be indented during the pgindent run.Bruce Momjian2011-11-282-6/+4
* Make pg_dumpall build with the right object files under MSVC.Andrew Dunstan2011-11-271-0/+8
* Fix MSVC builds broken by xsubpp changeAndrew Dunstan2011-11-271-2/+1
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-261-1/+4
* Update oidjoins regression test to match git HEAD.Tom Lane2011-11-141-3/+11
* Rerun pgindent with updated typedef list.Bruce Momjian2011-11-141-6/+46
* Add simple script to check for right recursion in Bison grammars.Tom Lane2011-10-271-0/+74
* Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian2011-10-262-21/+21
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-261-0/+7
* Improve git_changelog's handling of inconsistent commit orderings.Tom Lane2011-10-231-25/+7
* Modify pgindent to use a renamed pg_bsd_indent binary. New featuresBruce Momjian2011-10-123-62/+194
* Improve entab's Makefile install entry.Bruce Momjian2011-10-111-3/+1
* 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