]> granicus.if.org Git - postgresql/history - src/tools/pgindent/pgindent
Run pg_upgrade and pg_resetxlog with restricted token on Windows
[postgresql] / src / tools / pgindent / pgindent
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Bruce MomjianAdjust pgindent to remove tabs after periods in C comments.
2014-01-31 Bruce Momjianpgindent: add Perl comment
2014-01-31 Bruce Momjianpgindent: add --list-of-typedefs option
2014-01-31 Bruce Momjianpgindent: preserve blank lines around #else/#endif
2013-05-31 Peter EisentrautRemove whitespace from end of lines
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-16 Bruce Momjianpgindent: add newline to die() so script line number...
2013-04-12 Bruce Momjianpgindent: improve error messages
2013-04-12 Bruce Momjianpgindent: fix downloading of BSD indent binary
2013-01-07 Andrew DunstanFix a logic bug in pgindent.
2012-08-27 Bruce MomjianHave pgindent requre pg_bsd_indent version 1.2 now...
2012-08-07 Tom LaneTweak new Perl pgindent for compatibility with middle...
2012-08-04 Bruce MomjianReplace pgindent shell script with Perl script. Update...
2012-07-12 Bruce MomjianRemove 'x =- 1' check for pgindent, not needed, per...
2011-10-26 Bruce MomjianFix pg_bsd_indent bug where newlines were not being...
2011-10-12 Bruce MomjianModify pgindent to use a renamed pg_bsd_indent binary...
2011-02-18 Alvaro HerreraUse $INDENT instead of `which` to find the indent binary
2011-02-18 Alvaro HerreraUse $INDENT rather than indent throughout the pgindent...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-05 Andrew DunstanExclude unwanted typedef symbols in pgindent, including...
2009-06-11 Bruce MomjianDocument struct/union problem with pgindent.
2008-11-03 Bruce MomjianSmall shell syntax improvement.
2008-04-16 Bruce MomjianIgnore blank lines in typedef file.
2008-01-16 Bruce MomjianImprove usage message for pgindent.
2007-12-21 Bruce MomjianModify pgindent to use an external typedefs file rather...
2007-11-16 Bruce MomjianBetter guard token used by pgindent.
2007-11-16 Bruce MomjianCleanup for new else/comment handling.
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-11-15 Bruce MomjianCUpdate README to suggest 'gmake distclean'. Add libra...
2007-11-15 Bruce MomjianUpdate pgindent with current typedefs.
2007-11-15 Bruce MomjianAdd blank lines to pgindent.
2006-12-27 Bruce MomjianClean up pgindent handling of comments after 'else...
2006-10-04 Bruce MomjianUdpate typedefs for pgindent.
2006-10-03 Bruce MomjianUpdate typedef list for 8.2 pgindent run.
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-11-23 Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-15 Bruce MomjianPrevent certain symbols that are used for both typedefs...
2005-11-15 Bruce MomjianFix recent problems with BSD indent, including indentin...
2005-11-13 Bruce MomjianRevert pgindent length back to 79 because we are going...
2005-11-07 Bruce MomjianLower pgident length to 77, document BSD indent bug.
2005-11-07 Bruce MomjianChange maximum pgindent length from 79 to 78, per Tom.
2005-10-15 Bruce MomjianUpdate pgindent typedef list.
2005-10-07 Alvaro HerreraRemove an unused typedef.
2005-07-13 Bruce MomjianFix #elif spacing too.
2005-07-13 Bruce MomjianFix pgindent to not have blank line before #else in...
2005-07-13 Bruce MomjianAdd backslashes to parentheses in awk regex because...
2005-06-28 Bruce MomjianUpdate typedefs for pgindent.
2005-06-28 Bruce MomjianChange awk ~ pattern from "" to //.
2004-10-07 Bruce MomjianIndent comment pushed to new line by else so it is...
2004-10-07 Bruce MomjianImprove pgindent processing of comment after 'else'.
2004-10-07 Bruce MomjianImprove comment after 'else' handling of pgindent.
2004-10-02 Bruce MomjianUpdate length from 75 to 79.
2004-09-12 Bruce MomjianRe-add brace removal code but comment it out so we...
2004-09-12 Bruce MomjianRemove code that delete braces around single statements.
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianUpdate typedefs with /lib info.
2004-08-29 Bruce MomjianUpdate with new typedefs. Remove java and c++ parts...
2003-09-28 Bruce MomjianAdjust pgindent for newer awks.
2003-09-28 Bruce MomjianAllow pgindent to work with newer BSD indents.
2003-08-30 Bruce MomjianGuard against pgindent changing =- to = -.
2003-08-08 Bruce Momjianpgindent fix for new typedefs.
2003-08-07 Bruce MomjianUpdate typedef names for pgindent 7.4.
2002-09-04 Bruce MomjianUpdate symbols for 7.3.
2002-09-04 Bruce MomjianUpdate for 7.3 typedefs.
2001-11-08 Bruce MomjianMake extern C handling more flexible.
2001-11-07 Bruce MomjianFix replacement of extern C string.
2001-11-07 Bruce MomjianFix typo.
2001-11-07 Bruce MomjianPrevent indenting of 'extern "C"' blocks.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-05 Bruce MomjianMore cleanup for stuff after closing brace in first...
2001-11-05 Bruce MomjianHandle tabs after closing brace in first column with...
2001-11-05 Bruce MomjianImprove readability of script.
2001-11-04 Bruce MomjianPull in variables defined in structs; had too many...
2001-11-03 Bruce MomjianRequire closing paren on line above brace to identify...
2001-11-03 Bruce MomjianMore updates for GNU indent.
2001-11-03 Bruce MomjianMake pgindent use GNU Indent version 2.X better.
2001-11-02 Bruce MomjianAdd check for 'extern "C"' for pgindent.
2001-10-30 Bruce MomjianFix small problem Tom Lane found with pgindent run.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-27 Bruce MomjianAdd code to trip trailing newlines in a file.
2001-10-27 Bruce MomjianCorrect fix for indenting.
2001-10-26 Bruce MomjianAdjust NR tests. More accurate.
2001-10-26 Bruce MomjianAdd code to not indent enum, per Tom Lane.
2001-10-26 Bruce MomjianAdd ODBC typedefs.
2001-10-25 Bruce MomjianAdd blank line before #endif to #endif's at the end...
2001-10-25 Bruce MomjianAdd slash for comment spacing, for Tom.
2001-10-25 Bruce MomjianAdd comment spaces for trailing ) and comment.
2001-10-25 Bruce MomjianAdd spacing for single-line comments with trailing...
2001-10-25 Bruce MomjianCode cleanup. REL7_2_BETA1
2001-10-25 Bruce MomjianUpdate to prevent CATALOG() from wrapping.
2001-10-25 Bruce MomjianAdd current typedef symbols to pgindent.
2001-09-07 Bruce MomjianCreate pgjindent for java.
2001-06-06 Bruce Momjianpgindent fix for asterisk indented too much in return...
2001-05-22 Bruce MomjianFix for comments at top of functions.
2001-05-22 Bruce MomjianPgindent fixes for Tom, mostly indenting problems.
2001-05-17 Bruce MomjianOK, now pgindent has blank lines before comment blocks...
2001-05-17 Bruce MomjianPrevent forced blank line before comment block in pgindent.
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
next