Commit Graph

  • 14f4dfb242
    Make patch target 75% Jason Petersen 2016-12-09 12:10:14 -0700
  • 086187bcde Be explicit about coverage project requirements Jason Petersen 2016-12-09 12:00:07 -0700
  • 5bd07b253a
    Be explicit about coverage project requirements Jason Petersen 2016-12-09 12:00:07 -0700
  • 37b8c5f7b6 Add default Codecov configuration Jason Petersen 2016-12-07 12:36:35 -0700
  • 26ae8704d6
    Add default Codecov configuration Jason Petersen 2016-12-07 12:36:35 -0700
  • c7efe04c5a Remove unused column_to_column_name method Brian Cloutier 2016-12-09 17:14:06 +0300
  • 344895c5a0 Merge 76d2463e4d into 4bea1f621a Brian Cloutier 2016-12-09 06:12:54 +0000
  • 7269a7da98 Merge pull request #1022 from citusdata/feature/2PCBUMPISM Andres Freund 2016-12-08 20:04:00 -0800
  • 4bea1f621a Merge pull request #1022 from citusdata/feature/2PCBUMPISM Andres Freund 2016-12-08 20:04:00 -0800
  • 820f300de2 Make prepared transactions available if not configured. Andres Freund 2016-12-08 19:57:22 -0800
  • 7434fcc6df Make prepared transactions available if not configured. Andres Freund 2016-12-08 19:57:22 -0800
  • 76d2463e4d Only fail if code coverage drops by over 0.5% Brian Cloutier 2016-12-08 17:03:48 +0300
  • 4d61fe24fd Add auto-generated codecov.yaml, default settings Brian Cloutier 2016-12-08 15:53:15 +0200
  • 5559b8201d Merge pull request #876 from citusdata/foreign_key_push_down_for_alter_table Burak Yücesoy 2016-12-08 14:11:01 +0200
  • cdb725a561 Add Foreign Key Support to ALTER TABLE commands Burak Yucesoy 2016-10-25 16:24:07 +0300
  • 62b12f413c Merge pull request #876 from citusdata/foreign_key_push_down_for_alter_table Burak Yücesoy 2016-12-08 14:11:01 +0200
  • 8d7cd4d746 Add Foreign Key Support to ALTER TABLE commands Burak Yucesoy 2016-10-25 16:24:07 +0300
  • b16540725a Merge pull request #863 from citusdata/feature/connection-lifecycle Andres Freund 2016-12-07 11:51:02 -0800
  • f7d9074aa3 Merge pull request #863 from citusdata/feature/connection-lifecycle Andres Freund 2016-12-07 11:51:02 -0800
  • 3754e74acb Move multi_client_executor.[ch] ontop of connection_management.[ch]. Andres Freund 2016-12-01 14:36:42 -0800
  • 2374905c89 Move multi_client_executor.[ch] ontop of connection_management.[ch]. Andres Freund 2016-12-01 14:36:42 -0800
  • c7f19f6c83 Use connection_management.c from within connection_cache.c. Andres Freund 2016-12-01 02:06:11 -0800
  • a77cf36778 Use connection_management.c from within connection_cache.c. Andres Freund 2016-12-01 02:06:11 -0800
  • 7bc7284b61 Add initial helpers to make interactions with MultiConnection et al. easier. Andres Freund 2016-12-06 14:38:58 -0800
  • 3505d431cd Add initial helpers to make interactions with MultiConnection et al. easier. Andres Freund 2016-12-06 14:38:58 -0800
  • 8e32951eb9 Centralized Connection Lifetime Management. Andres Freund 2016-10-07 14:48:25 -0700
  • 3223b3c92d Centralized Connection Lifetime Management. Andres Freund 2016-10-07 14:48:25 -0700
  • 9564e1e7fc Add some basic helpers to make use of dynahash hashtables easier. Andres Freund 2016-10-07 17:35:20 -0700
  • 883af02b54 Add some basic helpers to make use of dynahash hashtables easier. Andres Freund 2016-10-07 17:35:20 -0700
  • 3afb4c0583 Merge pull request #994 from citusdata/enable-coverage-testing Jason Petersen 2016-12-06 11:42:48 -0700
  • 4347daaf4c Merge pull request #994 from citusdata/enable-coverage-testing Jason Petersen 2016-12-06 11:42:48 -0700
  • d88949d952 Add comment for otherwise opaque secure value Jason Petersen 2016-12-06 11:23:03 -0700
  • ac6494a0c3
    Add comment for otherwise opaque secure value Jason Petersen 2016-12-06 11:23:03 -0700
  • d8df38983d Enable instrumentation of coverage Brian Cloutier 2016-11-24 04:13:20 +0300
  • 29d2b0c49f
    Enable instrumentation of coverage Brian Cloutier 2016-11-24 04:13:20 +0300
  • c6f432b79a Merge pull request #1006 from citusdata/bugfix/placement_id_readfunc Marco Slot 2016-12-05 23:08:27 +0100
  • f2d151cfeb Merge pull request #1006 from citusdata/bugfix/placement_id_readfunc Marco Slot 2016-12-05 23:08:27 +0100
  • 6cff558896 Use READ_UINT64_FIELD for placement ID in ReadShardPlacement Marco Slot 2016-12-01 19:01:28 +0100
  • 3d09a2e5c2 Use READ_UINT64_FIELD for placement ID in ReadShardPlacement Marco Slot 2016-12-01 19:01:28 +0100
  • 0fa7276a53 Merge pull request #995 from citusdata/fix-870-non-relational-filter Murat Tuncer 2016-12-05 13:35:46 +0200
  • 51f2de276e Merge pull request #995 from citusdata/fix-870-non-relational-filter Murat Tuncer 2016-12-05 13:35:46 +0200
  • 6abc1eecbd Add new tests for non-relational filters in queries Murat Tuncer 2016-11-23 13:06:28 +0300
  • 131ed8ca1f Add new tests for non-relational filters in queries Murat Tuncer 2016-11-23 13:06:28 +0300
  • 35c583784a Merge pull request #911 from citusdata/bugfix/take_metadata_lock Marco Slot 2016-12-02 16:34:44 +0100
  • ab982c3ecb Merge pull request #911 from citusdata/bugfix/take_metadata_lock Marco Slot 2016-12-02 16:34:44 +0100
  • 5b5bceb5ed Take shard metadata lock in master_append_table_to_shard Marco Slot 2016-10-25 15:14:30 +0200
  • 172bb457e6 Take shard metadata lock in master_append_table_to_shard Marco Slot 2016-10-25 15:14:30 +0200
  • ff27d37b92 Merge 4b14e3d45f into d1ffa22c13 Murat Tuncer 2016-12-02 13:35:27 +0000
  • 2f04f094f8 Merge pull request #996 from citusdata/sync_pg_dist_node Eren Başak 2016-12-02 13:50:52 +0200
  • 8013437fc3 Merge pull request #996 from citusdata/sync_pg_dist_node Eren Başak 2016-12-02 13:50:52 +0200
  • 517db3648a Propagate node add/remove to the nodes with hasmetadata=true Eren Basak 2016-11-08 11:47:12 -0800
  • fb88b167a7 Propagate node add/remove to the nodes with hasmetadata=true Eren Basak 2016-11-08 11:47:12 -0800
  • 14b47b769c Remove dead code: ResponsiveWorkerNodeList Brian Cloutier 2016-11-24 05:32:57 +0300
  • a4096c9f45 Remove dead code: ResponsiveWorkerNodeList Brian Cloutier 2016-11-24 05:32:57 +0300
  • d463cd6ef2 Remove dead code: ResponsiveWorkerNodeList Brian Cloutier 2016-11-24 05:32:57 +0300
  • d1ffa22c13 Use system psql if available, to fix travis build errors. Andres Freund 2016-12-01 15:32:28 -0800
  • 36df62157e Use system psql if available, to fix travis build errors. Andres Freund 2016-12-01 15:32:28 -0800
  • 0a4889d0af Use system psql if available, to fix travis build errors. Andres Freund 2016-12-01 15:32:28 -0800
  • 685e70aa33 Use system psql if available, to fix travis build errors. Andres Freund 2016-12-01 15:32:28 -0800
  • 9a73820f3d Merge 5057594ecc into 1ca88dbac7 Marco Slot 2016-12-01 15:42:27 +0000
  • 5057594ecc Connection API refactoring Marco Slot 2016-12-01 15:54:47 +0100
  • 1ca88dbac7 Use connection_management.c from within connection_cache.c. Andres Freund 2016-12-01 02:06:11 -0800
  • 168b652da6 Add initial helpers to make interactions with MultiConnection et al. easier. Andres Freund 2016-10-07 17:39:11 -0700
  • 6826022ad9 Add beginning of new and central connection lifetime management. Andres Freund 2016-10-07 14:48:25 -0700
  • 9fbd072ffa Add some basic helpers to make use of dynahash hashtables easier. Andres Freund 2016-10-07 17:35:20 -0700
  • 6e5efd8b9f Merge pull request #988 from citusdata/fix_constant_select Önder Kalacı 2016-12-01 10:48:01 +0200
  • 89352ae83f Merge pull request #988 from citusdata/fix_constant_select Önder Kalacı 2016-12-01 10:48:01 +0200
  • bbced1d704 Bugfix for deparsing INSERT..SELECT queries which involve constant values Onder Kalaci 2016-11-17 03:02:02 +0200
  • df974e15b8 Bugfix for deparsing INSERT..SELECT queries which involve constant values Onder Kalaci 2016-11-17 03:02:02 +0200
  • 6458de43f1 Merge pull request #1002 from citusdata/fix/395_filters_do_not_work Murat Tuncer 2016-12-01 09:06:23 +0200
  • 86e3086ac8 Merge pull request #1002 from citusdata/fix/395_filters_do_not_work Murat Tuncer 2016-12-01 09:06:23 +0200
  • 33375944d6 Add support for filters Murat Tuncer 2016-11-29 19:00:56 +0300
  • 45762006f3 Add support for filters Murat Tuncer 2016-11-29 19:00:56 +0300
  • 1438e177fd Add 6.0.1 CHANGELOG entry Couple fixes and improvements to existing behavior. v6.0.1 Burak Yucesoy 2016-11-29 16:46:48 +0200
  • 98b3b0fe49 Fix failures during pg_upgrade - fix error in CitusHasBeenLoaded() - allow creation of pg_catalog tables during upgrade Murat Tuncer 2016-11-08 16:00:52 -0800
  • 07da985a22 Pass down the correct type for null parameters Marco Slot 2016-11-11 07:14:08 +0100
  • 809c8b7541 Use AccessShareLock on the source table while creating a colocated table Metin Doslu 2016-11-10 09:17:05 -0800
  • 6384a74a99 Merge pull request #1001 from citusdata/add_changelog_entry_for_6.0.1 Jason Petersen 2016-11-29 09:14:23 -0700
  • 19eaf3885f Merge pull request #1001 from citusdata/add_changelog_entry_for_6.0.1 Jason Petersen 2016-11-29 09:14:23 -0700
  • 447dc70f11 Add 6.0.1 CHANGELOG entry Couple fixes and improvements to existing behavior. Burak Yucesoy 2016-11-29 16:46:48 +0200
  • a7f0823318 Add 6.0.1 CHANGELOG entry Couple fixes and improvements to existing behavior. Burak Yucesoy 2016-11-29 16:46:48 +0200
  • 5e5dc2a1cb Add 6.0.1 CHANGELOG entry Couple fixes and improvements to existing behavior. Burak Yucesoy 2016-11-29 16:46:48 +0200
  • 924e2378e6 Merge 268a0882bf into fa60208026 Murat Tuncer 2016-11-29 15:39:57 +0000
  • 708e562dfd Fix failures during pg_upgrade - fix error in CitusHasBeenLoaded() - allow creation of pg_catalog tables during upgrade Murat Tuncer 2016-11-08 16:00:52 -0800
  • 1042a98e15 Pass down the correct type for null parameters Marco Slot 2016-11-11 07:14:08 +0100
  • c848cba431 Use AccessShareLock on the source table while creating a colocated table Metin Doslu 2016-11-10 09:17:05 -0800
  • 52ed6062bb Merge 85aa2d9f47 into fa60208026 Metin Döşlü 2016-11-29 11:11:10 +0000
  • f2ee93b62f Merge pull request #976 from citusdata/fix-error-messa Marco Slot 2016-11-26 11:19:27 +0100
  • 4525ee937c Merge pull request #976 from citusdata/fix-error-messa Marco Slot 2016-11-26 11:19:27 +0100
  • b9cbb52c06 Change DDL error message to say "unsupported" instead of "supported" Sumedh Pathak 2016-11-10 11:59:59 -0800
  • 0a0d4784b9 Change DDL error message to say "unsupported" instead of "supported" Sumedh Pathak 2016-11-10 11:59:59 -0800
  • 271b559e0a Merge pull request #975 from citusdata/sumedhpathak-readme-change Marco Slot 2016-11-26 10:28:45 +0100
  • db3964bed9 Merge pull request #975 from citusdata/sumedhpathak-readme-change Marco Slot 2016-11-26 10:28:45 +0100
  • 2df3dcb8bd Update documentation link to 6.0 sumedhpathak 2016-11-10 09:49:22 -0800
  • 5c99b02620 Update documentation link to 6.0 sumedhpathak 2016-11-10 09:49:22 -0800
  • d8fd073a31 Merge cd35cc3a65 into fa60208026 Daniel Farina 2016-11-24 15:12:05 +0000
  • abbc460dae Merge a1f77009f0 into fa60208026 Marco Slot 2016-11-23 17:44:32 +0000
  • 8f2e61dbfc Merge pull request #973 from citusdata/fix/964_pg_upgrade_catalog_tables Murat Tuncer 2016-11-11 17:33:43 -0800
  • a1b7de0eb0 Merge pull request #973 from citusdata/fix/964_pg_upgrade_catalog_tables Murat Tuncer 2016-11-11 17:33:43 -0800
  • 9bc833f335 Fix failures during pg_upgrade - fix error in CitusHasBeenLoaded() - allow creation of pg_catalog tables during upgrade Murat Tuncer 2016-11-08 16:00:52 -0800