[COMMITTERS] pgsql: Minor improvements to the Gin internal documentation.

2008-07-07 Thread Neil Conway
Log Message: --- Minor improvements to the Gin internal documentation. Modified Files: -- pgsql/src/backend/access/gin: README (r1.5 -> r1.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/README?r1=1.5&r2=1.6) -- Sent via pgsql-co

[COMMITTERS] pgsql: Add comment for deadlock_timeout: /* This is PGC_SIGHUP

2008-07-07 Thread Bruce Momjian
Log Message: --- Add comment for deadlock_timeout: /* This is PGC_SIGHUP so all backends have the same value. */ Modified Files: -- pgsql/src/backend/utils/misc: guc.c (r1.462 -> r1.463) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/u

[COMMITTERS] pgsql: Fix estimate_num_groups() to assume that GROUP BY expressions

2008-07-07 Thread Tom Lane
Log Message: --- Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean results always contribute two groups, regardless of the expression contents. This is very substantially more accurate than the regular heuristic for certain boolean tests like "col IS NULL". Per

[COMMITTERS] pgsql: Fix estimate_num_groups() to assume that GROUP BY expressions

2008-07-07 Thread Tom Lane
Log Message: --- Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean results always contribute two groups, regardless of the expression contents. This is very substantially more accurate than the regular heuristic for certain boolean tests like "col IS NULL". Per

[COMMITTERS] pgsql: Fix estimate_num_groups() to assume that GROUP BY expressions

2008-07-07 Thread Tom Lane
Log Message: --- Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean results always contribute two groups, regardless of the expression contents. This is very substantially more accurate than the regular heuristic for certain boolean tests like "col IS NULL". Per

[COMMITTERS] pgsql: Fix estimate_num_groups() to assume that GROUP BY expressions

2008-07-07 Thread Tom Lane
Log Message: --- Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean results always contribute two groups, regardless of the expression contents. This is very substantially more accurate than the regular heuristic for certain boolean tests like "col IS NULL". Per

[COMMITTERS] pgsql: Fix estimate_num_groups() to assume that GROUP BY expressions

2008-07-07 Thread Tom Lane
Log Message: --- Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean results always contribute two groups, regardless of the expression contents. This is very substantially more accurate than the regular heuristic for certain boolean tests like "col IS NULL". Per

[COMMITTERS] pgsql: Fix estimate_num_groups() to assume that GROUP BY expressions

2008-07-07 Thread Tom Lane
Log Message: --- Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean results always contribute two groups, regardless of the expression contents. This is very substantially more accurate than the regular heuristic for certain boolean tests like "col IS NULL". Per

[COMMITTERS] pgsql: Fix AT TIME ZONE (in all three variants) so that we first try to

2008-07-07 Thread Tom Lane
Log Message: --- Fix AT TIME ZONE (in all three variants) so that we first try to interpret the timezone argument as a timezone abbreviation, and only try it as a full timezone name if that fails. The zic database has four zones (CET, EET, MET, WET) that are full daylight-savings zones and

[COMMITTERS] pgsql: Fix AT TIME ZONE (in all three variants) so that we first try to

2008-07-07 Thread Tom Lane
Log Message: --- Fix AT TIME ZONE (in all three variants) so that we first try to interpret the timezone argument as a timezone abbreviation, and only try it as a full timezone name if that fails. The zic database has four zones (CET, EET, MET, WET) that are full daylight-savings zones and

[COMMITTERS] pgsql: Fix AT TIME ZONE (in all three variants) so that we first try to

2008-07-07 Thread Tom Lane
Log Message: --- Fix AT TIME ZONE (in all three variants) so that we first try to interpret the timezone argument as a timezone abbreviation, and only try it as a full timezone name if that fails. The zic database has four zones (CET, EET, MET, WET) that are full daylight-savings zones and

[COMMITTERS] pgsql: Fix AT TIME ZONE (in all three variants) so that we first try to

2008-07-07 Thread Tom Lane
Log Message: --- Fix AT TIME ZONE (in all three variants) so that we first try to interpret the timezone argument as a timezone abbreviation, and only try it as a full timezone name if that fails. The zic database has four zones (CET, EET, MET, WET) that are full daylight-savings zones and

Re: [COMMITTERS] pgsql: Added documentation for xmlagg function.

2008-07-07 Thread Tom Lane
[EMAIL PROTECTED] (Peter Eisentraut) writes: > Log Message: > --- > Added documentation for xmlagg function. > Tags: > > REL8_3_STABLE Surely this should be applied on HEAD too? regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@p

[COMMITTERS] pgsql: Added documentation for function xmlagg.

2008-07-07 Thread Peter Eisentraut
Log Message: --- Added documentation for function xmlagg. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.438 -> r1.439) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.438&r2=1.439) -- Sent via pgsql-committers mailing li

[COMMITTERS] pgsql: Added documentation for xmlagg function.

2008-07-07 Thread Peter Eisentraut
Log Message: --- Added documentation for xmlagg function. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.419.2.2 -> r1.419.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.419.2.2&r2=1.419.2.3)