[teiid/teiid] baa866: [maven-release-plugin] prepare for next developmen...
by Steve Hawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: baa866ac3c9b6f99063977c27e1ddba139b403b4
https://github.com/teiid/teiid/commit/baa866ac3c9b6f99063977c27e1ddba139b...
Author: Steve Hawkins <shawkins(a)redhat.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M admin/pom.xml
M adminshell/pom.xml
M api/pom.xml
M build/pom.xml
M client-jdk15/pom.xml
M client/pom.xml
M common-core/pom.xml
M connectors/connector-file/pom.xml
M connectors/connector-google/pom.xml
M connectors/connector-infinispan/pom.xml
M connectors/connector-ldap/pom.xml
M connectors/connector-salesforce/pom.xml
M connectors/connector-ws/pom.xml
M connectors/google-api/pom.xml
M connectors/pom.xml
M connectors/salesforce-api/pom.xml
M connectors/sandbox/pom.xml
M connectors/sandbox/translator-yahoo/pom.xml
M connectors/translator-file/pom.xml
M connectors/translator-google/pom.xml
M connectors/translator-hive/pom.xml
M connectors/translator-jdbc/pom.xml
M connectors/translator-jpa/pom.xml
M connectors/translator-ldap/pom.xml
M connectors/translator-loopback/pom.xml
M connectors/translator-object/pom.xml
M connectors/translator-odata/pom.xml
M connectors/translator-olap/pom.xml
M connectors/translator-salesforce/pom.xml
M connectors/translator-ws/pom.xml
M engine/pom.xml
M hibernate-dialect/pom.xml
M jboss-integration/pom.xml
M metadata/pom.xml
M odata/pom.xml
M pom.xml
M runtime/pom.xml
M test-integration/common/pom.xml
M test-integration/db/pom.xml
M test-integration/perf/pom.xml
M test-integration/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
11 years, 8 months
[teiid/teiid] 15f524: [maven-release-plugin] prepare release teiid-paren...
by Steve Hawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 15f524b9142323e16d9b21bc71f9fe7d265e9df7
https://github.com/teiid/teiid/commit/15f524b9142323e16d9b21bc71f9fe7d265...
Author: Steve Hawkins <shawkins(a)redhat.com>
Date: 2013-04-25 (Thu, 25 Apr 2013)
Changed paths:
M admin/pom.xml
M adminshell/pom.xml
M api/pom.xml
M build/pom.xml
M client-jdk15/pom.xml
M client/pom.xml
M common-core/pom.xml
M connectors/connector-file/pom.xml
M connectors/connector-google/pom.xml
M connectors/connector-infinispan/pom.xml
M connectors/connector-ldap/pom.xml
M connectors/connector-salesforce/pom.xml
M connectors/connector-ws/pom.xml
M connectors/google-api/pom.xml
M connectors/pom.xml
M connectors/salesforce-api/pom.xml
M connectors/sandbox/pom.xml
M connectors/sandbox/translator-yahoo/pom.xml
M connectors/translator-file/pom.xml
M connectors/translator-google/pom.xml
M connectors/translator-hive/pom.xml
M connectors/translator-jdbc/pom.xml
M connectors/translator-jpa/pom.xml
M connectors/translator-ldap/pom.xml
M connectors/translator-loopback/pom.xml
M connectors/translator-object/pom.xml
M connectors/translator-odata/pom.xml
M connectors/translator-olap/pom.xml
M connectors/translator-salesforce/pom.xml
M connectors/translator-ws/pom.xml
M engine/pom.xml
M hibernate-dialect/pom.xml
M jboss-integration/pom.xml
M metadata/pom.xml
M odata/pom.xml
M pom.xml
M runtime/pom.xml
M test-integration/common/pom.xml
M test-integration/db/pom.xml
M test-integration/perf/pom.xml
M test-integration/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release teiid-parent-8.4.0.Beta1
11 years, 8 months
[teiid/teiid] d4a149: TEIID-2482 allowing enhanced merge join to be used...
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: d4a1496fc4e7d0eaa33d202edd6134ff5766e7e4
https://github.com/teiid/teiid/commit/d4a1496fc4e7d0eaa33d202edd6134ff576...
Author: shawkins <shawkins(a)redhat.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M engine/src/main/java/org/teiid/query/optimizer/relational/rules/RuleImplementJoinStrategy.java
M engine/src/main/java/org/teiid/query/processor/relational/EnhancedSortMergeJoinStrategy.java
M engine/src/test/java/org/teiid/query/processor/TestOptionalJoins.java
M engine/src/test/java/org/teiid/query/processor/relational/TestJoinNode.java
M test-integration/common/src/test/java/org/teiid/systemmodel/TestODBCSchema.java
M test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRDEF.expected
Log Message:
-----------
TEIID-2482 allowing enhanced merge join to be used for left outer joins
11 years, 8 months