[COMMITTERS] pgsql: Add URLs for: * Add SQL:2003 WITH RECURSIVE (hierarchical)

2008-04-02 Thread Bruce Momjian
Log Message: --- Add URLs for: * Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT > http://archives.postgresql.org/pgsql-patches/2008-01/msg00105.php > http://archives.postgresql.org/pgsql-patches/2008-03/msg00327.php Modified Files: -- pgsql/doc:

[COMMITTERS] aupg - aupg_src: added default id=1 entry for trust graph to trust all

2008-04-02 Thread User Rlucas
Log Message: --- added default id=1 entry for trust graph to trust all Modified Files: -- aupg_src/sql: audit_infrastructure.sql (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_infrastructure.sql.diff?r1=1.16&r2=1.17)

[COMMITTERS] pgsql: Revert my bad decision of about a year ago to make

2008-04-02 Thread Tom Lane
Log Message: --- Revert my bad decision of about a year ago to make PortalDefineQuery responsible for copying the query string into the new Portal. Such copying is unnecessary in the common code path through exec_simple_query, and in this case it can be enormously expensive because the str

[COMMITTERS] pgsql: Revert my bad decision of about a year ago to make

2008-04-02 Thread Tom Lane
Log Message: --- Revert my bad decision of about a year ago to make PortalDefineQuery responsible for copying the query string into the new Portal. Such copying is unnecessary in the common code path through exec_simple_query, and in this case it can be enormously expensive because the str

[COMMITTERS] npgsql - Npgsql2: [#1010312] Code cleanup.

2008-04-02 Thread User Fxjr
Log Message: --- [#1010312] Code cleanup. Thanks Alaric Dailey for patch. Modified Files: -- Npgsql2/src/Npgsql: AssemblyInfo.cs (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/AssemblyInfo.cs.diff?r1=1.9&r2=1.10)

[COMMITTERS] pgsql: Convert three more guc settings to enum type:

2008-04-02 Thread Magnus Hagander
Log Message: --- Convert three more guc settings to enum type: default_transaction_isolation, session_replication_role and regex_flavor. Modified Files: -- pgsql/src/backend/utils/adt: regexp.c (r1.79 -> r1.80) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsq