[COMMITTERS] bizgres - bizgres: 803 patch.

2005-07-22 Thread User Llonergan
Log Message: --- 803 patch. Modified Files: -- bizgres/postgresql: configure (r1.1.1.2 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/configure.diff?r1=1.1.1.2&r2=1.2) configure.in (r1.1.1.2 -> r1.2) (http:

[COMMITTERS] bizgres - bizgres: This patch improves the planner.

2005-07-22 Thread User Llonergan
Log Message: --- This patch improves the planner. Tom Lane wrote: > Dawid Kuroczko <[EMAIL PROTECTED]> writes: >> qnex=# EXPLAIN SELECT * FROM log NATURAL JOIN useragents LIMIT 1; >> Limit (cost=15912.20..15912.31 rows=1 width=272) >> -> Hash Join (c

[COMMITTERS] pgsql: Fix AT TIME ZONE for timestamps without time zones: test=>

2005-07-22 Thread Bruce Momjian
Log Message: --- Fix AT TIME ZONE for timestamps without time zones: test=> select (CURRENT_DATE + '05:00'::time)::timestamp at time zone 'Canada/Pacific'; timezone 2005-07-22 08:00:00-04 (1 row) Mod

[COMMITTERS] bizgres - bizgres: Introduce release Release-0_7_0

2005-07-22 Thread User Builder
Log Message: --- Introduce release Release-0_7_0 Modified Files: -- bizgres: release.txt (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/release.txt.diff?r1=1.7&r2=1.8) ---(end of broadcast)--

Re: [COMMITTERS] pgsql: Fix AT TIME ZONE for timestamps without time

2005-07-22 Thread Bruce Momjian
Nope, I now see it still is not fixed. Working now. --- Bruce Momjian wrote: > Log Message: > --- > Fix AT TIME ZONE for timestamps without time zones: > > test=> select ('2005-07-20 00:00:00'::timestamp with

[COMMITTERS] pgsql: Fix AT TIME ZONE for timestamps without time zones: test=>

2005-07-22 Thread Bruce Momjian
Log Message: --- Fix AT TIME ZONE for timestamps without time zones: test=> select ('2005-07-20 00:00:00'::timestamp without time zone) at time zone 'Europe/Paris'; timezone 2005-07-19 22:00:00-04 Udpate documentati

[COMMITTERS] pgsql: Fix insufficient check for overflow in tm2abstime(), per report

2005-07-22 Thread Tom Lane
Log Message: --- Fix insufficient check for overflow in tm2abstime(), per report from jw. Modified Files: -- pgsql/src/backend/utils/adt: nabstime.c (r1.140 -> r1.141) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/nabstime.c.diff?r

[COMMITTERS] bizgres - bizgres: Updated with JasperSoft

2005-07-22 Thread User Llonergan
Log Message: --- Updated with JasperSoft Modified Files: -- bizgres: Contributors (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/Contributors.diff?r1=1.3&r2=1.4) ---(end of broadcast)

[COMMITTERS] pgsql: Fix compare_fuzzy_path_costs() to behave a bit more sanely.

2005-07-22 Thread Tom Lane
Log Message: --- Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original coding would ignore startup cost differences of less than 1% of the estimated total cost; which was OK for normal planning but highly not OK if a very small LIMIT was applied afterwards, so that start

[COMMITTERS] pgsql: Fix compare_fuzzy_path_costs() to behave a bit more sanely.

2005-07-22 Thread Tom Lane
Log Message: --- Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original coding would ignore startup cost differences of less than 1% of the estimated total cost; which was OK for normal planning but highly not OK if a very small LIMIT was applied afterwards, so that start

[COMMITTERS] pgsql: More removal of unneeded parentheses.

2005-07-22 Thread Bruce Momjian
Log Message: --- More removal of unneeded parentheses. Modified Files: -- pgsql/src/backend/utils/adt: timestamp.c (r1.140 -> r1.141) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.140&r2=1.141) pgsql/src/i

[COMMITTERS] bizgres - bizgres: New files for bitmap scan and partitioning

2005-07-22 Thread User Llonergan
Log Message: --- New files for bitmap scan and partitioning Added Files: --- bizgres/postgresql/src/backend/executor: nodeBitmapAnd.c (r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/executor/nodeBitmapAnd.c?rev=1.2&con

[COMMITTERS] bizgres - bizgres: Bitmap scan port from CVS tip (courtesy Jie Zhang)

2005-07-22 Thread User Llonergan
Log Message: --- Bitmap scan port from CVS tip (courtesy Jie Zhang) Constraint Exclusion (basic partitioning) courtesy of Simon Riggs Modified Files: -- bizgres/postgresql/src/backend/access/gist: gistget.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-b

[COMMITTERS] pgsql: More spacing adjustments

2005-07-22 Thread Bruce Momjian
Log Message: --- More spacing adjustments Modified Files: -- pgsql/src/backend/utils/adt: timestamp.c (r1.139 -> r1.140) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.139&r2=1.140) ---