Bruce Momjian
3bb110ebb3
Pull in variables defined in structs; had too many tabs.
2001-11-04 21:27:41 +00:00
Bruce Momjian
8ee7c19e3c
Require closing paren on line above brace to identify function
...
difinition, just for formatting workaround, per Tom's discovery.
2001-11-03 22:34:13 +00:00
Bruce Momjian
f008976bcd
More updates for GNU indent.
2001-11-03 12:34:15 +00:00
Bruce Momjian
ffba91cd1e
Make pgindent use GNU Indent version 2.X better.
2001-11-03 01:49:22 +00:00
Bruce Momjian
04550d3c90
Add check for 'extern "C"' for pgindent.
2001-11-02 23:43:24 +00:00
Bruce Momjian
c41b6b1b9c
Fix small problem Tom Lane found with pgindent run.
2001-10-30 05:38:56 +00:00
Bruce Momjian
6783b2372e
Another pgindent run. Fixes enum indenting, and improves #endif
...
spacing. Also adds space for one-line comments.
2001-10-28 06:26:15 +00:00
Bruce Momjian
c29797deeb
Add code to trip trailing newlines in a file.
2001-10-27 13:54:45 +00:00
Bruce Momjian
5ef74fe593
Correct fix for indenting.
2001-10-27 03:31:36 +00:00
Bruce Momjian
b93939a6a7
Adjust NR tests. More accurate.
2001-10-26 17:54:45 +00:00
Bruce Momjian
8c1f4e574b
Add code to not indent enum, per Tom Lane.
2001-10-26 16:21:13 +00:00
Bruce Momjian
99a9f2f6f4
Add ODBC typedefs.
2001-10-26 15:42:54 +00:00
Bruce Momjian
80b9a00439
Add blank line before #endif to #endif's at the end of the file.
2001-10-25 19:57:03 +00:00
Bruce Momjian
3231341eed
Add slash for comment spacing, for Tom.
2001-10-25 19:22:05 +00:00
Bruce Momjian
81d9a9674e
Add comment spaces for trailing ) and comment.
2001-10-25 18:44:42 +00:00
Bruce Momjian
cae059ba5e
Add spacing for single-line comments with trailing semicolon _and_
...
comma, per Tom.
2001-10-25 18:25:23 +00:00
Bruce Momjian
05584c9660
Code cleanup.
2001-10-25 06:27:56 +00:00
Bruce Momjian
b81844b173
pgindent run on all C files. Java run to follow. initdb/regression
...
tests pass.
2001-10-25 05:50:21 +00:00
Bruce Momjian
59da2105d8
Update to prevent CATALOG() from wrapping.
2001-10-25 05:07:56 +00:00
Bruce Momjian
bbc7491de1
Add current typedef symbols to pgindent.
2001-10-25 03:56:35 +00:00
Bruce Momjian
fde8edaf53
Add do { ... } while (0) to more bad macros.
2001-10-25 01:29:37 +00:00
Bruce Momjian
309a04f5b8
Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs
...
script.
2001-10-25 00:50:50 +00:00
Bruce Momjian
3fb3678409
Create pgjindent for java.
2001-09-07 21:25:44 +00:00
Bruce Momjian
5840db21fb
Add back incremental patch for BSD indent.
2001-09-04 03:34:42 +00:00
Bruce Momjian
e5390263ed
Add patch for 0LL for BSD indent/pgindent.
2001-09-03 23:11:20 +00:00
Peter Eisentraut
968d7733a1
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
...
places that were including the wrong files.
2001-08-24 14:07:50 +00:00
Bruce Momjian
31874ad39b
Update list of files to update.
2001-08-16 21:53:27 +00:00
Bruce Momjian
5ee371d8f3
Update branding for 7.1.3, no HISTORY yet.
2001-08-09 16:38:59 +00:00
Bruce Momjian
398b41a23f
pgindent fix for asterisk indented too much in return type, for Tom.
2001-06-06 20:51:31 +00:00
Bruce Momjian
a62c19e4ec
Fix for comments at top of functions.
2001-05-22 17:24:58 +00:00
Bruce Momjian
e7f47ed5b4
Pgindent fixes for Tom, mostly indenting problems.
2001-05-22 01:28:16 +00:00
Bruce Momjian
8266e8a84b
OK, now pgindent has blank lines before comment blocks, except when
...
there is a brace on the line above it.
2001-05-17 16:11:08 +00:00
Bruce Momjian
2d7795ebb4
Prevent forced blank line before comment block in pgindent.
2001-05-17 15:55:24 +00:00
Bruce Momjian
e4f2bea7fb
Add HISTORY items for 7.1.2.
2001-05-17 13:28:30 +00:00
Bruce Momjian
8783d2a5bf
Add missing space to sample cvs call.
2001-05-17 13:20:35 +00:00
Bruce Momjian
1e7b79cebc
Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb
...
forced.
2001-05-14 20:30:21 +00:00
Bruce Momjian
d4dfef1cdb
Stamp for 7.1.2. Ready when you are...
2001-05-11 01:34:14 +00:00
Bruce Momjian
645553eaf6
Improve list.
2001-05-03 17:20:14 +00:00
Bruce Momjian
3bc0ab783b
Updates for 7.1.1. Not done yet.
2001-05-03 16:47:58 +00:00
Bruce Momjian
9e1552607a
pgindent run. Make it all clean.
2001-03-22 04:01:46 +00:00
Peter Eisentraut
609fee4717
A much better version of this is now in backend/port/aix.
2001-03-14 21:16:57 +00:00
Peter Eisentraut
8ec7986080
It's "gmake dist" now.
2001-03-14 21:11:53 +00:00
Peter Eisentraut
b651540720
For some ungodly reason my etags doesn't have an --output option, but it
...
does have -o.
2001-03-14 21:07:16 +00:00
Bruce Momjian
83d0e37947
Update email addresses.
2001-03-05 18:09:55 +00:00
Bruce Momjian
a69f81c202
Update flowchart xfig file.
2001-02-22 18:09:20 +00:00
Tom Lane
4a66f9dd54
Change scoping of table and join refnames to conform to SQL92: a JOIN
...
clause with an alias is a <subquery> and therefore hides table references
appearing within it, according to the spec. This is the same as the
preliminary patch I posted to pgsql-patches yesterday, plus some really
grotty code in ruleutils.c to reverse-list a query tree with the correct
alias name depending on context. I'd rather not have done that, but unless
we want to force another initdb for 7.1, there's no other way for now.
2001-02-14 21:35:07 +00:00
Bruce Momjian
281b7d84fc
Add // -> /* */ mapping to pgindent.
2001-02-12 18:30:53 +00:00
Bruce Momjian
3152ef63a6
Source alignment cleanups.
2001-02-11 05:58:41 +00:00
Bruce Momjian
a952c79b23
More updates.
2001-02-11 05:15:25 +00:00
Bruce Momjian
26dc50141b
More cleanup.
2001-02-11 05:13:52 +00:00