[COMMITTERS] pgsql: Fix bugs in the isolation tester flex rules.

2011-03-09 Thread Heikki Linnakangas
Fix bugs in the isolation tester flex rules. Tom Lane pointed out that it was giving a warning: "-s option given but default rule can be matched". That was because there was no rule to handle newline in a quoted string. I made that throw an error. Also, line number tracking was broken, giving inc

[COMMITTERS] pgsql: Cleanup copyright years and file names in the header comments of

2011-03-09 Thread Itagaki Takahiro
Cleanup copyright years and file names in the header comments of some files. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2d8de0a50b54cc0ed430ffa96dc8776dfe95d5ff Modified Files -- contrib/auth_delay/auth_delay.c|2 +- src/backend/replicatio

Re: [COMMITTERS] pgsql: Suppress some "variable might be clobbered by longjmp" warnings.

2011-03-09 Thread Tom Lane
Bruce Momjian writes: > Tom Lane wrote: >> Suppress some "variable might be clobbered by longjmp" warnings. >> >> Seen with an older gcc version. I'm not sure these represent any real >> risk factor, but still a bit scary. Anyway we have lots of other >> volatile-marked variables in this code,

[COMMITTERS] pgsql: replication/repl_gram.h needs to be cleaned too ...

2011-03-09 Thread Tom Lane
replication/repl_gram.h needs to be cleaned too ... Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f6587019ed2c2123c00c18db2d1e857a6258ff85 Modified Files -- src/backend/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- Sent via pg

[COMMITTERS] pgsql: Fix some oversights in distprep and maintainer-clean targets.

2011-03-09 Thread Tom Lane
Fix some oversights in distprep and maintainer-clean targets. At least two recent commits have apparently imagined that a comment in a Makefile stating that something would be included in the distribution tarball was sufficient to make it so. They hadn't bothered to hook into the upper maintainer

Re: [COMMITTERS] pgsql: Suppress some "variable might be clobbered by longjmp" warnings.

2011-03-09 Thread Bruce Momjian
Tom Lane wrote: > Suppress some "variable might be clobbered by longjmp" warnings. > > Seen with an older gcc version. I'm not sure these represent any real > risk factor, but still a bit scary. Anyway we have lots of other > volatile-marked variables in this code, so a couple more won't hurt.

[COMMITTERS] pgsql: Mention gcc version in C comment.

2011-03-09 Thread Bruce Momjian
Mention gcc version in C comment. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/76fdee31c4ff74b7eae5965521a85d29381bcaec Modified Files -- src/backend/replication/basebackup.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgs

Re: [COMMITTERS] pgsql: Added new version of ecpg's parser generator script. This one wa

2011-03-09 Thread Tom Lane
Bruce Momjian writes: > Michael Meskes wrote: >> Added new version of ecpg's parser generator script. This one was written by >> Andy Colson . > Uh, why are we not just replacing the old script and allowing git to > preserve the old version? Yeah, I was wondering that too. There seems no very g

[COMMITTERS] pgsql: Remove collation information from TypeName, where it does not be

2011-03-09 Thread Tom Lane
Remove collation information from TypeName, where it does not belong. The initial collations patch treated a COLLATE spec as part of a TypeName, following what can only be described as brain fade on the part of the SQL committee. It's a lot more reasonable to treat COLLATE as a syntactically sepa

Re: [COMMITTERS] pgsql: Added new version of ecpg's parser generator script. This one wa

2011-03-09 Thread Bruce Momjian
Michael Meskes wrote: > Added new version of ecpg's parser generator script. This one was written by > Andy Colson . > > Branch > -- > master > > Details > --- > http://git.postgresql.org/pg/commitdiff/32fce70564999a90d48a27c4279a8908e90f3ece > > Modified Files > -- > src/int

[COMMITTERS] pgsql: Document that server single-user mode does not do checkpoints or

2011-03-09 Thread Bruce Momjian
Document that server single-user mode does not do checkpoints or other background processing. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/01752f7bba627c0c38d594b27e50238015272828 Modified Files -- doc/src/sgml/ref/postgres-ref.sgml |5 - 1 file

Re: [COMMITTERS] pgsql: synchronous_standby_names is a string parameter.

2011-03-09 Thread Simon Riggs
On Wed, 2011-03-09 at 10:50 +, Itagaki Takahiro wrote: > synchronous_standby_names is a string parameter. Thanks! That bug was already fixed earlier, so it must have crept back in when we were chopping patches up into pieces. -- Simon Riggs http://www.2ndQuadrant.com/books/ Post

[COMMITTERS] pgsql: Tag refs/tags/REL9_1_ALPHA4 was created

2011-03-09 Thread pgsql
Tag refs/tags/REL9_1_ALPHA4 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Adjust the permissions required for COMMENT ON ROLE.

2011-03-09 Thread Tom Lane
Adjust the permissions required for COMMENT ON ROLE. Formerly, any member of a role could change the role's comment, as of course could superusers; but holders of CREATEROLE privilege could not, unless they were also members. This led to the odd situation that a CREATEROLE holder could create a r

[COMMITTERS] pgsql: Remove '=' from initdb switch syntax.

2011-03-09 Thread Bruce Momjian
Remove '=' from initdb switch syntax. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c290476cbd2e2d5f8f6c7c24ebaa5133ec37ecde Modified Files -- doc/src/sgml/ref/initdb.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-c

[COMMITTERS] pgsql: Improve wording of initdb and pg_controldata manual pages.

2011-03-09 Thread Bruce Momjian
Improve wording of initdb and pg_controldata manual pages. gabrielle Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8cc55b1c0fbf9a2e01d14311716b59d19314126e Modified Files -- doc/src/sgml/ref/initdb.sgml | 20 ++-- doc/src/sgml

[COMMITTERS] pgsql: Remove 's' from recovery_target_timeline's' from the release not

2011-03-09 Thread Itagaki Takahiro
Remove 's' from recovery_target_timeline's' from the release note. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/48ff3913d6ce42cd090d17ea6863be4698007afe Modified Files -- doc/src/sgml/release-9.1.sgml |2 +- 1 files changed, 1 insertions(+), 1 delet

[COMMITTERS] pgsql: synchronous_standby_names is a string parameter.

2011-03-09 Thread Itagaki Takahiro
synchronous_standby_names is a string parameter. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1144726d070746a857a13af271e2864961a5268f Modified Files -- doc/src/sgml/config.sgml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via