summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2002-07-24Add mention of copyright year update.Bruce Momjian
2002-07-15Fix make_ctags for exhuberant tags.Bruce Momjian
2002-07-02Allow make_ctags to work with exuberant tags.Bruce Momjian
2002-06-15Add C++ indent tool.Bruce Momjian
2002-03-26Update release list.Bruce Momjian
2002-03-26Update sgml version properly.Bruce Momjian
2002-03-18Update for 7.2.1.Bruce Momjian
2002-02-18Add HTML output option to pgcvslog.Bruce Momjian
2002-01-30Update Win32-world version number of libpq++.Peter Eisentraut
2002-01-20Add IN/EXISTS file.Bruce Momjian
2002-01-09Fix portability problem (result of getopt is int, not char).Tom Lane
2001-11-26Rename make_keywords.README to make_keywords.Bruce Momjian
2001-11-26Rename find_baddefs to find_badmacrosBruce 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-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-25Update to prevent CATALOG() from wrapping.Bruce Momjian
2001-10-25Add current typedef symbols to pgindent.Bruce Momjian
2001-10-25Add do { ... } while (0) to more bad macros.Bruce Momjian
2001-10-25Add missing "do { ... } while(0)" in ODBC macros and add find_baddefsBruce 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-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-16Update list of files to update.Bruce Momjian