Commit Graph

  • 6080ab4441 Add very basic infrastructure for schema upgrade scripts. Andres Freund 2016-04-12 15:03:19 -0700
  • 25f919576f Add very basic infrastructure for schema upgrade scripts. Andres Freund 2016-04-12 15:03:19 -0700
  • e99ae630a0 Always create database for regression tests with a fixed username. Andres Freund 2016-02-25 18:40:11 -0800
  • 5ffce3393a Always create database for regression tests with a fixed username. Andres Freund 2016-02-25 18:40:11 -0800
  • 3dae284bbe Use the current session's username when connecting to worker nodes. Andres Freund 2016-02-25 18:40:11 -0800
  • 42d232c0e8 Use the current session's username when connecting to worker nodes. Andres Freund 2016-02-25 18:40:11 -0800
  • 552e461c48 Merge pull request #446 from citusdata/fast_shard_pruning Önder Kalacı 2016-04-27 11:33:20 +0300
  • abb4ec019f Merge pull request #446 from citusdata/fast_shard_pruning Önder Kalacı 2016-04-27 11:33:20 +0300
  • c763d7492c Apply final code review feedback Onder Kalaci 2016-04-27 10:36:03 +0300
  • 108114ab99 Apply final code review feedback Onder Kalaci 2016-04-27 10:36:03 +0300
  • 876730ad73 Fix Merge Conflict Onder Kalaci 2016-04-21 15:53:12 +0300
  • c4b783b70b Fix Merge Conflict Onder Kalaci 2016-04-21 15:53:12 +0300
  • 16425e9054 Add fast shard pruning path for INSERTs on hash partitioned tables Onder Kalaci 2016-03-30 14:43:46 +0300
  • 6c7abc2ba5 Add fast shard pruning path for INSERTs on hash partitioned tables Onder Kalaci 2016-03-30 14:43:46 +0300
  • 503bc76547 Emphasize our slack room (#464) Joe Nelson 2016-04-22 14:54:13 -0700
  • 996e56f623 Emphasize our slack room (#464) Joe Nelson 2016-04-22 14:54:13 -0700
  • 96d4dfcf1f Clarify Slack link description Joe Nelson 2016-04-22 14:38:38 -0700
  • 3d72e90a3c Replace IRC link with Slack signup Joe Nelson 2016-04-20 17:34:40 -0700
  • c3182d5048 Merge pull request #456 from citusdata/367-drop-extension-messages Brian Cloutier 2016-04-22 13:39:08 -0700
  • 1a8939e30d Merge pull request #456 from citusdata/367-drop-extension-messages Brian Cloutier 2016-04-22 13:39:08 -0700
  • 1f5379457a Clear metadata_cache upon DROP EXTENSION Brian Cloutier 2016-04-18 11:14:15 -0700
  • 7a6d689259 Clear metadata_cache upon DROP EXTENSION Brian Cloutier 2016-04-18 11:14:15 -0700
  • f8f1210c0a Merge pull request #427 from citusdata/feature/dynamic_executor Önder Kalacı 2016-04-21 15:33:34 +0300
  • 8232813066 Merge pull request #427 from citusdata/feature/dynamic_executor Önder Kalacı 2016-04-21 15:33:34 +0300
  • 2bc96fabe5 Add dynamic executor selection - non-router plannable queries can be executed by router executor if they satisfy the criteria - router executor is removed from configuration, now task executor can not be set to router - removed some tests that error out for router executor Murat Tuncer 2016-04-19 09:29:10 +0300
  • a88d3ecd4e Add dynamic executor selection - non-router plannable queries can be executed by router executor if they satisfy the criteria - router executor is removed from configuration, now task executor can not be set to router - removed some tests that error out for router executor Murat Tuncer 2016-04-19 09:29:10 +0300
  • 68cbf8a482 Add router plannable check and router planning logic for single shard select queries Murat Tuncer 2016-03-30 16:04:55 +0300
  • 938546b938 Add router plannable check and router planning logic for single shard select queries Murat Tuncer 2016-03-30 16:04:55 +0300
  • a90933990b
    Address UPSERT needs and INSERT race conditions Jason Petersen 2016-04-20 12:49:52 -0600
  • 98a2e094ab
    Wrap UPDATE/DELETE in xact, remove locking Jason Petersen 2016-03-31 13:12:21 -0600
  • 33889f570b Merge pull request #399 from citusdata/count_distinct_pushdown Brian Cloutier 2016-04-20 05:13:48 -0700
  • 73bc20688c Merge pull request #399 from citusdata/count_distinct_pushdown Brian Cloutier 2016-04-20 05:13:48 -0700
  • c6135fe0dc Support count(distinct) on hash partitioned tables Brian Cloutier 2016-03-23 08:14:57 -0700
  • 7b1dc0d511 Support count(distinct) on hash partitioned tables Brian Cloutier 2016-03-23 08:14:57 -0700
  • 95122095fc Merge pull request #459 from citusdata/fix_warning_in_logical_optimizer Önder Kalacı 2016-04-20 12:59:34 +0300
  • 49b0c61f8d Merge pull request #459 from citusdata/fix_warning_in_logical_optimizer Önder Kalacı 2016-04-20 12:59:34 +0300
  • 33b96dfb7f FIX Warning Message in multi_logical_optimizer.c eren 2016-04-20 11:33:29 +0300
  • 53186b4e67 FIX Warning Message in multi_logical_optimizer.c eren 2016-04-20 11:33:29 +0300
  • 6c61617d30 Merge pull request #426 from citusdata/bugfix/#375-prune-with-subquery-pushdown-varchar Jason Petersen 2016-04-19 22:06:30 -0600
  • 0ac9bf2bcb Merge pull request #426 from citusdata/bugfix/#375-prune-with-subquery-pushdown-varchar Jason Petersen 2016-04-19 22:06:30 -0600
  • f77cff3fb6 Fix JOINs on varchar columns with subquery pushdown eren 2016-04-08 11:51:37 +0300
  • 448527c3af
    Fix JOINs on varchar columns with subquery pushdown eren 2016-04-08 11:51:37 +0300
  • e786cbed0f Fix Join Problem With VARCHAR Partition Columns eren 2016-04-07 15:16:04 +0300
  • 399b5738b0
    Fix Join Problem With VARCHAR Partition Columns eren 2016-04-07 15:16:04 +0300
  • f53057c7dd Fix Shard Pruning Problem With Subqueries on VARCHAR Partition Columns eren 2016-04-01 15:42:26 +0300
  • 1ffc30d7f5
    Fix Shard Pruning Problem With Subqueries on VARCHAR Partition Columns eren 2016-04-01 15:42:26 +0300
  • 8f0c35b5b5 Merge pull request #445 from citusdata/feature/master-copy-for-append-partitioning Metin Döşlü 2016-04-19 22:08:02 +0300
  • 339e1364d5 Merge pull request #445 from citusdata/feature/master-copy-for-append-partitioning Metin Döşlü 2016-04-19 22:08:02 +0300
  • 4e20753003 Add COPY support on master node for append partitioned relations Metin Doslu 2016-04-13 11:16:17 +0300
  • 132a77f992 Add COPY support on master node for append partitioned relations Metin Doslu 2016-04-13 11:16:17 +0300
  • 6cf3fb0fb6 Merge pull request #450 from citusdata/unused-variables Jason Petersen 2016-04-19 12:44:38 -0600
  • 991f73c4f4 Merge pull request #450 from citusdata/unused-variables Jason Petersen 2016-04-19 12:44:38 -0600
  • c53fcd8042 Remove wholly unused variable. Andres Freund 2016-04-15 10:06:39 -0700
  • 39233c54ac
    Remove wholly unused variable. Andres Freund 2016-04-15 10:06:39 -0700
  • 926534bbc2 Annotate variables only used for asserts with PG_USED_FOR_ASSERTS_ONLY. Andres Freund 2016-04-15 10:05:44 -0700
  • 29b8576a33
    Annotate variables only used for asserts with PG_USED_FOR_ASSERTS_ONLY. Andres Freund 2016-04-15 10:05:44 -0700
  • e6d723153f Merge pull request #441 from citusdata/add_hash_op_comment Jason Petersen 2016-04-19 12:29:45 -0600
  • cb7a397b0c Merge pull request #441 from citusdata/add_hash_op_comment Jason Petersen 2016-04-19 12:29:45 -0600
  • 37d7f98f50 Add clarifying comment in HashableClauseMutator Jason Petersen 2016-04-11 16:25:45 -0600
  • 30fdb59a80
    Add clarifying comment in HashableClauseMutator Jason Petersen 2016-04-11 16:25:45 -0600
  • c19af52f9c Merge pull request #410 from citusdata/350-error-during-duplicate-index-creation Murat Tuncer 2016-04-19 07:26:31 +0300
  • 0b35c47932 Merge pull request #410 from citusdata/350-error-during-duplicate-index-creation Murat Tuncer 2016-04-19 07:26:31 +0300
  • 301ffd64f2 Better error on "CREATE INDEX already_exists ..." Brian Cloutier 2016-03-28 06:08:46 -0700
  • 1df4b8ba32 Better error on "CREATE INDEX already_exists ..." Brian Cloutier 2016-03-28 06:08:46 -0700
  • 342c69d034
    Add CHANGELOG entry for 5.0.1 v5.0.1 Jason Petersen 2016-04-15 12:54:00 -0600
  • f2742ce39b
    Fix use of INT64CONST macro Jason Petersen 2016-04-15 11:46:22 -0600
  • c3ed6ba62b
    Treat nodePort as the 64bit integer it is Brian Cloutier 2016-03-31 12:35:07 +0000
  • 6f7b0facdb Merge pull request #423 from citusdata/422-incorrect-node-port-type Jason Petersen 2016-04-15 12:42:11 -0600
  • 86bc73ef8a Merge pull request #423 from citusdata/422-incorrect-node-port-type Jason Petersen 2016-04-15 12:42:11 -0600
  • dbf4351de2 Merge branch 'master' into 422-incorrect-node-port-type Jason Petersen 2016-04-15 12:30:50 -0600
  • c0b6505720 Merge branch 'master' into 422-incorrect-node-port-type Jason Petersen 2016-04-15 12:30:50 -0600
  • c73511768e Merge pull request #451 from citusdata/fix_int64const_use Jason Petersen 2016-04-15 12:30:24 -0600
  • 1a370cd1ba Merge pull request #451 from citusdata/fix_int64const_use Jason Petersen 2016-04-15 12:30:24 -0600
  • 356f6f6cd7 Treat nodePort as the 64bit integer it is Brian Cloutier 2016-03-31 12:35:07 +0000
  • 35bbc1dbfd Treat nodePort as the 64bit integer it is Brian Cloutier 2016-03-31 12:35:07 +0000
  • d109c7cc1a Fix use of INT64CONST macro Jason Petersen 2016-04-15 11:46:22 -0600
  • fb4f84207c
    Fix use of INT64CONST macro Jason Petersen 2016-04-15 11:46:22 -0600
  • 4c26c39941 Merge pull request #449 from citusdata/freebsd-fixes Andres Freund 2016-04-15 09:56:11 -0700
  • 6860327cf9 Merge pull request #449 from citusdata/freebsd-fixes Andres Freund 2016-04-15 09:56:11 -0700
  • 17ba0de333 Regularize include paths for some postgresql headers. Matthew Seaman 2016-03-30 12:20:35 +0100
  • b1a3801e58 Regularize include paths for some postgresql headers. Matthew Seaman 2016-03-30 12:20:35 +0100
  • 08752ecf41 Include appropriate headers for htons() and htonl(). Matthew Seaman 2016-03-26 12:33:07 +0000
  • 897a1126e7 Include appropriate headers for htons() and htonl(). Matthew Seaman 2016-03-26 12:33:07 +0000
  • e47778d4df Add sys/stat.h include to files using S_IRUSR and S_IWUSR macros. Matthew Seaman 2016-03-26 12:26:18 +0000
  • 55e81ce23d Add sys/stat.h include to files using S_IRUSR and S_IWUSR macros. Matthew Seaman 2016-03-26 12:26:18 +0000
  • 22e54b6b08 Merge 481b1099b6 into 1f445e1e0b Matthew Seaman 2016-04-13 13:01:11 +0000
  • 99f0d016eb Merge 6f6b1e11fb into 1f445e1e0b Daniel Farina 2016-04-13 11:17:19 +0000
  • da350dd656 Merge pull request #436 from citusdata/clarify_shared_preload_libraries_message Ahmet Eren Basak 2016-04-13 14:14:53 +0300
  • 1f445e1e0b Merge pull request #436 from citusdata/clarify_shared_preload_libraries_message Ahmet Eren Basak 2016-04-13 14:14:53 +0300
  • e98c35bb8a Clarify Error Message Related to shared_preload_libraries eren 2016-04-08 15:47:24 +0300
  • 3c8f275aa9 Clarify Error Message Related to shared_preload_libraries eren 2016-04-08 15:47:24 +0300
  • 38d5ac2f9c Merge pull request #432 from citusdata/bugfix/#374-select-without-target-crash Ahmet Eren Basak 2016-04-13 11:43:20 +0300
  • a3b1b8944d Merge pull request #432 from citusdata/bugfix/#374-select-without-target-crash Ahmet Eren Basak 2016-04-13 11:43:20 +0300
  • 662f13a4d4 Fix SELECT problem with no target list eren 2016-04-05 15:59:47 +0300
  • 64aefed46f Fix SELECT problem with no target list eren 2016-04-05 15:59:47 +0300
  • 13d7f1994b Merge pull request #416 from citusdata/feature/copy-for-hash-partitioning Marco Slot 2016-04-12 20:44:06 +0200
  • 174aa64f14 Merge pull request #416 from citusdata/feature/copy-for-hash-partitioning Marco Slot 2016-04-12 20:44:06 +0200
  • ce0721fdf8 Send COPY rows in binary format Metin Doslu 2016-03-29 18:25:33 +0200
  • 1150ce6414 Send COPY rows in binary format Metin Doslu 2016-03-29 18:25:33 +0200
  • 690252b222 Support for COPY FROM, based on pg_shard PR by Postres Pro Marco Slot 2016-03-29 18:21:29 +0200