aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pgindent
Commit message (Expand)AuthorAge
* Suggest gmake installcheck-world for pgindent testing.Bruce Momjian2010-02-26
* Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian2010-02-26
* Wording improvements to README.Bruce Momjian2010-02-26
* Update pgindent docs to use maintainer-clean.Bruce Momjian2010-02-26
* Document why pgindent wants a fresh CVS checkout.Bruce Momjian2010-02-26
* Call output file typedefs.list; update README.Bruce Momjian2010-02-26
* Update pgindent instructions.Bruce Momjian2010-02-26
* Add pgindent typedefs file to CVS.Bruce Momjian2010-02-26
* Update pgindent instructions to avoid changes to flex output files.Bruce Momjian2010-02-26
* Document struct/union problem with pgindent.Bruce Momjian2009-06-11
* Update pgindent instructions.Bruce Momjian2009-06-10
* Document new location for typedef list.Bruce Momjian2009-06-10
* Small shell syntax improvement.Bruce Momjian2008-11-03
* Ignore blank lines in typedef file.Bruce Momjian2008-04-16
* More README src cleanups.Bruce Momjian2008-03-21
* Change /contrib to contrib for consistency.Peter Eisentraut2008-01-24
* Improve usage message for pgindent.Bruce Momjian2008-01-16
* Modify pgindent to use an external typedefs file rather than includedBruce Momjian2007-12-21
* Mention use all configure options when getting pgindent typedefs.Bruce Momjian2007-12-17
* Mention installing /contrib libraries for pgindent.Bruce Momjian2007-12-17
* Better guard token used by pgindent.Bruce Momjian2007-11-16
* Cleanup for new else/comment handling.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Beef up README instructions, again.Bruce Momjian2007-11-15
* CUpdate README to suggest 'gmake distclean'. Add library typedefs.Bruce Momjian2007-11-15
* Update pgtools README to be clearer about typdefs.Bruce Momjian2007-11-15
* Update pgindent with current typedefs.Bruce Momjian2007-11-15
* Add blank lines to pgindent.Bruce Momjian2007-11-15
* Exclude snowball/libstemmer/ files from the set processed by pgindent.Tom Lane2007-08-21
* Clean up pgindent handling of comments after 'else' by only movingBruce Momjian2006-12-27
* Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian2006-10-04
* Udpate typedefs for pgindent.Bruce Momjian2006-10-04
* Update typedef list for 8.2 pgindent run.Bruce Momjian2006-10-03
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian2005-11-23
* Prevent certain symbols that are used for both typedefs and variableBruce Momjian2005-11-15
* Fix recent problems with BSD indent, including indenting past 80Bruce Momjian2005-11-15
* Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian2005-11-13
* Lower pgident length to 77, document BSD indent bug.Bruce Momjian2005-11-07
* Change maximum pgindent length from 79 to 78, per Tom.Bruce Momjian2005-11-07
* Update pgindent typedef list.Bruce Momjian2005-10-15
* Remove an unused typedef.Alvaro Herrera2005-10-07
* Fix #elif spacing too.Bruce Momjian2005-07-13
* Fix pgindent to not have blank line before #else in variable definitionBruce Momjian2005-07-13
* Add backslashes to parentheses in awk regex because if not, they areBruce Momjian2005-07-13
* Update typedefs for pgindent.Bruce Momjian2005-06-28
* Change awk ~ pattern from "" to //.Bruce Momjian2005-06-28
* Indent comment pushed to new line by else so it is indented by BSDBruce Momjian2004-10-07
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-07
* Improve comment after 'else' handling of pgindent.Bruce Momjian2004-10-07