summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Collapse)Author
2006-10-04Exclude pgindent from affecting the ecpg regression directory.Bruce Momjian
2006-10-04Udpate typedefs for pgindent.Bruce Momjian
2006-10-03Update typedef list for 8.2 pgindent run.Bruce Momjian
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
Remove pgbench comment that was causing problems.
2005-11-15Prevent certain symbols that are used for both typedefs and variableBruce Momjian
names from being added to pgindent's typedef list. The existance of them caused weird formatting in the date/type files, and in keywords.c. Backpatch to 8.1.X.
2005-11-15Fix recent problems with BSD indent, including indenting past 80Bruce Momjian
columns, shifting comment to the right when more than 150 'else if' clauses were used, and update typedefs for 8.1.X. NetBSD patched updated, with documentation.
2005-11-13Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian
indent bug.
2005-11-07Lower pgident length to 77, document BSD indent bug.Bruce Momjian
2005-11-07Change maximum pgindent length from 79 to 78, per Tom.Bruce Momjian
2005-10-15Update pgindent typedef list.Bruce Momjian
2005-10-07Remove an unused typedef.Alvaro Herrera
2005-07-13Fix #elif spacing too.Bruce Momjian
2005-07-13Fix pgindent to not have blank line before #else in variable definitionBruce Momjian
section of a function.
2005-07-13Add backslashes to parentheses in awk regex because if not, they areBruce Momjian
treated as regex groups.
2005-06-28Update typedefs for pgindent.Bruce Momjian
2005-06-28Change awk ~ pattern from "" to //.Bruce Momjian
Remove extra backslash in pattern. Luke Lonergan
2004-10-07Indent comment pushed to new line by else so it is indented by BSDBruce Momjian
indent.
2004-10-07Improve pgindent processing of comment after 'else'.Bruce Momjian
Improve comment of pg_dump Win32 link workaround.
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
it and have it in case we need it for some special case.
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
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