[COMMITTERS] psqlodbc - psqlodbc: Let SC_forget_unnamed() clear the result in case
Log Message: --- Let SC_forget_unnamed() clear the result in case the statement is not executed yet. It would fix the bug reported by Silvio Brandani. Modified Files: -- psqlodbc: statement.h (r1.86 -> r1.87) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.h?r1=1.86&r2=1.87) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: In binary-upgrade mode, dump dropped attributes of composite typ
In binary-upgrade mode, dump dropped attributes of composite types. Noah Misch Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/27c7875d95cf629e3f344ba91d1f8a1a936ed043 Modified Files -- src/bin/pg_dump/pg_dump.c | 100 ++-- src/test/regress/expected/alter_table.out |6 ++ src/test/regress/sql/alter_table.sql |7 ++ 3 files changed, 91 insertions(+), 22 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Reset per-tuple memory context between every row in a scan node,
Reset per-tuple memory context between every row in a scan node, even when there's no quals or projections. Currently this only matters for foreign scans, as none of the other scan nodes litter the per-tuple memory context when there's no quals or projections. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0319da638f337cae66a4649581dc1f33d5079e1a Modified Files -- src/backend/executor/execScan.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Pull up isReset flag from AllocSetContext to MemoryContext struc
Pull up isReset flag from AllocSetContext to MemoryContext struct. This avoids the overhead of one function call when calling MemoryContextReset(), and it seems like the isReset optimization would be applicable to any new memory context we might invent in the future anyway. This buys back the overhead I just added in previous patch to always call MemoryContextReset() in ExecScan, even when there's no quals or projections. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/30e98a7e6e4869a7d6b3748ac9770bb8d69a8b26 Modified Files -- src/backend/utils/mmgr/aset.c | 25 ++--- src/backend/utils/mmgr/mcxt.c | 18 -- src/include/nodes/memnodes.h |1 + 3 files changed, 19 insertions(+), 25 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Message improvement
Message improvement Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8932e2810034c43daa07c6da914a4c5ba46f6bd6 Modified Files -- src/bin/psql/command.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] psqlodbc - psqlodbc: Cosmetic changes.
Log Message: --- Cosmetic changes. Modified Files: -- psqlodbc: multibyte.c (r1.60 -> r1.61) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c?r1=1.60&r2=1.61) pgtypes.c (r1.96 -> r1.97) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/pgtypes.c?r1=1.96&r2=1.97) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] psqlodbc - psqlodbc: Fix the bug that strings are copied to a null
Log Message: --- Fix the bug that strings are copied to a null pointer. Modified Files: -- psqlodbc: convert.c (r1.194 -> r1.195) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c?r1=1.194&r2=1.195) version.h (r1.191 -> r1.192) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.191&r2=1.192) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
