summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
Commit message (Expand)AuthorAgeFilesLines
* Small shell syntax improvement.Bruce Momjian2008-11-031-2/+2
* Ignore blank lines in typedef file.Bruce Momjian2008-04-161-2/+2
* More README src cleanups.Bruce Momjian2008-03-211-0/+5
* Change /contrib to contrib for consistency.Peter Eisentraut2008-01-241-1/+1
* Improve usage message for pgindent.Bruce Momjian2008-01-161-2/+2
* Modify pgindent to use an external typedefs file rather than includedBruce Momjian2007-12-213-2045/+17
* Mention use all configure options when getting pgindent typedefs.Bruce Momjian2007-12-171-6/+8
* Mention installing /contrib libraries for pgindent.Bruce Momjian2007-12-171-4/+6
* Better guard token used by pgindent.Bruce Momjian2007-11-161-5/+5
* Cleanup for new else/comment handling.Bruce Momjian2007-11-161-5/+6
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-151-28/+63
* Beef up README instructions, again.Bruce Momjian2007-11-151-6/+8
* CUpdate README to suggest 'gmake distclean'. Add library typedefs.Bruce Momjian2007-11-152-2/+276
* Update pgtools README to be clearer about typdefs.Bruce Momjian2007-11-151-4/+6
* Update pgindent with current typedefs.Bruce Momjian2007-11-151-266/+235
* Add blank lines to pgindent.Bruce Momjian2007-11-151-2/+22
* Exclude snowball/libstemmer/ files from the set processed by pgindent.Tom Lane2007-08-211-1/+13
* Clean up pgindent handling of comments after 'else' by only movingBruce Momjian2006-12-271-5/+11
* Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian2006-10-041-1/+3
* Udpate typedefs for pgindent.Bruce Momjian2006-10-041-1/+2
* Update typedef list for 8.2 pgindent run.Bruce Momjian2006-10-031-43/+107
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-114-0/+7
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-231-0/+8
* Prevent certain symbols that are used for both typedefs and variableBruce Momjian2005-11-151-4/+0
* Fix recent problems with BSD indent, including indenting past 80Bruce Momjian2005-11-153-56/+413
* Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian2005-11-132-4/+2
* Lower pgident length to 77, document BSD indent bug.Bruce Momjian2005-11-071-1/+3
* Change maximum pgindent length from 79 to 78, per Tom.Bruce Momjian2005-11-071-1/+1
* Update pgindent typedef list.Bruce Momjian2005-10-151-2/+28
* Remove an unused typedef.Alvaro Herrera2005-10-071-1/+0
* Fix #elif spacing too.Bruce Momjian2005-07-131-1/+2
* Fix pgindent to not have blank line before #else in variable definitionBruce Momjian2005-07-131-2/+3
* Add backslashes to parentheses in awk regex because if not, they areBruce Momjian2005-07-131-6/+6
* Update typedefs for pgindent.Bruce Momjian2005-06-281-277/+112
* Change awk ~ pattern from "" to //.Bruce Momjian2005-06-281-26/+26
* Indent comment pushed to new line by else so it is indented by BSDBruce Momjian2004-10-071-4/+3
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-071-2/+4
* Improve comment after 'else' handling of pgindent.Bruce Momjian2004-10-071-2/+2
* Update length from 75 to 79.Bruce Momjian2004-10-021-1/+1
* Re-add brace removal code but comment it out so we know why we removedBruce Momjian2004-09-121-0/+29
* Remove code that delete braces around single statements.Bruce Momjian2004-09-121-27/+0
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-1/+0
* Update typedefs with /lib info.Bruce Momjian2004-08-292-1/+245
* Update with new typedefs. Remove java and c++ parts of readme.Bruce Momjian2004-08-292-375/+153
* Mention grabbing typedefs from pgsql/lib too.Bruce Momjian2004-01-041-1/+1
* Adjust pgindent for newer awks.Bruce Momjian2003-09-281-1/+1
* Allow pgindent to work with newer BSD indents.Bruce Momjian2003-09-282-2/+2
* Update bsd indent patch.Bruce Momjian2003-09-271-21/+1
* Cleanup pgindent patch.Bruce Momjian2003-09-271-6/+0
* Guard against pgindent changing =- to = -.Bruce Momjian2003-08-301-1/+4