Commit Graph

  • 5524d389cb Fix VPATH builds broken in 087d8427e3. Andres Freund 2017-04-25 16:04:42 -0700
  • 3c17746786 Fix VPATH builds broken in 087d8427e3. Andres Freund 2017-04-25 16:04:42 -0700
  • 88de828b4b Fix merge conflicts Onder Kalaci 2017-04-24 16:07:15 +0300
  • e1c812fbc2 Require subquery_pushdown when limit is used in subquery Murat Tuncer 2017-04-19 12:03:13 +0300
  • 5c70b6cd26 Better format subquery regression tests (#1340) Önder Kalacı 2017-04-20 13:46:50 +0300
  • b686149a8c Evaluate expressions on the LIMIT clause (#1333) Önder Kalacı 2017-04-20 13:33:00 +0300
  • a9ec0a9192 Change behaviour of subquery pushdown flag (#1315) Önder Kalacı 2017-04-18 17:49:41 +0300
  • bb44e9550b Disallow subqueries without a relation in the range table list for INSERT .. SELECT Onder Kalaci 2017-04-14 16:01:08 +0300
  • f51157c4bb Disallow subqueries without a relation in the range table list for subquery pushdown Onder Kalaci 2017-04-04 09:27:08 +0300
  • ac9118103a Add top level union support Onder Kalaci 2017-03-29 15:03:54 +0300
  • 0f324cb311 Add union support within the JOINS Onder Kalaci 2017-03-22 16:44:47 +0200
  • 60fa537e3f Enable top level subquery join queries Murat Tuncer 2017-03-29 10:49:07 +0300
  • a3cadbb1e1 Subquery pushdown planner uses original query Onder Kalaci 2017-03-27 16:43:36 +0300
  • 6f381443a9 Enabling physical planner for subquery pushdown changes Onder Kalaci 2017-03-15 08:13:45 +0200
  • 1b4ebd490d Only process error if not NULL in StoreErrorMessage Marco Slot 2017-04-21 17:01:01 +0200
  • 7f9e80db10 Only process error if not NULL in StoreErrorMessage Marco Slot 2017-04-21 17:01:01 +0200
  • b2ea8217b5 Merge 94f22da279 into 7faf4657b7 Svyatoslav 2017-04-21 14:50:12 +0000
  • 326f8d9d61 Use right sizeof in UpdateRelationColocationGroup Marco Slot 2017-04-21 16:37:09 +0200
  • 7faf4657b7 Use right sizeof in UpdateRelationColocationGroup Marco Slot 2017-04-21 16:37:09 +0200
  • e291887227 Merge pull request #1294 from citusdata/fix_test_outputs_for_valgrind Burak Yücesoy 2017-04-21 05:51:14 -0800
  • 5fafde441d Merge pull request #1294 from citusdata/fix_test_outputs_for_valgrind Burak Yücesoy 2017-04-21 05:51:14 -0800
  • a35d0cd8af Configure valgrind command line arguments Burak Yucesoy 2017-04-12 12:49:19 +0300
  • 5de61ebf78 Configure valgrind command line arguments Burak Yucesoy 2017-04-12 12:49:19 +0300
  • 9312ef8bcf Stabilize test outputs Burak Yucesoy 2017-04-12 11:47:13 +0300
  • d6cb88a73a Stabilize test outputs Burak Yucesoy 2017-04-12 11:47:13 +0300
  • 71d99b72ce Add support for proper valgrind tests Eren Basak 2016-10-14 16:57:38 +0300
  • abc84e6b2b Add support for proper valgrind tests Eren Basak 2016-10-14 16:57:38 +0300
  • 384f32b191 Merge pull request #1302 from citusdata/serial_partition_column Marco Slot 2017-04-21 14:18:13 +0200
  • c8fec3be1b Merge pull request #1302 from citusdata/serial_partition_column Marco Slot 2017-04-21 14:18:13 +0200
  • 7d1f7b8923 Support expressions in the partition column in INSERTs Marco Slot 2017-03-30 11:47:54 +0200
  • 4ed093970a Support expressions in the partition column in INSERTs Marco Slot 2017-03-30 11:47:54 +0200
  • df00b725a4 Convert ExecuteRemoteCommand and ExecuteRemoteQuery to new connection api Murat Tuncer 2017-02-13 15:57:47 +0300
  • a313fdd0a0 Require subquery_pushdown when limit is used in subquery Murat Tuncer 2017-04-19 12:03:13 +0300
  • 41bb84c9c0 Merge pull request #1292 from citusdata/alter_add_constraint_m Burak Velioglu 2017-04-20 15:33:02 +0300
  • 701aaccd9c Merge pull request #1292 from citusdata/alter_add_constraint_m Burak Velioglu 2017-04-20 15:33:02 +0300
  • a26edd2249 Implement ALTER TABLE ADD CONSTRAINT command velioglu 2017-03-23 14:21:57 +0300
  • 24d24db25c Implement ALTER TABLE ADD CONSTRAINT command velioglu 2017-03-23 14:21:57 +0300
  • 5170731848 Merge pull request #1316 from citusdata/add_guc_for_cross_shard Burak Velioglu 2017-04-20 14:08:21 +0300
  • fbb6a47adf Merge pull request #1316 from citusdata/add_guc_for_cross_shard Burak Velioglu 2017-04-20 14:08:21 +0300
  • 6561b9a8b7 Better format subquery regression tests (#1340) Önder Kalacı 2017-04-20 13:46:50 +0300
  • 315c813a24 Enable the tests that are temporarily commented Onder Kalaci 2017-04-19 11:23:44 +0300
  • e86a867fbf Style fix for subquery pushdown regression tests Onder Kalaci 2017-04-19 11:10:36 +0300
  • 146beb3336 Evaluate expressions on the LIMIT clause (#1333) Önder Kalacı 2017-04-20 13:33:00 +0300
  • a0faf3d7b8 Evaluate expressions on the LIMIT clause Onder Kalaci 2017-04-18 12:46:13 +0300
  • 5b3e47de7a Log message of across shard queries according to the log level velioglu 2017-04-10 15:34:51 +0300
  • 8cbef819be Log message of across shard queries according to the log level velioglu 2017-04-10 15:34:51 +0300
  • 1e6e5fd512 Merge pull request #1324 from citusdata/insert_into_select_wo_native Burak Velioglu 2017-04-19 22:30:52 +0300
  • 0d987636a3 Merge pull request #1324 from citusdata/insert_into_select_wo_native Burak Velioglu 2017-04-19 22:30:52 +0300
  • be3cdb14ea Change native hash function with worker_hash velioglu 2017-04-13 17:13:31 +0300
  • 2327b63291 Change native hash function with worker_hash velioglu 2017-04-13 17:13:31 +0300
  • 2592b521ad Change behaviour of subquery pushdown flag (#1315) Önder Kalacı 2017-04-18 17:49:41 +0300
  • e799157843 Disallow subqueries without a relation in the range table list for INSERT .. SELECT Onder Kalaci 2017-04-14 16:01:08 +0300
  • 92f9ecb867 Disallow subqueries without a relation in the range table list for subquery pushdown Onder Kalaci 2017-04-04 09:27:08 +0300
  • 481761f5dc Add top level union support Onder Kalaci 2017-03-29 15:03:54 +0300
  • 1a0678bc7f Add union support within the JOINS Onder Kalaci 2017-03-22 16:44:47 +0200
  • 6f3262546f Enable top level subquery join queries Murat Tuncer 2017-03-29 10:49:07 +0300
  • 96d781e0e9 Subquery pushdown planner uses original query Onder Kalaci 2017-03-27 16:43:36 +0300
  • f5d7ab60ce Enabling physical planner for subquery pushdown changes Onder Kalaci 2017-03-15 08:13:45 +0200
  • e619e50590 Merge pull request #1312 from citusdata/rename_support Jason Petersen 2017-04-18 22:57:12 -0600
  • eef4ed31cb Merge pull request #1312 from citusdata/rename_support Jason Petersen 2017-04-18 22:57:12 -0600
  • f999bcd7ca Enable distributed ALTER TABLE ... RENAME COLUMN Jason Petersen 2017-04-06 16:35:57 -0600
  • 5272c2c44b
    Enable distributed ALTER TABLE ... RENAME COLUMN Jason Petersen 2017-04-06 16:35:57 -0600
  • b72876fc8e Change behaviour of subquery pushdown flag Onder Kalaci 2017-04-05 14:15:13 +0300
  • fc135e8561 colocation_utils.c: PVS-Studio: underflow of the buffer 'values' Svyatoslav 2017-04-18 15:44:01 +0300
  • 94f22da279 master_citus_tools.c: PVS-Studio: CWE-476 (NULL Pointer Dereference) Svyatoslav 2017-04-18 15:24:21 +0300
  • 065d167d2e Merge pull request #1208 from citusdata/remove_job_id_seq Marco Slot 2017-04-18 12:02:07 +0200
  • ecddb78815 Merge pull request #1208 from citusdata/remove_job_id_seq Marco Slot 2017-04-18 12:02:07 +0200
  • 0f63edc5b4 Add basic read-only transaction tests Marco Slot 2017-04-07 12:18:34 +0200
  • 3d99cdfcc7 Add basic read-only transaction tests Marco Slot 2017-04-07 12:18:34 +0200
  • 53899946e7 Remove redundant pg_dist_jobid_seq restarts in tests Marco Slot 2017-02-06 11:11:54 +0100
  • f838c83809 Remove redundant pg_dist_jobid_seq restarts in tests Marco Slot 2017-02-06 11:11:54 +0100
  • d7a5f6997c Set citus.enable_unique_job_ids in tests with job ID in output Marco Slot 2017-02-06 11:10:41 +0100
  • 40829c2ba9 Set citus.enable_unique_job_ids in tests with job ID in output Marco Slot 2017-02-06 11:10:41 +0100
  • c7603215dd Stop using a sequence to generate unique job IDs Marco Slot 2017-02-06 11:03:06 +0100
  • dfd7d86948 Stop using a sequence to generate unique job IDs Marco Slot 2017-02-06 11:03:06 +0100
  • f035885269 Merge pull request #1332 from citusdata/set_isactive_to_true Burak Yücesoy 2017-04-17 23:38:45 -0800
  • be6dfaa596 Merge pull request #1332 from citusdata/set_isactive_to_true Burak Yücesoy 2017-04-17 23:38:45 -0800
  • 58a809b0e8 Set default value of isactive to true Burak Yucesoy 2017-04-18 09:40:44 +0300
  • 00747dc8c9 Set default value of isactive to true Burak Yucesoy 2017-04-18 09:40:44 +0300
  • 3a8bfa3c41 Merge pull request #1326 from citusdata/fix_node_copy_error Burak Yücesoy 2017-04-17 09:19:55 -0800
  • f5a406a23e Merge pull request #1326 from citusdata/fix_node_copy_error Burak Yücesoy 2017-04-17 09:19:55 -0800
  • 5aefe20725 Fix node copy error Burak Yucesoy 2017-04-17 19:28:19 +0300
  • 1a56b99f13 Fix node copy error Burak Yucesoy 2017-04-17 19:28:19 +0300
  • 24eecde0cc Merge pull request #1320 from citusdata/prepared_update_delete Marco Slot 2017-04-17 16:32:37 +0200
  • acb84d9ca3 Merge pull request #1320 from citusdata/prepared_update_delete Marco Slot 2017-04-17 16:32:37 +0200
  • f45c2c43b5 Fix table in name in prepared statement regression tests Metin Doslu 2017-04-14 17:43:06 +0300
  • 4615100da5 Fix table in name in prepared statement regression tests Metin Doslu 2017-04-14 17:43:06 +0300
  • a4c98727be Support UPDATE/DELETE with parameterised partition column qual Marco Slot 2017-04-11 21:51:01 +0200
  • af0e462409 Support UPDATE/DELETE with parameterised partition column qual Marco Slot 2017-04-11 21:51:01 +0200
  • 6a50fba3c9 Merge pull request #1321 from citusdata/prepared_function_evaluation Marco Slot 2017-04-17 16:16:27 +0200
  • 87426b95be Merge pull request #1321 from citusdata/prepared_function_evaluation Marco Slot 2017-04-17 16:16:27 +0200
  • 2fbe546ddd Support query parameters in combination with function evaluation Marco Slot 2017-04-12 11:17:46 +0200
  • 5e58804d44 Support query parameters in combination with function evaluation Marco Slot 2017-04-12 11:17:46 +0200
  • c350d428ae Merge pull request #1232 from citusdata/fetch_faster Marco Slot 2017-04-17 15:30:44 +0200
  • dd75c5308f Merge pull request #1232 from citusdata/fetch_faster Marco Slot 2017-04-17 15:30:44 +0200
  • ccc796cf66 Create indexes after worker_append_table_to_shard during shard repair Marco Slot 2017-02-01 00:42:58 +0100
  • 0bcc227a62 Create indexes after worker_append_table_to_shard during shard repair Marco Slot 2017-02-01 00:42:58 +0100
  • fd5ada0ab6 Merge pull request #1283 from citusdata/decouple_activate Burak Yücesoy 2017-04-17 02:48:15 -0800
  • 24ee65a054 Merge pull request #1283 from citusdata/decouple_activate Burak Yücesoy 2017-04-17 02:48:15 -0800
  • d58cb416a4 Decouple reference table replication Burak Yucesoy 2017-03-17 17:27:59 +0300