summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2009-06-11Document struct/union problem with pgindent.Bruce Momjian
2009-06-10Update pgindent instructions.Bruce Momjian
2009-06-10Document new location for typedef list.Bruce Momjian
2008-11-03Small shell syntax improvement.Bruce Momjian
2008-04-16Ignore blank lines in typedef file.Bruce Momjian
2008-03-21More README src cleanups.Bruce Momjian
2008-01-24Change /contrib to contrib for consistency.Peter Eisentraut
2008-01-16Improve usage message for pgindent.Bruce Momjian
2007-12-21Modify pgindent to use an external typedefs file rather than includedBruce Momjian
2007-12-17Mention use all configure options when getting pgindent typedefs.Bruce Momjian
2007-12-17Mention installing /contrib libraries for pgindent.Bruce Momjian
2007-11-16Better guard token used by pgindent.Bruce Momjian
2007-11-16Cleanup for new else/comment handling.Bruce Momjian
2007-11-15Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian
2007-11-15Beef up README instructions, again.Bruce Momjian
2007-11-15CUpdate README to suggest 'gmake distclean'. Add library typedefs.Bruce Momjian
2007-11-15Update pgtools README to be clearer about typdefs.Bruce Momjian
2007-11-15Update pgindent with current typedefs.Bruce Momjian
2007-11-15Add blank lines to pgindent.Bruce Momjian
2007-08-21Exclude snowball/libstemmer/ files from the set processed by pgindent.Tom Lane
2006-12-27Clean up pgindent handling of comments after 'else' by only movingBruce Momjian
2006-10-04Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian
2006-10-04Udpate typedefs for pgindent.Bruce Momjian
2006-10-03Update typedef list for 8.2 pgindent run.Bruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
2005-11-15Prevent certain symbols that are used for both typedefs and variableBruce Momjian
2005-11-15Fix recent problems with BSD indent, including indenting past 80Bruce Momjian
2005-11-13Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian
2005-11-07Lower pgident length to 77, document BSD indent bug.Bruce Momjian
2005-11-07Change maximum pgindent length from 79 to 78, per Tom.Bruce Momjian
2005-10-15Update pgindent typedef list.Bruce Momjian
2005-10-07Remove an unused typedef.Alvaro Herrera
2005-07-13Fix #elif spacing too.Bruce Momjian
2005-07-13Fix pgindent to not have blank line before #else in variable definitionBruce Momjian
2005-07-13Add backslashes to parentheses in awk regex because if not, they areBruce Momjian
2005-06-28Update typedefs for pgindent.Bruce Momjian
2005-06-28Change awk ~ pattern from "" to //.Bruce Momjian
2004-10-07Indent comment pushed to new line by else so it is indented by BSDBruce Momjian
2004-10-07Improve pgindent processing of comment after 'else'.Bruce Momjian
2004-10-07Improve comment after 'else' handling of pgindent.Bruce Momjian
2004-10-02Update length from 75 to 79.Bruce Momjian
2004-09-12Re-add brace removal code but comment it out so we know why we removedBruce Momjian
2004-09-12Remove code that delete braces around single statements.Bruce Momjian
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Update typedefs with /lib info.Bruce Momjian
2004-08-29Update with new typedefs. Remove java and c++ parts of readme.Bruce Momjian
2004-01-04Mention grabbing typedefs from pgsql/lib too.Bruce Momjian
2003-09-28Adjust pgindent for newer awks.Bruce Momjian
2003-09-28Allow pgindent to work with newer BSD indents.Bruce Momjian