Commit Graph

  • 6524b2645e Linux build instructions Joe Nelson 2016-03-24 14:29:02 -0700
  • 80178b42bd Linux build instructions Joe Nelson 2016-03-24 14:29:02 -0700
  • 481b1099b6 Merge branch 'master' into freebsd-fixes Matthew Seaman 2016-03-30 14:48:19 +0100
  • 8150e9b3c8 Merge pull request #388 from citusdata/bugfix/unsupport_clause Önder Kalacı 2016-03-30 16:48:01 +0300
  • 52eacd29bb Merge pull request #388 from citusdata/bugfix/unsupport_clause Önder Kalacı 2016-03-30 16:48:01 +0300
  • 2eabf3fcfa Allow all types of nodes in the WHERE clauses Onder Kalaci 2016-03-17 15:39:46 +0200
  • d917d9a615 Allow all types of nodes in the WHERE clauses Onder Kalaci 2016-03-17 15:39:46 +0200
  • b9b80f231a IEEE Std 1003.1 specifies <arpa/inet.h> for the ntohl() prototype: http://pubs.opengroup.org/onlinepubs/000095399/functions/ntohl.html Matthew Seaman 2016-03-30 12:34:36 +0100
  • 9acce4edf5 Regularize include paths for some postgresql headers. Matthew Seaman 2016-03-30 12:20:35 +0100
  • 7457419173 Revert "Modify ${CPPFLAGS} to add pg_config's setting for PGINCLUDEDIR to the" Matthew Seaman 2016-03-30 12:18:26 +0100
  • 7f73528d81 Merge branch 'master' of github.com:citusdata/citus Matthew Seaman 2016-03-30 14:25:08 +0100
  • 2d3541b6a4 Enrich .gitignore eren 2016-03-30 16:01:16 +0300
  • f8838a059a Merge pull request #402 from citusdata/bugfix/#313-UDF-on-repartitioned-subqueries Murat Tuncer 2016-03-30 15:45:20 +0300
  • 14c835b37d Merge pull request #402 from citusdata/bugfix/#313-UDF-on-repartitioned-subqueries Murat Tuncer 2016-03-30 15:45:20 +0300
  • a4750e2e61 Fixes issue #313 eren 2016-03-24 13:54:10 +0200
  • 8a284aab92 Fixes issue #313 eren 2016-03-24 13:54:10 +0200
  • 6f6b1e11fb Fix build Daniel Farina 2016-03-28 16:12:08 -0700
  • aa6cefacca Add HINT to error when creating shards but there aren't enough workers. Brian Cloutier 2016-03-29 08:49:06 -0700
  • 77fa8494dd Modify ${CPPFLAGS} to add pg_config's setting for PGINCLUDEDIR to the include path during compilation. On FreeBSD at least, postgresql's include files are installed into /usr/local/include/postgresql Matthew Seaman 2016-03-26 12:46:42 +0000
  • b21327bd56 Fix macro expansion on 32-bit platforms Matthew Seaman 2016-03-26 12:36:55 +0000
  • 3c765606bd Add '#include <netinet/in.h>' to src/backend/distributed/worker/worker_partition_protocol.c -- uses htons() and htonl() functions. Matthew Seaman 2016-03-26 12:33:07 +0000
  • 17c8431b03 Add '#include <sys/stat.h>' to src/backend/distributed/executor/multi_task_tracker_executor.c -- uses S_IRUSR, S_IWUSR macros. Matthew Seaman 2016-03-26 12:31:14 +0000
  • a29d21d5b0 Add '#include <sys/stat.h>' to src/backend/distributed/executor/multi_real_time_executor.c -- uses S_IRUSR and S_IWUSR macros. Matthew Seaman 2016-03-26 12:26:18 +0000
  • c6e7b044ee Merge pull request #406 from citusdata/update_travis_build_links Metin Döşlü 2016-03-25 12:18:46 -0700
  • 7d71878258 Update Travis build links Metin Döşlü 2016-03-25 12:12:20 -0700
  • 7328390f3b Various code style improvements for COPY Marco Slot 2016-03-25 16:23:39 +0100
  • 5f66649000 Merge pull request #392 from citusdata/bugfix/#258-spurious-notice-message-with-any Ahmet Eren Basak 2016-03-25 14:42:13 +0200
  • ac05e561ed Merge pull request #392 from citusdata/bugfix/#258-spurious-notice-message-with-any Ahmet Eren Basak 2016-03-25 14:42:13 +0200
  • 3a9a01557f Fix spurious NOTICE messages with ANY/ALL eren 2016-03-18 14:21:27 +0200
  • ef6d5c7571 Fix spurious NOTICE messages with ANY/ALL eren 2016-03-18 14:21:27 +0200
  • 0667b426ce Update Travis links Metin Döşlü 2016-03-24 23:24:09 -0700
  • 3bfb5c430b Update Travis links Metin Döşlü 2016-03-24 23:24:09 -0700
  • eea877ce4e Remove unnecessary hash search Metin Doslu 2016-03-24 22:21:48 -0700
  • 69ce21a42f Address some of the PR feedback from Andres Metin Doslu 2016-03-24 21:17:05 -0700
  • b278f302e3 Merge pull request #385 from citusdata/feature/unique_index Murat Tuncer 2016-03-24 09:43:04 +0200
  • a9652daef7 Merge pull request #385 from citusdata/feature/unique_index Murat Tuncer 2016-03-24 09:43:04 +0200
  • 3f27c627ad Allow users to create unique indexes Murat Tuncer 2016-03-16 15:13:36 +0200
  • e74decf8b4 Allow users to create unique indexes Murat Tuncer 2016-03-16 15:13:36 +0200
  • e2452f6085 Remove redundant information Joe Nelson 2016-03-23 17:33:12 -0700
  • 833048451c Remove redundant information Joe Nelson 2016-03-23 17:33:12 -0700
  • 388968c761 Merge latest 5.0 release fixes Jason Petersen 2016-03-23 17:43:34 -0600
  • 697d3ea09b
    Merge latest 5.0 release fixes Jason Petersen 2016-03-23 17:43:34 -0600
  • 4ab2847f3b Merge pull request #400 from citusdata/contributing-cla Joe Nelson 2016-03-23 16:36:42 -0700
  • 11a5aef001 Merge pull request #400 from citusdata/contributing-cla v5.0.0 Joe Nelson 2016-03-23 16:36:42 -0700
  • ade2d5bd77 Fix strlcpy off-by-one error Jason Petersen 2016-03-23 17:34:34 -0600
  • 1eebb9a6c3
    Fix strlcpy off-by-one error Jason Petersen 2016-03-23 17:34:34 -0600
  • c13fc9583f Add CLA link to contributing.md Joe Nelson 2016-03-23 16:29:33 -0700
  • 956395b3a9 Add CLA link to contributing.md Joe Nelson 2016-03-23 16:29:33 -0700
  • 5f5ad55f0e Add CHANGELOG Jason Petersen 2016-03-23 17:28:16 -0600
  • f9e2e50e4f
    Add CHANGELOG Jason Petersen 2016-03-23 17:28:16 -0600
  • 86d126d1aa Merge pull request #386 from citusdata/add_license Jason Petersen 2016-03-23 17:23:04 -0600
  • 374d3237c2 Merge pull request #386 from citusdata/add_license Jason Petersen 2016-03-23 17:23:04 -0600
  • 9662e92b49 Remove libpng caveat Jason Petersen 2016-03-23 17:20:35 -0600
  • f87df6ccf8
    Remove libpng caveat Jason Petersen 2016-03-23 17:20:35 -0600
  • a0bcd57e84 Add LICENSE information to README Jason Petersen 2016-03-23 17:17:43 -0600
  • 59a28e24c9
    Add LICENSE information to README Jason Petersen 2016-03-23 17:17:43 -0600
  • a95c9da472 Update copyright dates Jason Petersen 2016-03-23 17:14:37 -0600
  • 423e6c8ea0
    Update copyright dates Jason Petersen 2016-03-23 17:14:37 -0600
  • c82dbd64fd Add AGPL-3.0 in LICENSE file Jason Petersen 2016-03-16 15:59:50 -0600
  • 9521fcfb22
    Add AGPL-3.0 in LICENSE file Jason Petersen 2016-03-16 15:59:50 -0600
  • d3a7c49a09 Merge pull request #398 from citusdata/readme-polish Joe Nelson 2016-03-23 15:59:54 -0700
  • a7d3b79a50 Merge pull request #398 from citusdata/readme-polish Joe Nelson 2016-03-23 15:59:54 -0700
  • 2225da30e9 Note libpng brew mac problem Joe Nelson 2016-03-23 15:57:02 -0700
  • c3ef3908ec Note libpng brew mac problem Joe Nelson 2016-03-23 15:57:02 -0700
  • ae59fd7967 Use newest postgresql formula on homebrew Joe Nelson 2016-03-23 15:26:25 -0700
  • 63668d8185 Use newest postgresql formula on homebrew Joe Nelson 2016-03-23 15:26:25 -0700
  • 4d975348b0 Use named links in readme Joe Nelson 2016-03-23 15:22:58 -0700
  • c9e9ec7520 Use named links in readme Joe Nelson 2016-03-23 15:22:58 -0700
  • 5952a19e8d Updated install instructions for linux and mac Joe Nelson 2016-03-23 15:12:11 -0700
  • 74d38eb1cc Updated install instructions for linux and mac Joe Nelson 2016-03-23 15:12:11 -0700
  • 9b79a7998e Specific build instructions for mac vs linux Joe Nelson 2016-03-23 14:08:26 -0700
  • df7b1f411a Specific build instructions for mac vs linux Joe Nelson 2016-03-23 14:08:26 -0700
  • 69f8389f99 Link explicitly to 5.0 docs rather than current/ Joe Nelson 2016-03-23 13:22:00 -0700
  • 6bf4f61a88 Link explicitly to 5.0 docs rather than current/ Joe Nelson 2016-03-23 13:22:00 -0700
  • a067c2e057 Make list of users more compact Joe Nelson 2016-03-23 13:19:01 -0700
  • dbf825f5f3 Make list of users more compact Joe Nelson 2016-03-23 13:19:01 -0700
  • a326205bc2 Use better naming Metin Doslu 2016-03-22 14:46:20 -0700
  • 150e1b9364 Create an executor state, and use its memory context Metin Doslu 2016-03-22 14:17:40 -0700
  • d26ba9a4cc Add expression context to evaluate default expressions Metin Doslu 2016-03-21 16:12:13 -0700
  • 627b042991 Send binary footers to all shards Metin Doslu 2016-03-21 10:05:59 -0700
  • 7afac2a377 Rename functions and structs Metin Doslu 2016-03-18 15:23:03 -0700
  • eb41a249c9 Refactor memory context reset Metin Doslu 2016-03-18 14:46:46 -0700
  • 71f8dd28b8 Pull memory allocation out of while loop Metin Doslu 2016-03-18 14:31:06 -0700
  • a2de41fe14 Make minor changes Metin Doslu 2016-03-17 16:47:09 -0700
  • e0559ceaad Send rows to workers in binary format Metin Doslu 2016-03-16 17:56:07 -0700
  • 6d4e41b8bb Move copy related functions to multi_copy.c Metin Doslu 2016-03-16 16:35:39 -0700
  • d5e003768e Refactor binary header and footer functions Metin Doslu 2016-03-16 15:44:01 -0700
  • 9dccc4e6c1 Rename PartialCopyState to OutputCopyState Metin Doslu 2016-03-16 15:17:33 -0700
  • 314ea3f96c Refactor OutputRow() Metin Doslu 2016-03-16 14:41:25 -0700
  • 01b380d5f2 Check for interrupts after ending the COPY Marco Slot 2016-03-10 22:10:41 +0100
  • 6404431f16 Use Row Exclusive Lock on distributed table Marco Slot 2016-03-10 22:10:17 +0100
  • 77356592fb Revert physical planner changes Marco Slot 2016-03-10 21:23:19 +0100
  • f7dfc7df1b Fix undefined connectionList bug and code style improvements Marco Slot 2016-03-10 21:23:01 +0100
  • ae7a42d957 Fix finalized placement list and hash token increment bugs Marco Slot 2016-03-08 13:00:02 +0100
  • 2fb3eae5e2 Address PR feedback from Metin Marco Slot 2016-03-03 14:10:51 +0100
  • 9bb579b1b1 Run check_indent on COPY changes Marco Slot 2016-03-01 12:05:58 +0100
  • 2a8121ca5f Improve COPY shard-pruning test Marco Slot 2016-03-01 00:31:24 +0100
  • 83c83fdf1a Add regression tests and refactor transaction management functions Marco Slot 2016-02-25 21:13:05 +0100
  • 834c87f73a Support for COPY FROM, based on pg_shard PR by Postres Pro Marco Slot 2016-02-23 14:07:39 +0100
  • 31ab5012fd Use better naming Metin Doslu 2016-03-22 14:46:20 -0700