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

pgindent

github.com/orioledb/orioledb - 0c1a98d09947c7833c1b44fda8745d5939248fa4 authored 10 months ago by Alexander Korotkov <[email protected]>
Allow others to chain base_init_startup_hook in any kind of backends not only B_STARTUP.

github.com/orioledb/orioledb - a84791ba4d51730be57ec72127afb78e21597f84 authored 10 months ago by Pavel Borisov <[email protected]>
Use base_init_startup_hook for checkpoint files cleanup

Also bump PG support patches revision

github.com/orioledb/orioledb - f77edea9f477c891049b7c482d5baedfbed2adc1 authored 10 months ago by Pavel Borisov <[email protected]>
Strengthen protection against writing invalid oxids to queue

github.com/orioledb/orioledb - 2ebdc03e639b14ac277b653192713ac6383fe0bf authored 10 months ago by Alexander Korotkov <[email protected]>
Fix file descriptor invalidation mechanism

Take into account not just changeCount of buffer but buffer offset as well.

github.com/orioledb/orioledb - bafdf6bb9931c027c9d3ce702e383c3befb032ac authored 10 months ago by Alexander Korotkov <[email protected]>
Fix wrong condition in eviction_callback()

github.com/orioledb/orioledb - c1c58a10507d88ff5caa51b530e2e83e95c96eec authored 10 months ago by Alexander Korotkov <[email protected]>
Fix call FileWrite() with zero amount

That leads to freezing.

github.com/orioledb/orioledb - bb39a519848f8e2da6c1395669065ec103d422ef authored 10 months ago by Alexander Korotkov <[email protected]>
S3 test refactoring

github.com/orioledb/orioledb - aef9a3ebd636458f574c36ba3ed61bc5603fcf90 authored 10 months ago by Ilya Kobets <[email protected]>
Optimize putting undo files into S3

* Copy only range required for recovery, not the full contents of
orioledb_undo directory.
...

github.com/orioledb/orioledb - b225ecece3295f80a35137e627fe6ac4228ab6c1 authored 11 months ago by Alexander Korotkov <[email protected]>
Improve concurrency in verify_dir_exists_or_create()

github.com/orioledb/orioledb - 3783c98b3e5fbd93281b3662073b31dcf46ba2ba authored 11 months ago by Alexander Korotkov <[email protected]>
Show postgresql.log for stuck processes

github.com/orioledb/orioledb - f1a2fc4fdbfc444f5bfc3156a03870aad553c01f authored 11 months ago by Alexander Korotkov <[email protected]>
Fix a couple of typos in o_indices.c

regural -> regular

github.com/orioledb/orioledb - 6424a92c91ed513481681942356cec39e91a241f authored 11 months ago by MMeent <[email protected]>
CI step to list stuck processes stacks

- added vgdb=yes for tests run with valgrind
- print stacks for hung processes for both simple a...

github.com/orioledb/orioledb - 51b8f69dcdf5940f4191179dba570a377027c90b authored 11 months ago by Ilya Kobets <[email protected]>
Attempt to fix CI deadlock

github.com/orioledb/orioledb - a1d732000f74b10113ebf36f56c574e0fc2f7e47 authored 11 months ago by Alexander Korotkov <[email protected]>
Upgrade patchsets versions

github.com/orioledb/orioledb - 85649e6e974b097ede5efa201d1a4ff9a7fb3544 authored 11 months ago by Alexander Korotkov <[email protected]>
Fix deadlock between tree initialization and checkpointer

By reserving pages before lock.

github.com/orioledb/orioledb - cccc91b9c75c71413341b3f3fba73099a50309cb authored 11 months ago by Alexander Korotkov <[email protected]>
pgindent

github.com/orioledb/orioledb - dc3c4aac735fc4a1aae2d4e9d6980798ec44698f authored 11 months ago by Alexander Korotkov <[email protected]>
Remove code for unsupported PG versions <15

github.com/orioledb/orioledb - 9ac9380215ec952036d556c0eb1f2d3fb8b87c5c authored 11 months ago by Pavel Borisov <[email protected]>
Avoid strlen(null) segfault

github.com/orioledb/orioledb - 66f171515fb14ec9d458a0909dcb123ff2999e35 authored 11 months ago by Pavel Borisov <[email protected]>
issue 338 fix

github.com/orioledb/orioledb - e043cbed266567fc0e1608582de10b5a73d54c16 authored 11 months ago by Ilya Kobets <[email protected]>
UNLOGGED TABLE test

github.com/orioledb/orioledb - 7626083d0fcb7d3a7c192157a0de238c94449317 authored 11 months ago by Tanyaevm <[email protected]>
issue 314, 316 fixes

github.com/orioledb/orioledb - bb86d5706e6a0223be52ccd4a8818a5eda34cafe authored 11 months ago by Ilya Kobets <[email protected]>
Error on startup with wrong credentials

github.com/orioledb/orioledb - 9cb57013039dcbc678af5af4ced0ca790465f670 authored 11 months ago by Ilya Kobets <[email protected]>
Turn back unlink emply files in S3 mode

Use header buffer change count for invalidation of old file descriptors.

github.com/orioledb/orioledb - 96d2c957b6d4578e713a62f85e7ef4e477b15aad authored 11 months ago by Alexander Korotkov <[email protected]>
Skip checkpointer walk over unmodified trees

github.com/orioledb/orioledb - 9c34d00d2615d8ee14c88120cb42387d3e1debab authored 11 months ago by Alexander Korotkov <[email protected]>
Skip checkpointing of empty trees

github.com/orioledb/orioledb - b3056d12abb55a473c26dbe5101e12c9a52de514 authored 11 months ago by Alexander Korotkov <[email protected]>
Fixes to skipping writing .map files

github.com/orioledb/orioledb - 61319ea79133680687d9454b26b0dfe594219f04 authored 11 months ago by Alexander Korotkov <[email protected]>
Use the latest moto version

- fixed compatability errors in MotoServerSSL
- Using the right way to create user for s3 server...

github.com/orioledb/orioledb - afd4aa9f21316a147b922ba38fcfb05a0afea345 authored 11 months ago by Ilya Kobets <[email protected]>
Delete too new .map files before checkpoint

Do this more precise basing on SYS_TREES_CHKP_NUM system tree information.

github.com/orioledb/orioledb - 83c6fc0c1bafdc92dce77b22c3091a1a3b9f854a authored 11 months ago by Alexander Korotkov <[email protected]>
Get rid of *.evt files

Use system tree instead.

github.com/orioledb/orioledb - 306489f89334addad6ca800f8043713927c66657 authored 11 months ago by Alexander Korotkov <[email protected]>
Smart fsync of parent directory in recovery_cleanup_old_files()

github.com/orioledb/orioledb - 02bc078a30f71940500be7eb63ff86badb17a3fa authored 11 months ago by Alexander Korotkov <[email protected]>
Loggin S3 tasks scheduling + prevent double write scheduling

github.com/orioledb/orioledb - 2a47cd92f02e1eb8c1b288041a0d84a69e0ee6eb authored 11 months ago by Alexander Korotkov <[email protected]>
Fixing the version of moto[s3] for now, because there is no documentation how to create users and credentials in a new version

github.com/orioledb/orioledb - 5336811329ba001a72ddb2d7036f27b134d2049b authored 11 months ago by Ilya Kobets <[email protected]>
Don't unlink files in S3 mode

Because that could lead to invalid descriptors in other backends. Truncate
files to zero instead.

github.com/orioledb/orioledb - 87ff7e926f1394ff265d148824b265c0eafc6005 authored 11 months ago by Alexander Korotkov <[email protected]>
Further bug fixing in S3 headers

github.com/orioledb/orioledb - 9d479eb522a9bc8fec3adc78a914d6818d8f35a7 authored 11 months ago by Alexander Korotkov <[email protected]>
Take care of evicting status during file unlink

github.com/orioledb/orioledb - e9ba6a5c62f8285216a394439fe6a334e410892f authored 11 months ago by Alexander Korotkov <[email protected]>
Fix concurrency with buffer->shadowTag

github.com/orioledb/orioledb - 018c6f1355391a5fbb841920a1339646fcf6c64e authored 11 months ago by Alexander Korotkov <[email protected]>
Fix type memcpy() => memcmp()

Reported-by: Raminder Singh

github.com/orioledb/orioledb - 418bb8e4f85939554ddca5447d9d708edbd5f07f authored 11 months ago by Alexander Korotkov <[email protected]>
Increase Valgrind pg_ctl timeout

github.com/orioledb/orioledb - 4879328dceeb5dbcc00e49c500c4a14e9aecc6e4 authored 11 months ago by Alexander Korotkov <[email protected]>
Skip checkpointing of unmodified trees

That becomes possible by allowing usage of .map files from previous
checkpoints. New SYS_TREES_...

github.com/orioledb/orioledb - 389d32a285fbfb2fa4be667b4727e6b6f5ef0742 authored 11 months ago by Alexander Korotkov <[email protected]>
Fix bottleneck on checking directory existence

github.com/orioledb/orioledb - 234115c782dd86b910a87cfd782bbec18d2f9361 authored 12 months ago by Alexander Korotkov <[email protected]>
More fixes for writing indexes in S3 mode

github.com/orioledb/orioledb - be17f3abdff23f2e27f0d9bea6e2b175d651df72 authored almost 1 year ago by Alexander Korotkov <[email protected]>
Fix writing pages during index creation in S3 mode

github.com/orioledb/orioledb - 65aea94d3e7322c38b9b111fa119251b3cd49601 authored about 1 year ago by Alexander Korotkov <[email protected]>
Format python sources with yapf

github.com/orioledb/orioledb - 0a18ba39dc3353a7df8d34e1bebd328a27ac50bb authored about 1 year ago by Alexander Korotkov <[email protected]>
Typo fix

github.com/orioledb/orioledb - 5bf650d85f89b0f116a68b6c737e004a96a12daa authored about 1 year ago by Alexander Korotkov <[email protected]>
[skip ci] Further revise description of S3 mode

github.com/orioledb/orioledb - faebc36b721d7b06c39d4d74fe2aa4cc5c7463c6 authored about 1 year ago by Alexander Korotkov <[email protected]>
Warning when s3 worker cannot find file

github.com/orioledb/orioledb - ac8218d9843423b58f1bbec86e274cf4c54e9ef0 authored about 1 year ago by Ilya Kobets <[email protected]>
Prevent writing seq buf when they aren't initialized

github.com/orioledb/orioledb - 35dd6101cf77972cef1392f04f9bfad3d678677b authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix read/write concurrency for the same buffer

github.com/orioledb/orioledb - c19ad4d4cc3d6e7d46dcedbe6ee319a0ae3da6fb authored about 1 year ago by Alexander Korotkov <[email protected]>
orioledb_s3_loader 'endpoint' arg now can be same as orioledb.s3_host

github.com/orioledb/orioledb - 3b6c7ce9303fba266bfad8b30fd1ee5d661b69da authored about 1 year ago by Ilya Kobets <[email protected]>
Document orioledb.s3_desired_size GUC parameter

github.com/orioledb/orioledb - 0315775c519b27efa717893704461512b776f626 authored about 1 year ago by Alexander Korotkov <[email protected]>
Small grammar corrections for the docs

github.com/orioledb/orioledb - 3b36e76eff1b5bddef084b5915277d4c828ba595 authored about 1 year ago by Alexander Korotkov <[email protected]>
Add documentation for S3 mode

github.com/orioledb/orioledb - 58658a692f2202bab4d208475c396598fb437610 authored about 1 year ago by Pavel Borisov <[email protected]>
Update docs for s3_loader

github.com/orioledb/orioledb - fdcfe183e81ae4e12bd0cdea2250b6047038eaf0 authored about 1 year ago by Pavel Borisov <[email protected]>
Do not remove files with locked parts

github.com/orioledb/orioledb - 5adcda673d82231579e4e6ce1fb9cb813005af89 authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix typo in s3_queue_erase_task()

github.com/orioledb/orioledb - 9dc205587f62d3af9e41447005acd6355d132683 authored about 1 year ago by Alexander Korotkov <[email protected]>
Switch from 5000 to 5002 port for S3 test

5000 port might be busy on macos.

github.com/orioledb/orioledb - f88f553177bf3445053b262aa70098656fca7cbf authored about 1 year ago by Alexander Korotkov <[email protected]>
Fixes for 10000-partitions test

github.com/orioledb/orioledb - 4c65d2c95bb821e91ef1390da68a1658b2168dd1 authored about 1 year ago by Alexander Korotkov <[email protected]>
pgindent

github.com/orioledb/orioledb - a7e7e947292ad97077ff0a0b2e38c2ffdc8db9c9 authored about 1 year ago by Alexander Korotkov <[email protected]>
Do not perform achiving when S3 mode is disabled

github.com/orioledb/orioledb - f870085f4fe58e95c9d9b316bf443cee506d73de authored about 1 year ago by Alexander Korotkov <[email protected]>
Refer pg_hba.conf location in docker postgresql.conf

github.com/orioledb/orioledb - ad61939cfeb1d828bd18d4bf2281a2171f854e18 authored about 1 year ago by Alexander Korotkov <[email protected]>
Command-line utility for loading data from S3

Mainly extracted from s3_test.py

github.com/orioledb/orioledb - 930ab00ed32d2be37c9233cf49b466caebc2badf authored about 1 year ago by Ilya Kobets <[email protected]>
Save S3 mode in control file and check it with the configuration

github.com/orioledb/orioledb - 1929148e59b46e2476d0a12134521b43977cb480 authored about 1 year ago by Alexander Korotkov <[email protected]>
[skip ci] Another attempt to use /etc/postgresql/postgres.conf

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

github.com/orioledb/orioledb - adc4d7fbf6c7b5bc14eec67f49c88e5e0a6f5634 authored about 1 year ago by Alexander Korotkov <[email protected]>
Edit config file after initdb

github.com/orioledb/orioledb - a43706bf97e4436e1224975868861a733946e490 authored about 1 year ago by Alexander Korotkov <[email protected]>
Further fixes for Dockerfile

github.com/orioledb/orioledb - 42f608ae2be04b822f12f2229f9e1f6c9fd7d67c authored about 1 year ago by Alexander Korotkov <[email protected]>
Change the way of putting config to docker container

github.com/orioledb/orioledb - 82301e54a6c91ef9be7e88400a311427c3954fc1 authored about 1 year ago by Alexander Korotkov <[email protected]>
Attempt to fix valgrind failure

github.com/orioledb/orioledb - b65db4bb5f5a5f3bf7b75a6a5e4214ba0b911d87 authored about 1 year ago by Alexander Korotkov <[email protected]>
issue 257 test

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

Preserve tuple format flags when lock only update on top of noKeyUpdate removed

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

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

github.com/orioledb/orioledb - dd314cfe27b7eec02f022b29d6a3a2440b7b1523 authored about 1 year ago by Ilya Kobets <[email protected]>
Drop support of PG 13 and PG 14

As they are not supported in S3 mode.

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

added error message for temp orioledb tables with compression option
it is possible with current...

github.com/orioledb/orioledb - 4086e30017321e21671b2791710ffa5d836caadd authored about 1 year ago by Ilya Kobets <[email protected]>
Add an offset for the data

github.com/orioledb/orioledb - 65def5723ff81a8b3896977a6554c48416ae7c75 authored about 1 year ago by Alexander Korotkov <[email protected]>
Close file descriptors in btree_close_smgr()

github.com/orioledb/orioledb - 3c0cf445423f9fecddfedfb2fe3f7b523eeb07d8 authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix small files decoding

github.com/orioledb/orioledb - 77eabd96ccb6d86b8d35b9d085a80d93e61b484c authored about 1 year ago by Alexander Korotkov <[email protected]>
More fixes

github.com/orioledb/orioledb - d4bcfc4129f7f40cfea8f6677dda8cf03ac70481 authored about 1 year ago by Alexander Korotkov <[email protected]>
Small fixes

github.com/orioledb/orioledb - 3bd59cb623790c94c661328746cb313d46c977a8 authored about 1 year ago by Alexander Korotkov <[email protected]>
Fix working with "dirty" flag for file parts

github.com/orioledb/orioledb - 058bd39ffc4b33252630d5799f9356f7f5b7cba1 authored about 1 year ago by Alexander Korotkov <[email protected]>
More bug fix

github.com/orioledb/orioledb - 036aa491ac2f45ffe163e7d03f18a2a1a3901d83 authored about 1 year ago by Alexander Korotkov <[email protected]>
Disable IPv6

github.com/orioledb/orioledb - 7f7efc419538f1f12dd703f74e01dab82c3aa8f8 authored about 1 year ago by Alexander Korotkov <[email protected]>
[skip ci] WIP OrioledbS3ObjectLoader

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

github.com/orioledb/orioledb - d35955995c737fe26afb761f9030d04553e2eae8 authored about 1 year ago by Ilya Kobets <[email protected]>
Fix some bugs in S3 code

github.com/orioledb/orioledb - b6f0239f06cf6ce84231bcac60acc950efdd2544 authored about 1 year ago by Alexander Korotkov <[email protected]>
Harden t.s3_test.S3Test.test_s3_data_eviction test

github.com/orioledb/orioledb - d505c0ea5afd549caa809ee1fc166f479627bcb7 authored about 1 year ago by Alexander Korotkov <[email protected]>
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]>
Load of postgres files now working

github.com/orioledb/orioledb - c39a5bf6c14a8d47041999d87516f7aad85c0da3 authored about 1 year ago by Ilya Kobets <[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]>
Fixed pg15 build

github.com/orioledb/orioledb - 3d9863ded89ba3f5c6b21215cfc248c386841596 authored about 1 year ago by Ilya Kobets <[email protected]>
Decode small files

github.com/orioledb/orioledb - ea84d6f8155612029971a0c047e8a4d3dae07caa authored about 1 year ago by Alexander Korotkov <[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]>
don't ignore pg_pwrite result

github.com/orioledb/orioledb - 8a201b6e6ff306c3c694be52bf9b524f5cc32b33 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]>
Eviction basically works

github.com/orioledb/orioledb - 896f264976ed7d8054ddef4cdbe4fb8e91e07885 authored about 1 year ago by Alexander Korotkov <[email protected]>