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:
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
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
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)--
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
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
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
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)
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
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
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
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
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
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)
---
14 matches
Mail list logo