summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Collapse)Author
2004-01-04Mention grabbing typedefs from pgsql/lib too.Bruce Momjian
2003-09-28Adjust pgindent for newer awks.Bruce Momjian
Nigel J. Andrews
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
initdb/regression tests pass.
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
difinition, just for formatting workaround, per Tom's discovery.
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
spacing. Also adds space for one-line comments.
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
comma, per Tom.
2001-10-25Code cleanup.REL7_2_BETA1Bruce Momjian
2001-10-25Update to prevent CATALOG() from wrapping.Bruce Momjian
2001-10-25Add current typedef symbols to pgindent.Bruce Momjian
2001-09-07Create pgjindent for java.Bruce Momjian
2001-09-04Add back incremental patch for BSD indent.Bruce Momjian
2001-09-03Add patch for 0LL for BSD indent/pgindent.Bruce Momjian
2001-06-06pgindent fix for asterisk indented too much in return type, for Tom.Bruce Momjian
2001-05-22Fix for comments at top of functions.Bruce Momjian
2001-05-22Pgindent fixes for Tom, mostly indenting problems.Bruce Momjian
2001-05-17OK, now pgindent has blank lines before comment blocks, except whenBruce Momjian
there is a brace on the line above it.
2001-05-17Prevent forced blank line before comment block in pgindent.Bruce Momjian