Commit Graph

  • c9dcad9b05 Pass text oid inteads of invalid oid for null values Metin Doslu 2016-09-06 15:18:20 +0300
  • 5047f325db Merge pull request #776 from citusdata/feature/no-movement Jason Petersen 2016-09-26 18:32:33 -0600
  • dbc58c60ca Merge pull request #776 from citusdata/feature/no-movement Jason Petersen 2016-09-26 18:32:33 -0600
  • 5e01434402 Support NoMovement direction in router executor Andres Freund 2016-09-08 12:27:33 -0700
  • 776b3868b9
    Support NoMovement direction in router executor Andres Freund 2016-09-08 12:27:33 -0700
  • 6708d0d59f Merge pull request #721 from citusdata/feature_truncate Jason Petersen 2016-09-26 18:27:52 -0600
  • 33552c2f13 Merge pull request #721 from citusdata/feature_truncate Jason Petersen 2016-09-26 18:27:52 -0600
  • fb74e08fa5 Add tests with spaces in table names Murat Tuncer 2016-09-26 11:53:30 +0300
  • 32003c4aa1
    Add tests with spaces in table names Murat Tuncer 2016-09-26 11:53:30 +0300
  • 680fab2b67 Remove extra space Murat Tuncer 2016-09-26 11:16:47 +0300
  • 2f78fb8f1b
    Remove extra space Murat Tuncer 2016-09-26 11:16:47 +0300
  • 25a95d57f8 Refactor SendQueryToPlacements api Murat Tuncer 2016-09-26 11:02:16 +0300
  • 902e68c9ef
    Refactor SendQueryToPlacements api Murat Tuncer 2016-09-26 11:02:16 +0300
  • a342cacfc4 Address feedback Murat Tuncer 2016-09-26 09:16:26 +0300
  • 6317bbe9a8
    Address feedback Murat Tuncer 2016-09-26 09:16:26 +0300
  • 66069ed610 Fix regression test failures after rebase Murat Tuncer 2016-09-22 16:29:39 +0300
  • 877694296f
    Fix regression test failures after rebase Murat Tuncer 2016-09-22 16:29:39 +0300
  • 4416b77088 Add support for truncate statement Murat Tuncer 2016-08-04 15:49:55 +0300
  • 2eec0167be
    Add support for truncate statement Murat Tuncer 2016-08-04 15:49:55 +0300
  • a1f77009f0 Fix segmentation fault in case of joins with WHERE 1=0 Marco Slot 2016-09-25 00:42:16 +0200
  • 62c65e661b Merge pull request #804 from citusdata/bugfix/join_filter_crash Marco Slot 2016-09-26 15:23:57 +0200
  • ad9d0bb69c Merge pull request #804 from citusdata/bugfix/join_filter_crash Marco Slot 2016-09-26 15:23:57 +0200
  • a2276adcd2 Fix segmentation fault in case of joins with WHERE 1=0 Marco Slot 2016-09-25 00:42:16 +0200
  • 3318288d75 Fix segmentation fault in case of joins with WHERE 1=0 Marco Slot 2016-09-25 00:42:16 +0200
  • fdfffc208c Merge fe636f58cd into 34bd766cc3 Brian Cloutier 2016-09-23 17:51:32 +0000
  • 34bd766cc3 Fix master_remove_node Brian Cloutier 2016-09-23 20:51:20 +0300
  • fe636f58cd Change the workernode cache from a hash to a list Brian Cloutier 2016-09-23 20:39:12 +0300
  • cd6a1b8d58 Check only for active nodes when running master_remove_node Brian Cloutier 2016-09-23 16:42:21 +0300
  • fcd418214e cluster_ -> master_ Brian Cloutier 2016-09-23 16:36:22 +0300
  • ee83df8990 Reading pg_worker_list.conf on upgrade Brian Cloutier 2016-09-23 16:22:27 +0300
  • 4ef57cb67a Fail cluster_remove_node if node has any shard placements Brian Cloutier 2016-09-23 15:53:47 +0300
  • 6dbce91e36 Implement cluster_remove_node sans error handling Brian Cloutier 2016-09-23 15:22:44 +0300
  • 098e37e082 5.3-1 -> 5.2-2 Brian Cloutier 2016-09-23 13:50:37 +0300
  • bd5075242e Apply citus_indent Brian Cloutier 2016-09-23 13:48:07 +0300
  • f521ffefa8 Tests pass Brian Cloutier 2016-09-22 18:18:00 +0300
  • 4a6348accc Citus builds Brian Cloutier 2016-09-22 18:02:16 +0300
  • d1c44d5436 Apply citus-mx pull #4 Brian Cloutier 2016-09-22 16:57:06 +0300
  • 8f8e23b82a Merge 0655ac7a8d into 70fd42c41c Marco Slot 2016-09-22 13:30:34 +0000
  • 9bbba8a12c Merge pull request #749 from robin900/forbid-exclusion-constraints Eren Başak 2016-09-22 11:37:25 +0300
  • 70fd42c41c Merge pull request #749 from robin900/forbid-exclusion-constraints Eren Başak 2016-09-22 11:37:25 +0300
  • 6880efce5b Forbid EXCLUDE constraints on distributed tables just as we forbid UNIQUE or PRIMARY KEY constraints. Also, properly propagate valid EXCLUDE constraints to worker shard tables. Robin Thomas 2016-09-08 12:12:28 -0400
  • 614c858375 Forbid EXCLUDE constraints on distributed tables just as we forbid UNIQUE or PRIMARY KEY constraints. Also, properly propagate valid EXCLUDE constraints to worker shard tables. Robin Thomas 2016-09-08 12:12:28 -0400
  • 0655ac7a8d Add master_insert_query_result UDF to do basic INSERT/SELECT queries (with DML support) Marco Slot 2016-09-12 00:22:03 +0200
  • ea7ce936b7 Refactor COPY to accept a generic tuple source Marco Slot 2016-09-11 22:24:23 +0200
  • e381b21cc5 Merge pull request #777 from citusdata/remove_pg_toast_from_regression_tests Metin Döşlü 2016-09-10 10:32:02 +0300
  • a0fa7bf130 Merge pull request #777 from citusdata/remove_pg_toast_from_regression_tests Metin Döşlü 2016-09-10 10:32:02 +0300
  • 80a833aeb3 Remove pg_toast_* references from regression tests Metin Doslu 2016-09-09 11:19:29 +0300
  • 35eceb6cca Remove pg_toast_* references from regression tests Metin Doslu 2016-09-09 11:19:29 +0300
  • c2b07dccab Merge pull request #764 from citusdata/feature/allow_multi_ddl_xact_block Jason Petersen 2016-09-08 22:50:07 -0500
  • 9fd6dafe33 Merge pull request #764 from citusdata/feature/allow_multi_ddl_xact_block Jason Petersen 2016-09-08 22:50:07 -0500
  • b00b15a718 Permit multiple DDL commands in a transaction Jason Petersen 2016-08-31 13:19:13 -0400
  • 74f4e0003b
    Permit multiple DDL commands in a transaction Jason Petersen 2016-08-31 13:19:13 -0400
  • c7d5f4fd6a Merge pull request #773 from citusdata/zombo_final Jason Petersen 2016-09-07 11:59:38 -0500
  • 8b3286b1f5 Merge pull request #773 from citusdata/zombo_final Jason Petersen 2016-09-07 11:59:38 -0500
  • 361e37f921 Add syscols in queries; extend relnames in indexes Eric B. Ridge 2016-08-25 13:22:30 -0600
  • e80f1612a6
    Add syscols in queries; extend relnames in indexes Eric B. Ridge 2016-08-25 13:22:30 -0600
  • e5fb4f6d8c Merge 2b5bd38153 into 1f15d6b162 Eric Ridge 2016-09-07 16:23:55 +0000
  • ef7e99d967 Merge pull request #769 from citusdata/feature/partcol Marco Slot 2016-09-07 17:15:32 +0200
  • 1f15d6b162 Merge pull request #769 from citusdata/feature/partcol Marco Slot 2016-09-07 17:15:32 +0200
  • 575bc99be5 Allow noop updates of the partition column Marco Slot 2016-09-03 12:53:13 +0200
  • 6f6cb1a0d6 Allow noop updates of the partition column Marco Slot 2016-09-03 12:53:13 +0200
  • a1d3fc3423 Merge ffa269e738 into be113e99cc Brian Cloutier 2016-09-07 10:29:48 +0000
  • 1b7c24a938
    Add 5.2.1 CHANGELOG entry v5.2.1 Jason Petersen 2016-09-06 11:45:37 -0500
  • da8c26e1c3
    Fix CreateShardConnectionHash memory leak Jason Petersen 2016-09-02 16:22:32 -0400
  • 232261827d
    Add complex subquery pushdown regression tests Metin Doslu 2016-08-29 16:06:34 +0300
  • fa4f3b4d9a
    Add outer join clause list extraction for subquery pushdown logic Metin Doslu 2016-08-26 16:00:31 +0300
  • ce0a0ab813
    Add sort call to shard placement test Jason Petersen 2016-09-06 11:07:27 -0500
  • 9ea36bb375
    Remove HAVE_INTTYPES_H ifdefs Jason Petersen 2016-08-03 15:57:23 -0700
  • 3388a29907 Add 5.2.1 CHANGELOG entry Jason Petersen 2016-09-06 11:45:37 -0500
  • be113e99cc
    Add 5.2.1 CHANGELOG entry Jason Petersen 2016-09-06 11:45:37 -0500
  • 407533d0f9 Add sort call to shard placement test Jason Petersen 2016-09-06 11:07:27 -0500
  • ed027f060e
    Add sort call to shard placement test Jason Petersen 2016-09-06 11:07:27 -0500
  • 6599036b60 Merge pull request #768 from citusdata/fix/xact_hash_mem_leak Jason Petersen 2016-09-06 11:54:54 -0400
  • 0bc3638855 Merge pull request #768 from citusdata/fix/xact_hash_mem_leak Jason Petersen 2016-09-06 11:54:54 -0400
  • 355e503ff9 Fix CreateShardConnectionHash memory leak Jason Petersen 2016-09-02 16:22:32 -0400
  • b3684074f3
    Fix CreateShardConnectionHash memory leak Jason Petersen 2016-09-02 16:22:32 -0400
  • 2b5bd38153 disallow creating distributed tables when the table has WITH (OIDS) set, as per @jasonmp85. Eric B. Ridge 2016-09-02 14:23:29 -0600
  • 3b024cac34 adjust comment Eric B. Ridge 2016-09-02 11:07:44 -0600
  • 8ca64e657d cleanup based on review by @jasonmp85 Eric B. Ridge 2016-09-02 10:56:24 -0600
  • ef64fa89ce add tests Eric B. Ridge 2016-08-31 15:02:04 -0600
  • fd5cbcc7f8 cleanup based on code review by @jasonmp85 Eric B. Ridge 2016-08-31 14:09:27 -0600
  • 5f40adcddb rework changes to limit to only rewriting ROW() references inside CREATE INDEX index parameters. Eric B. Ridge 2016-08-25 13:22:30 -0600
  • 7b013f13e5 Merge pull request #755 from citusdata/fix_754_add_outer_join_clause_list_check Metin Döşlü 2016-09-02 15:01:49 +0300
  • 6333f9ba6f Merge pull request #755 from citusdata/fix_754_add_outer_join_clause_list_check Metin Döşlü 2016-09-02 15:01:49 +0300
  • 2a8b2f6a99 Add complex subquery pushdown regression tests Metin Doslu 2016-08-29 16:06:34 +0300
  • 5b50f2c333 Add complex subquery pushdown regression tests Metin Doslu 2016-08-29 16:06:34 +0300
  • 60d67a39f1 Add outer join clause list extraction for subquery pushdown logic Metin Doslu 2016-08-26 16:00:31 +0300
  • 7d212b847f Add outer join clause list extraction for subquery pushdown logic Metin Doslu 2016-08-26 16:00:31 +0300
  • e5f4eaf0f4 Merge pull request #762 from citusdata/fix/fix_510_error_out_if_table_to_distribute_has_data Burak Yücesoy 2016-09-01 17:47:29 +0300
  • 6d2567f1a2 Merge pull request #762 from citusdata/fix/fix_510_error_out_if_table_to_distribute_has_data Burak Yücesoy 2016-09-01 17:47:29 +0300
  • 619ec529d4 Error out at master_create_distributed_table if the table has any rows Burak Yucesoy 2016-08-22 15:48:00 +0300
  • 12d1aba1fc Error out at master_create_distributed_table if the table has any rows Burak Yucesoy 2016-08-22 15:48:00 +0300
  • b6b6508253 Merge pull request #707 from citusdata/feature/allow_single_ddl_xact_block Jason Petersen 2016-08-31 10:44:45 -0600
  • 7168fdf62e Merge pull request #707 from citusdata/feature/allow_single_ddl_xact_block Jason Petersen 2016-08-31 10:44:45 -0600
  • c684ac11ec Re-permit DDL in transactions, selectively Jason Petersen 2016-08-04 16:14:46 -0700
  • 850c51947a
    Re-permit DDL in transactions, selectively Jason Petersen 2016-08-04 16:14:46 -0700
  • a3bb891dab Merge pull request #757 from citusdata/fix_MultiClientQueryResult Metin Döşlü 2016-08-29 17:44:58 +0300
  • adf992324a Merge pull request #757 from citusdata/fix_MultiClientQueryResult Metin Döşlü 2016-08-29 17:44:58 +0300
  • f1bab608c1 Return false in MultiClientQueryResult() on failing query Metin Doslu 2016-08-10 14:24:29 +0300
  • 75618fc3fb Return false in MultiClientQueryResult() on failing query Metin Doslu 2016-08-10 14:24:29 +0300