Server:
localhost:1666 Client: perforce.eigenbase
Path:
 
Files   Submitted   Branches   Labels   Clients   Users   Jobs   Settings  
Cancel operation Show recent activity bar Show P4 command bar Show go to bar Information Help
 RSS 2.0
Submitted Changelists:

Changelist Filter
Revision range: User:
File pattern: Client:
Changelist Date User Client Description
13376 2010/02/06 jvs jvs.kotick-win.eigenbase FENNEL: fix Windows build (broken by MacOS changes)
13375 2010/02/05 jhyde jhyde.marmalade FENNEL: Oops, missed one 'throw'.
13374 2010/02/05 jhyde jhyde.marmalade FENNEL: Calculator now throws SqlState objects, not strings like "22001". This
will allow us to add more metadata, such as error/warning classification,
and translations. No functionality changes for now, but at least all codes
are gathered in one class.
13373 2010/02/04 jhyde jhyde.marmalade2 UTIL/FARRAGO/FENNEL: Cosmetic (new checkFile rule, and fixes for it).
13365 2010/01/30 sunil sunil-integration FENNEL: Performance: Calculator.bind() now calls
RegisterSetBinding.rebind() replacing unbind/new calls.
13358 2010/01/25 ngoodman ngoodman.rifle INTEGRATION: from dev@13357 to dy/dev
13353 2010/01/25 hunter hplaptop-linux5 FARRAGO/FENNEL: integrate from //open/dt/dev@13349
13350 2010/01/24 jvs jvs.bagheera.eigenbase FARRAGO/FENNEL/LUCIDDB: eliminate LucidEra yellow zone in Farrago
13348 2010/01/23 jvs jvs.bagheera.eigenbase FENNEL/FARRAGO: eliminate LucidEra yellow zone in Fennel
13342 2010/01/21 ngoodman ngoodman.rifle INTEGRATION: from dev@13341 to dy/dev
13333 2010/01/18 hunter hplaptop-linux2 INTEGRATION: Completing integrate from dev@13320 to dt/dev
13322 2010/01/15 jhyde jhyde.plank DT/DEV: Integrate from dev@13320 to dt/dev, except changes to build scripts for
MacOS (Hunter will deal with these shortly.)
13315 2010/01/12 jhyde jhyde.plank DEV: Integrate from dt/dev to dev @13313 (except boost upgrade).
13278 2009/12/31 jhyde jhyde.marmalade MONDRIAN/LUCIDDB/FENNEL: Update copyright notices for files changed in 2009.
13276 2009/12/31 jvs jvs.bagheera.eigenbase THIRDPARTY/FENNEL: fix some unit tests on Mac OS
13244 2009/12/18 jhyde jhyde.marmalade MONDRIAN/FARRAGO/FENNEL: Fix checkFile exceptions.
13235 2009/12/15 hersker hersker.sevilla-fc10 FENNEL: allow script to work even if dot "." is not on the PATH.
13228 2009/12/13 hunter hplaptop-linux3 FARRAGO/FENNEL: upgrading boost to 1.40 and upgrading the lockfree and task libraries.
13207 2009/12/05 jvs jvs.bagheera.eigenbase DEV: McPort
13200 2009/11/29 jvs jvs.bagheera.eigenbase INTEGRATION: create //open/dy/dev branch from //open/dev@13193
for use by Dynamo BI team
13195 2009/11/27 jhyde jhyde.marmalade MONDRIAN/FENNEL/FARRAGO: Comply with latest checkFile.
13192 2009/11/25 sunil sunil-dev2 FENNEL: fixed code compliance problem.
13191 2009/11/25 jvs jvs.bagheera.eigenbase DEV: integrate from dt/dev@13182
13173 2009/11/20 hunter hplaptop-linux1 FARRAGO/FENNEL: Opening up a couple of APIs, adding the Boost lockfree and task patches and modified version of the vJDBC jar with a few bug fixes
13172 2009/11/18 jhahn jhahn-babyin FENNEL: Fix CalcAssemblerTest. Use not quite so small min double
to make strtod happy. Use volatile so inconsistancy between constant
folded shifts and run time shifts is hidden. DT#1754
13171 2009/11/18 mberkowitz mberkowitz.plank FENNEL/FARRAGO: FarragoRuntimeContext.getStreamHandle(name) throws when name is null.
The routines in fennel::JniProdxy that convert a java value to C++ now trap an
invalid java null, throwing a FennelExcn. Avoids a server crash on an invalid
proxy command; instead the query aborts with the message, "java null".
13170 2009/11/18 mberkowitz mberkowitz.plank FARRAGO (UDX): add FarragoTransform.pleaseSignalOnMoreData(), for its peer ExecStream.
This allows a UDX running in data-push style to resume after underflow.
Change signature of FarragoTransformImpl.init
from init(FennelTupleWriter, TupleIter)
to init(FarragoRuntimeContext, String peerStream, FennelTupleWriter, TupleIter),
and change code generators to suit.
13168 2009/11/18 mberkowitz mberkowitz.plank FARRAGO/FENNEL: for udx execution, add FennelStreamGraph.tupleStreamSetRunnable()
13165 2009/11/16 sunil sunil-dev2 FARRAGO/FENNEL: Streaming Order By: changed visibility of fields/methods
to subclass in Aspen. Changed metamodel to pass a new
attribute to SortRel, partitionKeyCount. For now,
partitionKeyCount is always set to 0.
13139 2009/10/28 sunil sunil-dev1 FENNEL: Partitioned Sort XO refactoring. defined virtual methods to
handle endOfPartition etc.
13117 2009/10/22 jhyde jhyde.marmalade FENNEL: Log bug FNL-86 to remind us to re-enable CalcAssemblerTest.testStandardTypes.
13115 2009/10/21 jvs jvs.bagheera.eigenbase FENNEL: disable CalcAssemblerTest.testStandardTypes for
optimized builds, since it's flaky there
13091 2009/10/12 jvs jvs.bagheera.eigenbase FARRAGO/FENNEL/LUCIDDB: delete experimental storage engine bridge
code; add back Oracle wrapper example DDL (disabled)
13089 2009/10/09 jvs jvs.bagheera.eigenbase DEV: README updates for 0.9.2 prerelease
13075 2009/10/01 sunil sunil-dev1 FENNEL: DTBUG# 1991: Initialize new field partitionKeyCount to 0 in
ExternalSortExecStreamParams structure.
13054 2009/09/21 jvs jvs.bagheera.eigenbase FENNEL: add LDB-198 comment for why we don't have to worry about
the case of different codings being used across batches
13049 2009/09/17 sunil sunil-dev1 FENNEL: Refactoring of ExternalSort XO for "partitionedSort"
and unit tests.
13044 2009/09/15 jvs jvs.bagheera.eigenbase FENNEL/FARRAGO: fix for LDB-198; combine bitmap entries for
VARCHAR values which are equivalent ignoring trailing spaces
13004 2009/08/17 mberkowitz mberkowitz-farrago.teapot FENNEL: revert mistaken @12962.
Restore assert on resouce leak in ~ExecStreamGovernor.
12994 2009/08/08 jvs jvs.bagheera.eigenbase DEV: integrate from dt/dev@12993
12993 2009/08/07 hunter hunter.plank.integ DT/DEV: integrate from //open/dev@12950
12966 2009/07/23 mberkowitz mberkowitz-farrago.teapot DT/DEV: integrate from DT/STABLE after 2.0.2: slice 4.
Change 12869 by zwalcott@zwalcott-stable-laptop1 on 2009/06/14 22:11:48
Farrago/Stable: Bug 1921- Pass the property streamWindowHighWaterMarkRatio
to the C++ Sdp stack. In the common/ConfigMap, I added a method for DoubleParam.
Change 12872 by mberkowitz@mberkowitz.teabag on 2009/06/15 15:20:37
FARRAGO (DT/STABLE): make FennelCalcRel and FennelCalcRule easier to subclass.
Change 12878 by mberkowitz@mberkowitz-farrago.teapot on 2009/06/17 17:04:27
FENNEL (dt/stable): CopyExecStream::execute can be called with no room in output
buffer, or not enough room for even a single row. Tolerate this; do not assume
depth-first scheduling. (dtbug 1890)
Change 12881 by mberkowitz@mberkowitz-farrago.teapot on 2009/06/17 23:10:17
FARRAGO (dt/stable): improve javadoc of FennelCalcRel and FennelCalcRule
12962 2009/07/21 mberkowitz mberkowitz-farrago.teapot FENNEL: If ExecStreamGovernor deleted still holding resources, trace as SEVERE but don't assert.
12958 2009/07/20 mberkowitz mberkowitz-farrago.teapot FENNEL: When ExecStreamGovernor asserts in its destructor, trace its state.
12951 2009/07/16 jvs jvs.bagheera.eigenbase DEV: integrate from dt/dev@12935
12950 2009/07/15 jvs jvs.bagheera.eigenbase FENNEL: oops, eliminate hard-coded paths
12949 2009/07/15 jvs jvs.bagheera.eigenbase FENNEL/FARRAGO: add experimental storage engine bridge, currently
for ScaleDB only, and just a hack at that
12935 2009/07/13 jhyde jhyde.marmalade2 FARRAGO/FENNEL: Fix checkFile violations.
12934 2009/07/11 hunter hunter.plank.integ DT/DEV: integrate from //open/dev@12928
12907 2009/07/01 jvs jvs.bagheera.eigenbase FENNEL/FARRAGO/LUCIDDB: add parameter for limiting amount
of memory to use for CPU-cache-sensitive data structures in
hash and sort
Copyright 2008 Perforce Software. All rights reserved.