summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-191-1/+1
* Update pgindent README so it gets *.java.in files.Bruce Momjian2001-11-191-1/+2
* Make extern C handling more flexible.Bruce Momjian2001-11-081-6/+8
* Fix replacement of extern C string.Bruce Momjian2001-11-071-3/+3
* Fix typo.Bruce Momjian2001-11-071-1/+1
* Prevent indenting of 'extern "C"' blocks.Bruce Momjian2001-11-071-0/+34
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* More cleanup for stuff after closing brace in first column.Bruce Momjian2001-11-051-1/+1
* Handle tabs after closing brace in first column with less indenting.Bruce Momjian2001-11-051-4/+4
* Improve readability of script.Bruce Momjian2001-11-051-2/+2
* Pull in variables defined in structs; had too many tabs.Bruce Momjian2001-11-041-1/+1
* Require closing paren on line above brace to identify functionBruce Momjian2001-11-031-2/+3
* More updates for GNU indent.Bruce Momjian2001-11-032-3/+3
* Make pgindent use GNU Indent version 2.X better.Bruce Momjian2001-11-031-5/+5
* Add check for 'extern "C"' for pgindent.Bruce Momjian2001-11-021-0/+1
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-301-1/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+4
* Add code to trip trailing newlines in a file.Bruce Momjian2001-10-271-0/+13
* Correct fix for indenting.Bruce Momjian2001-10-271-3/+9
* Adjust NR tests. More accurate.Bruce Momjian2001-10-261-6/+6
* Add code to not indent enum, per Tom Lane.Bruce Momjian2001-10-261-162/+176
* Add ODBC typedefs.Bruce Momjian2001-10-261-0/+147
* Add blank line before #endif to #endif's at the end of the file.Bruce Momjian2001-10-251-7/+17
* Add slash for comment spacing, for Tom.Bruce Momjian2001-10-251-1/+1
* Add comment spaces for trailing ) and comment.Bruce Momjian2001-10-251-1/+1
* Add spacing for single-line comments with trailing semicolon _and_Bruce Momjian2001-10-251-1/+1
* Code cleanup.REL7_2_BETA1Bruce Momjian2001-10-251-3/+0
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-1/+0
* Update to prevent CATALOG() from wrapping.Bruce Momjian2001-10-251-4/+7
* Add current typedef symbols to pgindent.Bruce Momjian2001-10-251-118/+90
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-251-1/+2
* Add missing "do { ... } while(0)" in ODBC macros and add find_baddefsBruce Momjian2001-10-251-0/+19
* Create pgjindent for java.Bruce Momjian2001-09-073-3/+37
* Add back incremental patch for BSD indent.Bruce Momjian2001-09-041-0/+21
* Add patch for 0LL for BSD indent/pgindent.Bruce Momjian2001-09-031-10/+22
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-241-1/+1
* Update list of files to update.Bruce Momjian2001-08-161-1/+1
* Update branding for 7.1.3, no HISTORY yet.Bruce Momjian2001-08-091-2/+0
* pgindent fix for asterisk indented too much in return type, for Tom.Bruce Momjian2001-06-061-1/+1
* Fix for comments at top of functions.Bruce Momjian2001-05-221-1/+1
* Pgindent fixes for Tom, mostly indenting problems.Bruce Momjian2001-05-221-0/+43
* OK, now pgindent has blank lines before comment blocks, except whenBruce Momjian2001-05-171-1/+31
* Prevent forced blank line before comment block in pgindent.Bruce Momjian2001-05-171-1/+1
* Add HISTORY items for 7.1.2.Bruce Momjian2001-05-171-1/+7
* Add missing space to sample cvs call.Bruce Momjian2001-05-171-1/+1
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-141-2/+0
* Stamp for 7.1.2. Ready when you are...Bruce Momjian2001-05-111-1/+1
* Improve list.Bruce Momjian2001-05-031-1/+1
* Updates for 7.1.1. Not done yet.Bruce Momjian2001-05-031-1/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+8