Re: [COMMITTERS] pgsql: Message improvements

2015-11-16 Thread Euler Taveira
On 17-11-2015 00:07, Peter Eisentraut wrote: Message improvements --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -874,7 +874,7 @@ DoCopy(const CopyStmt *stmt, const char *queryString, uint64 *processed) if (is_from) ereport(ERROR,

[COMMITTERS] pgsql: Improve message

2015-11-16 Thread Peter Eisentraut
Improve message Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5be5b5029f26b1723382bac185fcfa993a763234 Modified Files -- src/bin/scripts/vacuumdb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgs

[COMMITTERS] pgsql: Improve message

2015-11-16 Thread Peter Eisentraut
Improve message Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b6a6340b170c31d4fd07d9ddae1cfac4e2200884 Modified Files -- src/bin/scripts/vacuumdb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing li

[COMMITTERS] pgsql: Message improvements

2015-11-16 Thread Peter Eisentraut
Message improvements Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/689cabf402c33a69e595a0d25f61b1fb49fb1c78 Modified Files -- src/backend/access/transam/parallel.c |6 +++--- src/backend/access/transam/xlog.c | 27 +++

[COMMITTERS] pgsql: Message improvements

2015-11-16 Thread Peter Eisentraut
Message improvements Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5db837d3f22960c2fdc11b390ecf3984b3e0c49e Modified Files -- src/backend/access/transam/parallel.c |6 +++--- src/backend/access/transam/xlog.c | 27 ++

[COMMITTERS] pgsql: doc: Fix commas and improve spacing

2015-11-16 Thread Peter Eisentraut
doc: Fix commas and improve spacing Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/75c8af902e07a2090df429f410df1e753e3358f1 Modified Files -- doc/src/sgml/queries.sgml | 38 +++--- 1 file changed, 19 insertions(+),

[COMMITTERS] pgsql: doc: Fix commas and improve spacing

2015-11-16 Thread Peter Eisentraut
doc: Fix commas and improve spacing Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/53264c7b1e0c9be7bc05289372265c768869f818 Modified Files -- doc/src/sgml/queries.sgml | 38 +++--- 1 file changed, 19 insertions(+), 19 del

[COMMITTERS] pgsql: Remove volatile qualifiers from bufmgr.c and freelist.c

2015-11-16 Thread Robert Haas
Remove volatile qualifiers from bufmgr.c and freelist.c Prior to commit 0709b7ee72e4bc71ad07b7120acd117265ab51d0, access to variables within a spinlock-protected critical section had to be done through a volatile pointer, but that should no longer be necessary. Review by Andres Freund Branch ---

[COMMITTERS] pgsql: Speed up ruleutils' name de-duplication code, and fix overlength

2015-11-16 Thread Tom Lane
Speed up ruleutils' name de-duplication code, and fix overlength-name case. Since commit 11e131854f8231a21613f834c40fe9d046926387, ruleutils.c has attempted to ensure that each RTE in a query or plan tree has a unique alias name. However, the code that was added for this could be quite slow, even

[COMMITTERS] pgsql: Speed up ruleutils' name de-duplication code, and fix overlength

2015-11-16 Thread Tom Lane
Speed up ruleutils' name de-duplication code, and fix overlength-name case. Since commit 11e131854f8231a21613f834c40fe9d046926387, ruleutils.c has attempted to ensure that each RTE in a query or plan tree has a unique alias name. However, the code that was added for this could be quite slow, even

[COMMITTERS] pgsql: Speed up ruleutils' name de-duplication code, and fix overlength

2015-11-16 Thread Tom Lane
Speed up ruleutils' name de-duplication code, and fix overlength-name case. Since commit 11e131854f8231a21613f834c40fe9d046926387, ruleutils.c has attempted to ensure that each RTE in a query or plan tree has a unique alias name. However, the code that was added for this could be quite slow, even

[COMMITTERS] pgsql: Speed up ruleutils' name de-duplication code, and fix overlength

2015-11-16 Thread Tom Lane
Speed up ruleutils' name de-duplication code, and fix overlength-name case. Since commit 11e131854f8231a21613f834c40fe9d046926387, ruleutils.c has attempted to ensure that each RTE in a query or plan tree has a unique alias name. However, the code that was added for this could be quite slow, even