summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
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
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
2001-05-17Prevent forced blank line before comment block in pgindent.Bruce Momjian
2001-05-14Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian
2001-02-12Add // -> /* */ mapping to pgindent.Bruce Momjian
2001-02-11Source alignment cleanups.Bruce Momjian
2001-02-11More updates.Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-10Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian
2000-04-12Update pgindentBruce Momjian
2000-04-11Update pgindentBruce Momjian
2000-04-11Update pgindent for 7.0 releaseBruce Momjian
1999-10-15This patch implements ORACLE's COMMENT SQL command.Bruce Momjian
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian
1999-09-09Make pgindent gnu test better.Bruce Momjian
1999-05-26Add fix for 0x7fU constants to pgindentBruce Momjian