summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2012-07-12Remove 'x =- 1' check for pgindent, not needed, per report from AndrewBruce Momjian
2012-07-06Have copyright.pl skip updating something that is just the current year,Bruce Momjian
2012-07-06Modify copyright.pl so all lines are processed, not just the firstBruce Momjian
2012-07-06Fix copyright.pl to properly skip the .git directory by adding aBruce Momjian
2012-07-06Fix spacing in copyright.pl after being run with missing regex slashBruce Momjian
2012-07-05Fix missing regex slash that caused perltidy to get confused onBruce Momjian
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-03Have copyright tool mention that certain files should be updated in back bran...Bruce Momjian
2012-06-16Remove 'for' loop perltidy argument, and move args to perltidyrc file.Bruce Momjian
2012-06-16In pgindent, suppress reading the perltidy RC file using --noprofile.Bruce Momjian
2012-06-16Update pgindent Perl indentation instructions based on feedback fromBruce Momjian
2012-06-14Add 9.2 branch to git_changelog's list.Tom Lane
2012-06-14Flesh out RELEASE_CHANGES instructions for branching in git.Tom Lane
2012-06-14Stamp library minor versions for 9.3.Tom Lane
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Update pgindent install instructions and update typedef list.Bruce Momjian
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-03Mark git_changelog examples with the proper executable names.Bruce Momjian
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