Log Message:
---
Fix interval division and multiplication, before:
test=> select '4 months'::interval / 5;
?column?
---
1 mon -6 days
(1 row)
after:
test=> select '4 months'::interval / 5;
?column?
Log Message:
---
Check in the code for the bitmap scan.
Tags:
BitmapScan
Modified Files:
--
bizgres:
common.xml (r1.7 -> r1.7.6.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/common.xml.diff?r1=1.7&r2=1.7.6.1)
bizgres/commonSource
Update of /cvsroot/python/pkg
In directory pgfoundry.org:/tmp/cvs-serv58926
Log Message:
Package unification project initial import.
Status:
Vendor Tag: NONE
Release Tags: INIT
N pkg/setup.py
N pkg/MANIFEST.in
N pkg/LICENSE
No conflicts created by this import
--
Log Message:
---
Check in the code for the bitmap scan.
Tags:
BitmapScan
Modified Files:
--
bizgres/postgresql/src/backend/access/gist:
gistget.c (r1.1.1.1 -> r1.1.1.1.10.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/b