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:
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)
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
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
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)
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