summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
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
2003-09-27Update bsd indent patch.Bruce Momjian
2003-09-27Cleanup pgindent patch.Bruce Momjian
2003-08-30Guard against pgindent changing =- to = -.Bruce Momjian
2003-08-08pgindent fix for new typedefs.Bruce Momjian
2003-08-07Update pgindent readme.Bruce Momjian
2003-08-07Update typedef names for pgindent 7.4.Bruce Momjian
2002-09-04Update symbols for 7.3.Bruce Momjian
2002-09-04Update for 7.3 typedefs.Bruce Momjian
2002-09-04Update to reflect Tom's suggestions.Bruce Momjian
2002-06-15Add C++ indent tool.Bruce Momjian
2001-11-19Indent jdbc case labels using pgjindent.Bruce Momjian
2001-11-19Update pgindent README so it gets *.java.in files.Bruce Momjian
2001-11-08Make extern C handling more flexible.Bruce Momjian
2001-11-07Fix replacement of extern C string.Bruce Momjian
2001-11-07Fix typo.Bruce Momjian
2001-11-07Prevent indenting of 'extern "C"' blocks.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-05More cleanup for stuff after closing brace in first column.Bruce Momjian
2001-11-05Handle tabs after closing brace in first column with less indenting.Bruce Momjian
2001-11-05Improve readability of script.Bruce Momjian
2001-11-04Pull in variables defined in structs; had too many tabs.Bruce Momjian
2001-11-03Require closing paren on line above brace to identify functionBruce Momjian
2001-11-03More updates for GNU indent.Bruce Momjian
2001-11-03Make pgindent use GNU Indent version 2.X better.Bruce Momjian
2001-11-02Add check for 'extern "C"' for pgindent.Bruce Momjian
2001-10-30Fix small problem Tom Lane found with pgindent run.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-27Add code to trip trailing newlines in a file.Bruce Momjian
2001-10-27Correct fix for indenting.Bruce Momjian
2001-10-26Adjust NR tests. More accurate.Bruce Momjian
2001-10-26Add code to not indent enum, per Tom Lane.Bruce Momjian
2001-10-26Add ODBC typedefs.Bruce Momjian
2001-10-25Add blank line before #endif to #endif's at the end of the file.Bruce Momjian
2001-10-25Add slash for comment spacing, for Tom.Bruce Momjian
2001-10-25Add comment spaces for trailing ) and comment.Bruce Momjian
2001-10-25Add spacing for single-line comments with trailing semicolon _and_Bruce Momjian
2001-10-25Code cleanup.REL7_2_BETA1Bruce Momjian
2001-10-25Update to prevent CATALOG() from wrapping.Bruce Momjian