Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OrioleDB

The OrioleDB development team develops the OrioleDB engine for PostgreSQL.
Collective - Host: opensource - https://opencollective.com/orioledb - Code: https://github.com/orioledb/orioledb

Fix bug of wrong return value in s3_header_mark_part_loading()

github.com/orioledb/orioledb - af18cd683ce0e2571a19fdd72a13a05b3ea938a4 authored about 1 year ago by Alexander Korotkov <[email protected]>
Update v16 patchset

github.com/orioledb/orioledb - 5a909435a9d81fd0aab9956019038c798a8adb1d authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix some bugs in S3 code

github.com/orioledb/orioledb - b6f0239f06cf6ce84231bcac60acc950efdd2544 authored about 1 year ago by Alexander Korotkov <[email protected]>
[skip ci] WIP compare checkpointed files

github.com/orioledb/orioledb - d35955995c737fe26afb761f9030d04553e2eae8 authored about 1 year ago by Ilya Kobets <[email protected]>
[skip ci] WIP OrioledbS3ObjectLoader

github.com/orioledb/orioledb - e5c926f4103750d0fa22d784b7dbb620b50e7876 authored about 1 year ago by Ilya Kobets <[email protected]>
Fixed test_s3_data_dir_load test

github.com/orioledb/orioledb - e02cc94f2b9ee6812e544b1b72ee1cd4042b02e7 authored about 1 year ago by Ilya Kobets <[email protected]>
More bug fix

github.com/orioledb/orioledb - 036aa491ac2f45ffe163e7d03f18a2a1a3901d83 authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix maintenance of numberOfLoadedParts

github.com/orioledb/orioledb - d01775a7b57d70cf1d6ac5c77083339fbc24dc56 authored about 1 year ago by Alexander Korotkov <[email protected]>
Docker and cppcheck fixes

github.com/orioledb/orioledb - d0cbf4fa2c8e420fea384ea188439c7b513ed649 authored about 1 year ago by Ilya Kobets <[email protected]>
WIP: Reading from S3

github.com/orioledb/orioledb - af779df8423c9b7178feb555ff611e07367741e1 authored about 1 year ago by Alexander Korotkov <[email protected]>
Load of postgres files now working

github.com/orioledb/orioledb - c39a5bf6c14a8d47041999d87516f7aad85c0da3 authored about 1 year ago by Ilya Kobets <[email protected]>
Fixed pg15 build

github.com/orioledb/orioledb - 3d9863ded89ba3f5c6b21215cfc248c386841596 authored about 1 year ago by Ilya Kobets <[email protected]>
don't ignore pg_pwrite result

github.com/orioledb/orioledb - 8a201b6e6ff306c3c694be52bf9b524f5cc32b33 authored about 1 year ago by Ilya Kobets <[email protected]>
Added libcurl-dev to dockerfiles

github.com/orioledb/orioledb - fd126cc123f1fe848ab1b979f883591c76ce41a4 authored about 1 year ago by Ilya Kobets <[email protected]>
copied pg_pwrite_zeros from file_utils.c

github.com/orioledb/orioledb - 4abecbb1d0d75cdf9d8025d9881eeb7b1fe5d469 authored about 1 year ago by Ilya Kobets <[email protected]>
Temporary docker option to add s3 if branch contains s3

github.com/orioledb/orioledb - 852ff35635582e323504c6e330e72078e7c1d230 authored about 1 year ago by Ilya Kobets <[email protected]>
Missing statement on the test

github.com/orioledb/orioledb - d6067b04ac873de21b90d95fbadbd91aea4b3d9f authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix clang analyzer complaints

github.com/orioledb/orioledb - 6d72374ce2f4eeb6fadc7749df34b4ae62925918 authored about 1 year ago by Alexander Korotkov <[email protected]>
Implement S3 WAL achiever

We need to archive the WAL files as long as the data files. This commit
makes OrioleDB an "arch...

github.com/orioledb/orioledb - 61c65e1904998a58bd55f9e9df8c57c7123c903d authored about 1 year ago by Kiryl <[email protected]>
Implement the fleet of S3 workers

The S3 workers are responsible for getting tasks from the queue and making
the corresponding S3 ...

github.com/orioledb/orioledb - 1451037e7774cdf256e936fe01064dfea74fc0d2 authored about 1 year ago by Ilya Kobets <[email protected]>
Implement queue of S3 tasks

The queue is implemented as a lock-less circular buffer in the shared memory.
This queue allows ...

github.com/orioledb/orioledb - 967585bd2bab3bb48f2d90bd82ee51b164b6d560 authored about 1 year ago by Alexander Korotkov <[email protected]>
Implement S3 requests

This commit provides function for S3 GET and PUT requests. The requests
are made with CURL libr...

github.com/orioledb/orioledb - ae72f6f5bf6faeac728a2ac616d27da05d263a4d authored about 1 year ago by Kiryl <[email protected]>
[WIP] [skip ci] S3 test

github.com/orioledb/orioledb - 2cddd62e7a44f6fb441e23843d3ec447e730ee3c authored about 1 year ago by Ilya Kobets <[email protected]>
Bulk write small files

github.com/orioledb/orioledb - 3ec310bf960d218bad7f8ce298ba413b72d2fa6c authored about 1 year ago by Alexander Korotkov <[email protected]>
Support preloading of WAL files

github.com/orioledb/orioledb - c72ee0d245db48ea0378eeceaa01d43ab34d632c authored about 1 year ago by Alexander Korotkov <[email protected]>
Implement checkpoint of non-OrioleDB files to S3

For the files, which belong to PostgreSQL default engine, we implement the full
data backup on e...

github.com/orioledb/orioledb - 21e79436cdbaaf87c340ca3ea536955d256786e7 authored about 1 year ago by Ilya Kobets <[email protected]>
[skip ci] Placeholder for loading data pages from S3 in advance

This commit places s3_schedule_downlink_load() where it will be useful to
preload the data part....

github.com/orioledb/orioledb - 262b99659f36d472b3bc4ce185296073a50a3000 authored about 1 year ago by Kiryl <[email protected]>
Implement S3 mode for OrioleDB

The new S3 mode works as following.

* In this mode OrioleDB have separate data files for each ...

github.com/orioledb/orioledb - 3a9c2a0561fcf51c6064fa272e24c718b03a0809 authored about 1 year ago by Alexander Korotkov <[email protected]>
dockerfile focal job

github.com/orioledb/orioledb - df265f0e749e865095b623389fc87052064d86a2 authored about 1 year ago by Ilya Kobets <[email protected]>
Add docker tags input

github.com/orioledb/orioledb - 63244571c15d8b59e73bc7caf201bd18c0c971bf authored about 1 year ago by Alexander Korotkov <[email protected]>
Update stopevents_gen.py

Updated the python code using the enumerate function, which will eliminate
the need for an expli...

github.com/orioledb/orioledb - a6cb5cdcfa732634aa2586068724b217eec08fc7 authored about 1 year ago by Matheus Farias de Oliveira Matsumoto <[email protected]>
Fixes for docker

github.com/orioledb/orioledb - 6ab02c314923d4d08c867aaf16d3756de8eb7793 authored about 1 year ago by Alexander Korotkov <[email protected]>
Update docker_usage.md

Minor Update in doc/docker_usage.md:
- Changed the software version to 'Beta 3'
- Updated the Po...

github.com/orioledb/orioledb - e6e4ac892bd289c86a70105e1ccdd0e86b659724 authored about 1 year ago by ImreSamu <[email protected]>
Stamp beta 3

github.com/orioledb/orioledb - f104e09f4d1dfe3deaf442a7e883717d16340a48 authored about 1 year ago by Alexander Korotkov <[email protected]>
issue 295 fix

github.com/orioledb/orioledb - fa600ce1b2f447848cfcd57cde0aff48b8f9b8cd authored about 1 year ago by Ilya Kobets <[email protected]>
issue 294 fix

free secondary tuple at index build. It is not needed after putting to tuplesort that copies its...

github.com/orioledb/orioledb - 1ca995df746c070d3cb3275bbe573e102fa82f01 authored about 1 year ago by Pavel Borisov <[email protected]>
Fix comparsion of tuples for unique index build

github.com/orioledb/orioledb - 465ffc48336c6e6d42e8c285add51171ff7cfed2 authored about 1 year ago by Ilya Kobets <[email protected]>
All wal for temporary tables disabled

github.com/orioledb/orioledb - d7dce2b08bb740b7d019ecbbea846891d10b2f28 authored about 1 year ago by Ilya Kobets <[email protected]>
issue 261 test added

Also fixed o_tables_table_meta_lock in o_define_index

github.com/orioledb/orioledb - 387a9a25f66c6bb01d12acd9ef2cc7a85f3f856e authored about 1 year ago by Ilya Kobets <[email protected]>
issue 292 test

github.com/orioledb/orioledb - 5c00717ca1fce27a4f1ac1199b040c5a340b9529 authored about 1 year ago by Ilya Kobets <[email protected]>
Files for temporary tables cleaned up

github.com/orioledb/orioledb - 6069ce849ddf746ccd09f40954c6b4a9056b0380 authored about 1 year ago by Ilya Kobets <[email protected]>
Fixed load of indices on temp tables

github.com/orioledb/orioledb - c89851500890e0591bc26173560bf79e0760479f authored about 1 year ago by Ilya Kobets <[email protected]>
Remove redundant debug4 log level in tests

github.com/orioledb/orioledb - d7ea0ed589fb5cc1da245d3e220b9eabfa16e4c6 authored about 1 year ago by Ilya Kobets <[email protected]>
issue 256 fix

github.com/orioledb/orioledb - 071792ee6b9e04c31f3477710beec7069e8e1e4d authored about 1 year ago by Ilya Kobets <[email protected]>
Fixed fake Duplicate keys exist during secondary index rebuild

github.com/orioledb/orioledb - 8360df9d801bd634ac9eec54716fb7dc93cea4d7 authored about 1 year ago by Ilya Kobets <[email protected]>
More consistent result reporting for pg_stopevent_reset()

To stabilize some more flaky tests.

github.com/orioledb/orioledb - bd9ff8af842dab309e1cb3eaca38d43f322a9cbe authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix flaky tests due to errors in parallel workers

github.com/orioledb/orioledb - 96b8e0aa48a29da5fc7824247dc912c2f3c7acae authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix flaky test in rll_mix.spec

Specify which connection should detect a deadlock by the custom timeouts.

github.com/orioledb/orioledb - 3b3f2d046f30db5564c9752547cc5795deae9263 authored about 1 year ago by Alexander Korotkov <[email protected]>
Again fixed test_temp_table_not_checkpointed

github.com/orioledb/orioledb - b48b248641e911b55544acad4617a957768d4760 authored about 1 year ago by Ilya Kobets <[email protected]>
use testgres 1.8.9 for now

github.com/orioledb/orioledb - 060561c99ec4bf3b03a75d211afbf0b1f470f1b4 authored about 1 year ago by Ilya Kobets <[email protected]>
Small memory leak fixes

github.com/orioledb/orioledb - 5edd08fc0001c6ca06341d57385b5747492accfe authored about 1 year ago by Ilya Kobets <[email protected]>
Collation info added to docs

github.com/orioledb/orioledb - fd411804c6b06df3e6112e3b1b87f1f171dc4751 authored about 1 year ago by Ilya Kobets <[email protected]>
issue 275 fix

- test_temp_table_not_checkpointed fail fixed
- Added cleanup for not removed temporary tables a...

github.com/orioledb/orioledb - f2981527efb9a4120d2e04e10a0fc197b3c5427f authored about 1 year ago by Ilya Kobets <[email protected]>
Fix order of initialization in _o_index_begin_parallel()

github.com/orioledb/orioledb - 3058f188a237a12ce699df2da01fd35b5e016b46 authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix gcc warning

github.com/orioledb/orioledb - 2c2c953ace99dca3a2e52754a874e516d0540f10 authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix wait for all launched workers during index build

github.com/orioledb/orioledb - ef498c51869416d3529de8c5277c7d9c8e83a78d authored about 1 year ago by Alexander Korotkov <[email protected]>
Use max_parallel_maintenance_workers to determine number of workers

for index build

github.com/orioledb/orioledb - a045c35112c6aa992ea2709edb099238af94843a authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix and improve o_buffers locking

github.com/orioledb/orioledb - bb0d3a3f766fa7cccefe0ecfff72f9b0ec23e957 authored about 1 year ago by Alexander Korotkov <[email protected]>
Fixes to o_buffers usage count

github.com/orioledb/orioledb - fd804cad3a73100e5bba66fe03cd11f7ab14722f authored over 1 year ago by Alexander Korotkov <[email protected]>
Stamp beta 2

github.com/orioledb/orioledb - bbfc8ab2ba6381334a871c7fcbf787feb723041f authored over 1 year ago by Alexander Korotkov <[email protected]>
issue 252 fix

github.com/orioledb/orioledb - a7465cb4f9c6951d03d2d6b1c615057d52f92066 authored over 1 year ago by Ilya Kobets <[email protected]>
issue 258 fix

Disabled checkpoint for temporary tables

github.com/orioledb/orioledb - 984231d66d12a6615d776453096724bc0beeabfe authored over 1 year ago by Ilya Kobets <[email protected]>
Make getsomeattrs test less flaky

github.com/orioledb/orioledb - ef7913216a1a161d05aa80e82fe4d541e474d715 authored over 1 year ago by Alexander Korotkov <[email protected]>
issue 260 fix

Added multirange_cache

github.com/orioledb/orioledb - 70853049687734d482fa95f31ed992d9552d745c authored over 1 year ago by Ilya Kobets <[email protected]>
issue 259 fix

Parallel index scan disabled until it will be implemented

github.com/orioledb/orioledb - 56ae0c59f9258e02a82bd54b59fbeccc06994497 authored over 1 year ago by Ilya Kobets <[email protected]>
Introduce syscache hooks depth

github.com/orioledb/orioledb - ca26be98be123704855af17f3fbb590ec2756ad9 authored over 1 year ago by Alexander Korotkov <[email protected]>
issue 268 fix

github.com/orioledb/orioledb - 6ed79d2e8cd42af53a1b25ca3fa958a12a26b89b authored over 1 year ago by Ilya Kobets <[email protected]>
issue 263 fix

github.com/orioledb/orioledb - 8158d438814864d193feba4cd08c4e5b48a0d227 authored over 1 year ago by Ilya Kobets <[email protected]>
Comment for testgres workaround

github.com/orioledb/orioledb - 0073e8dbcf76db1e37faef831d371fa3feeabb3d authored over 1 year ago by Alexander Korotkov <[email protected]>
issue 247 fix

github.com/orioledb/orioledb - 949f95841abcae9451776ba73b343da6c00ca009 authored over 1 year ago by Ilya Kobets <[email protected]>
issue 64 fix: more verbose error message

github.com/orioledb/orioledb - 5c36e760799389330cdb2d2b26a5c9b41019c138 authored over 1 year ago by Ilya Kobets <[email protected]>
issue 251 fix

github.com/orioledb/orioledb - 80a566b4b894a0fd54391dd53310fc6c25718c49 authored over 1 year ago by Ilya Kobets <[email protected]>
Fix flaky indices_build test

github.com/orioledb/orioledb - d50f3a1f2af194f8b98a0940ffc48f657ea02b05 authored over 1 year ago by Alexander Korotkov <[email protected]>
New valgrind suppression rule

github.com/orioledb/orioledb - 856f514b0c0488ebc03b16b5ec69ad26a045cc25 authored over 1 year ago by Alexander Korotkov <[email protected]>
Fix "no results to fetch" messages

github.com/orioledb/orioledb - a79c4b9256e4040bfbd7b26cd3c8578c2c8c9555 authored over 1 year ago by Alexander Korotkov <[email protected]>
Switch to Ubuntu 22.04

github.com/orioledb/orioledb - 6e7c97584b1f47760938b4b2b9f27b38102dd0e6 authored over 1 year ago by Alexander Korotkov <[email protected]>
Use recent patchsets

github.com/orioledb/orioledb - 16518cdc6fb3334b8c3b3f8e478f951f6b898755 authored over 1 year ago by Alexander Korotkov <[email protected]>
issue 248 fix

github.com/orioledb/orioledb - 9402e424656aeabfddcadc6883eaf33e1c422a06 authored over 1 year ago by Ilya Kobets <[email protected]>
issue 246 fix

github.com/orioledb/orioledb - 1e2e64386a9a2ae73255ddccb618c1a92a80fab7 authored over 1 year ago by Ilya Kobets <[email protected]>
Only C, POSIX and ICU collations now allowed

- ALTER COLLATION ... REFRESH VERSION forbidden when there are OrioleDB indexes
using collatio...

github.com/orioledb/orioledb - fcd00b5f41876fdf7ea8247c881d89b403072911 authored over 1 year ago by Ilya Kobets <[email protected]>
issue 172 fix

github.com/orioledb/orioledb - d1fb23d99e797d212e00e3ca4fe98a868264e826 authored over 1 year ago by Ilya Kobets <[email protected]>
Use more reliable way to detect ICU

github.com/orioledb/orioledb - 73d5b5d26216369da8d70b0a44c8144ed83dd6ae authored over 1 year ago by Alexander Korotkov <[email protected]>
issue 237 fix

github.com/orioledb/orioledb - d09b06b1462c3cab99bb332d9c5b7f4ed25202ee authored over 1 year ago by Ilya Kobets <[email protected]>
Update usage.md

github.com/orioledb/orioledb - c377b3b8e5a85545a567172a27ce12f309c86564 authored over 1 year ago by Kristjan <[email protected]>
[skip ci] Modify docker workflow

github.com/orioledb/orioledb - a114589a2f4f5f13f21081ff59944ac6e8ac22f7 authored over 1 year ago by Alexander Korotkov <[email protected]>
More synchronization fixes

github.com/orioledb/orioledb - 2ed446085fba5fb46dbacc42e156b05be3307394 authored over 1 year ago by Alexander Korotkov <[email protected]>
Attempt to fix hangs during parallel scan

github.com/orioledb/orioledb - 2813874c888b4884b41b5c79a4ab4bdd4f157167 authored over 1 year ago by Alexander Korotkov <[email protected]>
Disable automatic Antithesis runs

github.com/orioledb/orioledb - 6d7934887ef4f8cf42e67593d1f7ee4cfca54180 authored over 1 year ago by Alexander Korotkov <[email protected]>
Add pg_check_dir() suppression rule

github.com/orioledb/orioledb - 7a8db1715f368670793a7ccad5d42777e6d63cb1 authored over 1 year ago by Alexander Korotkov <[email protected]>
Update required source code tags for build

github.com/orioledb/orioledb - 4af27a48296e16f4ecb5ad6789d316ac4862afdb authored over 1 year ago by Alexander Korotkov <[email protected]>
Fix typo in scan.c

overriden -> overridden

github.com/orioledb/orioledb - 92baaf5cd1125ec6ea30ccdb82c38854eaf15576 authored over 1 year ago by Ikko Eltociear Ashimine <[email protected]>
update alpha -> beta in some text

github.com/orioledb/orioledb - f409f97e6ac147b15808aae0478a3108cdd0730c authored over 1 year ago by ImreSamu <[email protected]>
Stamp beta 1

github.com/orioledb/orioledb - fe97326b3220972d67eee3411595fd2454a31f45 authored over 1 year ago by Alexander Korotkov <[email protected]>
Parallel index build

- Get tuples via orioledb seqscan instead of iterator
- Parallel index build (except for recover...

github.com/orioledb/orioledb - 081feeb88c8b6fd957ff4b07f942da2f7e0ebf25 authored over 1 year ago by Pavel Borisov <[email protected]>
issue 240 fix

github.com/orioledb/orioledb - b4f816288302706234f16d5083bfbddc2d539c6d authored over 1 year ago by Ilya Kobets <[email protected]>
Implement parallel index build in recovery

- Added dedicated recovery idxbuild leader and a pool of dedicated idxbuild
recovery workers.
...

github.com/orioledb/orioledb - 8c4a50175cf39a97ac0555ea3f969fe7e40dba21 authored over 1 year ago by Pavel Borisov <[email protected]>
Change file structre

Use directories for databases.

github.com/orioledb/orioledb - 778a6211f149c8600a5a660fa4a500626a8f1223 authored over 1 year ago by Alexander Korotkov <[email protected]>
Update copyright

github.com/orioledb/orioledb - 317ca40bb8e86977024777eaad13c1894832c30a authored over 1 year ago by Alexander Korotkov <[email protected]>
issue 223 fixed

Cross partition update trigger fixed

github.com/orioledb/orioledb - 4269f5ef13603484b5d39bf2f61395f52c5132d0 authored over 1 year ago by Ilya Kobets <[email protected]>
Index build concurrent checkpoint test

github.com/orioledb/orioledb - 81e98d3bf90a1197d599f0eef654899864c9639d authored over 1 year ago by Ilya Kobets <[email protected]>