projects
/
postgres-xl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgres-xl.git
2017-05-18
Pavan Deolasee
Ensure that multi-node executor is initialised correctly.
commit
|
commitdiff
|
tree
2017-05-12
Pavan Deolasee
Fix EXPLAIN ANALYZE SELECT INTO
commit
|
commitdiff
|
tree
2017-05-12
Pavan Deolasee
Accept regression diffs in copydml test case
commit
|
commitdiff
|
tree
2017-05-09
Pavan Deolasee
Allow COPY (INSERT RETURNING), but block COPY (SELECT...
commit
|
commitdiff
|
tree
2017-05-08
Pavan Deolasee
Use correct namespace while inserting rows via CTAS
commit
|
commitdiff
|
tree
2017-05-08
Tomas Vondra
Fix pg_dump getTables() queries broken by 69fba376
commit
|
commitdiff
|
tree
2017-05-07
Tomas Vondra
Accept distributed plans in groupingsets test suite
commit
|
commitdiff
|
tree
2017-05-07
Tomas Vondra
Resolve failures in the gin regression test suite
commit
|
commitdiff
|
tree
2017-05-07
Tomas Vondra
Resolve failures in foreign_key regression tests
commit
|
commitdiff
|
tree
2017-05-06
Tomas Vondra
Resolve failures in truncate regression test suite
commit
|
commitdiff
|
tree
2017-05-06
Tomas Vondra
Resolve failures in json and jsonb regression tests
commit
|
commitdiff
|
tree
2017-05-05
Tomas Vondra
Update expected output issues in misc test suite
commit
|
commitdiff
|
tree
2017-05-05
Tomas Vondra
Remove unnecessary output variants for misc tests
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Add a user configurable parameter to control the number...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Ensure that we don't try to allocate connection in...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Update expected output for guc test case missed while...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Adjust expected output for tsearch which got missed...
commit
|
commitdiff
|
tree
2017-05-05
Tomas Vondra
fix buffer overflow in gtm_serialize_pgxcnodeinfo()
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Fix a typo in gtmPxyExtraConfig default value
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Ensure that GTM master is added first before allowing...
commit
|
commitdiff
|
tree
2017-05-05
Tomas Vondra
remove pgxcpath.c and RemoteQueryPath, which are both...
commit
|
commitdiff
|
tree
2017-05-05
Tomas Vondra
remove optimizer/pgxcplan.h, mostly a duplicate of...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Fix non-deterministic behaviour of sequence test case...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Use already created EState while explaining FQS-ed...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Allow pg_dump to dump from PostgreSQL databases.
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Handle temp sequences so that duplicate values are...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Add a 5s sleep in create_index test case to give cluste...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Adjust tsearch test case and expected output based...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Reduce verbosity of client disconnection messages.
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Remove an obselete code which was stopping constraints...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Support an additional syntax ANALYZE (COORDINATOR)...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Try to validate the combiner only when a RESPONSE_COPY...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Ensure that the config parameters specified in the...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Do not add a newline ('\n') between rows while running...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Extend CommitTS properly, filling in any holes, just...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Handle sequence's transactional behaviour on GTM
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Handle some corner cases around empty strings in SET...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
A very naive way to deal with the fact that RemoteQuery...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Handle multi-command queries correctly inside SQL as...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Ensure variable values are quoted when necessary while...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Send shared invalidation messages to other backends...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Handle multi-command SQL strings correctly even when...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Correctly identify MSG_BARRIER as a proxy command
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Fix a non-deterministic regression test and expected...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Create destination data directory before trying to...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Do not silently skip FK constraints if loose_constraint...
commit
|
commitdiff
|
tree
2017-05-05
Pavan Deolasee
Do not emit a WARNING about missing relation while...
commit
|
commitdiff
|
tree
2017-05-04
Tomas Vondra
Remove cost estimates from the final EXPLAIN in join...
commit
|
commitdiff
|
tree
2017-05-04
Tomas Vondra
Resolve failure due to changing cost in xl_join regress...
commit
|
commitdiff
|
tree
2017-05-04
Tomas Vondra
Accept upstream plan change in the subselect regression...
commit
|
commitdiff
|
tree
2017-05-04
Tomas Vondra
Resolve failures in without_oid test suite by switching...
commit
|
commitdiff
|
tree
2017-05-04
Tomas Vondra
Accept plan changes in the aggregates regression suite
commit
|
commitdiff
|
tree
2017-05-04
Tomas Vondra
Accept upstream plan changes in the join regression...
commit
|
commitdiff
|
tree
2017-04-23
Tomas Vondra
Accept plan changes due to showing 'Sort Key' for Remot...
commit
|
commitdiff
|
tree
2017-04-23
Tomas Vondra
Accept plan changes caused by delaying creation of...
commit
|
commitdiff
|
tree
2017-04-23
Tomas Vondra
Resolve failures in the prepared_xacts regression test...
commit
|
commitdiff
|
tree
2017-04-23
Tomas Vondra
Resolve failures in guc regression suite related to...
commit
|
commitdiff
|
tree
2017-04-23
Tomas Vondra
Resolve failures in the cluster regression suite
commit
|
commitdiff
|
tree
2017-04-22
Tomas Vondra
Resolve failures in create_am and amutils regression...
commit
|
commitdiff
|
tree
2017-04-21
Tomas Vondra
Resolve failures in tablesample regression test suite
commit
|
commitdiff
|
tree
2017-04-21
Tomas Vondra
Add the missing REFRESH MATERIALIZED VIEW to matview...
commit
|
commitdiff
|
tree
2017-04-21
Tomas Vondra
Resolve regression failures in matview test suite
commit
|
commitdiff
|
tree
2017-04-20
Tomas Vondra
Resolve trivial differences in privileges test suite
commit
|
commitdiff
|
tree
2017-04-20
Tomas Vondra
Resolve trivial failures in update regression suite
commit
|
commitdiff
|
tree
2017-04-20
Tomas Vondra
Fix order of CREATE TABLE + INSERT for testh table...
commit
|
commitdiff
|
tree
2017-04-20
Tomas Vondra
Correct expected output for a query in join test suite
commit
|
commitdiff
|
tree
2017-04-20
Tomas Vondra
Resolve most failures in join regression tests
commit
|
commitdiff
|
tree
2017-04-20
Tomas Vondra
Resolve most failures in rowsecurity test suite.
commit
|
commitdiff
|
tree
2017-04-20
Tomas Vondra
Propagate the distribution up when (root->distribution...
commit
|
commitdiff
|
tree
2017-03-19
Tomas Vondra
Add missing block to 'portals' expected output
commit
|
commitdiff
|
tree
2017-03-19
Tomas Vondra
Remove duplicit output from 'join' test suite
commit
|
commitdiff
|
tree
2017-03-19
Tomas Vondra
Resolve failures in rules tests by adding T_CteScan...
commit
|
commitdiff
|
tree
2017-03-19
Tomas Vondra
Resolve failures in polymorphism suite by accepting...
commit
|
commitdiff
|
tree
2017-03-19
Tomas Vondra
Resolve failures in the xc_FQS regression suite
commit
|
commitdiff
|
tree
2017-03-18
Tomas Vondra
Accept minor plan change in xl_join due to different...
commit
|
commitdiff
|
tree
2017-03-18
Tomas Vondra
Remove 'unrecognized node type' errors from expected...
commit
|
commitdiff
|
tree
2017-03-18
Tomas Vondra
Push recursive paths to remote nodes when construction...
commit
|
commitdiff
|
tree
2017-03-18
Tomas Vondra
Iterate over the whole simple_rel_array in WITH RECURSI...
commit
|
commitdiff
|
tree
2017-03-18
Tomas Vondra
produce the same plans on replicated tables as XL 9.5
commit
|
commitdiff
|
tree
2017-03-05
Tomas Vondra
fix failures in 'largeobject' tests due to changed...
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
fix failures in 'brin' regression tests
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
resolve failure in 'rowtypes' test by accepting distrib...
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
resolve the remaining failure in 'tsearch' regression...
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
resolve most issues in the 'tsearch' regression test...
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
resolve issues in create_index regression suite (obsole...
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
fix regression failures in insert_conflict by replicati...
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
resolve failures in the 'alter_table' regression suite
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
accept plan changes due to Sort pushdown in xc_FQS_join
commit
|
commitdiff
|
tree
2017-03-04
Tomas Vondra
fix plan change in xl_join due to proper costing of...
commit
|
commitdiff
|
tree
2017-03-03
Tomas Vondra
accept plan (added RemoteSubplan) in LockRows query...
commit
|
commitdiff
|
tree
2017-03-03
Tomas Vondra
accept plan changes caused by Aggregate -> Partial...
commit
|
commitdiff
|
tree
2017-02-24
Pavan Deolasee
Look into the initPlans attached to lefttree of RemoteS...
commit
|
commitdiff
|
tree
2017-02-09
Pavan Deolasee
Handle locking correctly in a global session.
commit
|
commitdiff
|
tree
2017-01-29
Tomas Vondra
fix handling of inner/outer sortkeys in set_joinpath_di...
commit
|
commitdiff
|
tree
2017-01-29
Tomas Vondra
resolve most issues in the matview test suite
commit
|
commitdiff
|
tree
2017-01-29
Tomas Vondra
fix ordering of results in the select_implicit regressi...
commit
|
commitdiff
|
tree
2017-01-29
Tomas Vondra
remove GROUPING SETS from xl_limitations test for now
commit
|
commitdiff
|
tree
2017-01-29
Tomas Vondra
fix syntax error in foreign_key test suite
commit
|
commitdiff
|
tree
2017-01-29
Tomas Vondra
fix plans in tests broken by adding Sort Key to EXPLAIN...
commit
|
commitdiff
|
tree
2017-01-29
Tomas Vondra
fix failures due to distributed update/delete plans...
commit
|
commitdiff
|
tree
next