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

Stamp alpha 7

github.com/orioledb/orioledb - 00ada1496d76a88353432cc566db9f52abe042bf authored over 2 years ago by Alexander Korotkov <[email protected]>
Take into account concurrent change of globalXmin in map_oxid_csn()

github.com/orioledb/orioledb - 36bc9477c257db3374160029de2ecb992cdf49a4 authored over 2 years ago by Alexander Korotkov <[email protected]>
pgindent

github.com/orioledb/orioledb - 1499a9b3e0349d621cf8bc2da2bd0aeaf9285f85 authored over 2 years ago by Alexander Korotkov <[email protected]>
Unexisted column and alter table subtype errors added

github.com/orioledb/orioledb - d248e61f0be3f8f2f75a30c9456831b3621327df authored over 2 years ago by Ilya Kobets <[email protected]>
Merge test errors fixed

github.com/orioledb/orioledb - e658348e92fde19db5321d73096448793ced183b authored over 2 years ago by Ilya Kobets <[email protected]>
EXPLAIN VERBOSE test added

github.com/orioledb/orioledb - 3f097c3ce13382c07c738c516504a6115f83f11a authored over 2 years ago by Ilya Kobets <[email protected]>
Added flush_local_wal_if_needed to add_joint_commit_wal_record

github.com/orioledb/orioledb - 2363f8b7df3a5b33cdc035929ed7d2f9d93af3b7 authored over 2 years ago by Ilya Kobets <[email protected]>
Add parallel table deletion test

github.com/orioledb/orioledb - 7a9e20a99b26bfd5de1d918577ec4030f9f9bdc2 authored over 2 years ago by Tanyaevm <[email protected]>
Update of renamed column fixed

github.com/orioledb/orioledb - f2bf302c908bf3aad38e5f9983d79ff7eb7e27b3 authored over 2 years ago by Ilya Kobets <[email protected]>
Fixed parallel table drop

github.com/orioledb/orioledb - 27098f0c3fb2b4f8375ae709bc149e6625eee388 authored over 2 years ago by Ilya Kobets <[email protected]>
fixed ON CONFLICT for unique index without pkey [skip ci]

github.com/orioledb/orioledb - 46f404ad397891016c34ab9437039302f21dcace authored over 2 years ago by Ilya Kobets <[email protected]>
add merge test with isolation

github.com/orioledb/orioledb - 326604046725370f2903fce396ecaaa08222fdb3 authored over 2 years ago by Tanyaevm <[email protected]>
add merge tests

github.com/orioledb/orioledb - a6b22f2c4fff83d4cdcc821d4140ae29c205ab65 authored over 2 years ago by Tanyaevm <[email protected]>
Unique index build fix

github.com/orioledb/orioledb - 3f57333707a5ae79b2c5e9682f8fcce64dad345d authored over 2 years ago by Ilya Kobets <[email protected]>
Fix hanging lock in find_page()

github.com/orioledb/orioledb - 2a0461ef1c290c263713525de9d576b70fbb8bab authored over 2 years ago by Alexander Korotkov <[email protected]>
Fix unique checking false-positives

github.com/orioledb/orioledb - 44122510da885df5b2643e6b8ded7f528c6b5de7 authored over 2 years ago by Alexander Korotkov <[email protected]>
Unset find context IMAGE flag while (re)find parent item

This flag might be incompatible with looking for parent.

github.com/orioledb/orioledb - 29e168f2f3524bfaa7503f9c2bc42aa17d4f12f2 authored over 2 years ago by Alexander Korotkov <[email protected]>
Fix wrong page location after page_item_rollback()

github.com/orioledb/orioledb - 9bffb465ccf7f9773f79a2a1b4a552efe23e9b26 authored over 2 years ago by Alexander Korotkov <[email protected]>
Adjust condition for merging pages on checkpoint

github.com/orioledb/orioledb - 9aed798dbccb315b69e097a34659c1053fdd26b2 authored over 2 years ago by Alexander Korotkov <[email protected]>
Missing protection from merge concurrent to checkpoint

github.com/orioledb/orioledb - ca9c42f23830095c22aed28c0fdb1662663ff0e7 authored over 2 years ago by Alexander Korotkov <[email protected]>
Test for load_page()

github.com/orioledb/orioledb - be580740e9b1954e296c995c6ad439ff07d51573 authored over 2 years ago by Alexander Korotkov <[email protected]>
Some fixes to load_page() and find_page()

github.com/orioledb/orioledb - 7640ceea2c3797820332204a0e37bd968aaa8e3e authored over 2 years ago by Alexander Korotkov <[email protected]>
pgindent

github.com/orioledb/orioledb - 8ed4a4704722d030ee11a8c7d50a0f6040d22edc authored over 2 years ago by Alexander Korotkov <[email protected]>
Fix stale read during slow-path unique check

github.com/orioledb/orioledb - b0d9e8a56ebb6b42a2b2ea80efb41b0ee25dc4f0 authored over 2 years ago by Alexander Korotkov <[email protected]>
Separate meta LWLock for each tree to evade deadlocks

github.com/orioledb/orioledb - 15683edabd431c45ff53e86bde760f462c88685a authored over 2 years ago by Alexander Korotkov <[email protected]>
Fixes for unique check

* Don't wait for unique lwlock while holding a page lock.
* Require unique lwlock for fast path.

github.com/orioledb/orioledb - ddd978e540c8d12970e8911d4f1567be0526b8c4 authored over 2 years ago by Alexander Korotkov <[email protected]>
Release unique lwlock in all code paths

github.com/orioledb/orioledb - a52a4415518696706d9e20e4fccda5a67d766fa8 authored over 2 years ago by Alexander Korotkov <[email protected]>
Added overflow check to add_invalidate_wal_record and test

github.com/orioledb/orioledb - e80b6bf9a32f6bd8a6163b7ce0f8854eaad27f82 authored over 2 years ago by Ilya Kobets <[email protected]>
Try to merge free_extents pages

github.com/orioledb/orioledb - 26eedf908614aa7f969e67eca5aa0652c130e98b authored over 2 years ago by Alexander Korotkov <[email protected]>
Forbid page merge when right page IO is in-progress

github.com/orioledb/orioledb - 87eafee427bf2576cf4454db19888be9cbc849a9 authored over 2 years ago by Alexander Korotkov <[email protected]>
Fixed wrong checkpoint number on temporary tree pages

github.com/orioledb/orioledb - 23708b5c101835e4b16e5908cdd7cf04d8cb0bfa authored over 2 years ago by Ilya Kobets <[email protected]>
Fix some checkpointer concurrency issues

github.com/orioledb/orioledb - dbd04d9a5732551c15f9432155b97b1817679693 authored over 2 years ago by Alexander Korotkov <[email protected]>
Add missing o_btree_load_shmem()

github.com/orioledb/orioledb - 0700887e8b442741b63c62509743bb02b452f780 authored over 2 years ago by Alexander Korotkov <[email protected]>
Use o_handle_startup_proc_interrupts_hook() only when appliciable

This hook uses data structures initilized by recovery_init(). So, set it up
in recovery_init() ...

github.com/orioledb/orioledb - 03f132d004e08def1b43b259ed419aeed42a99b5 authored over 2 years ago by Alexander Korotkov <[email protected]>
Don't use TID_BTREE_OPS_OID macro

In order to evale reinitdb in existing data directories.

github.com/orioledb/orioledb - 8333f22e1a4e71b24d705d9c027993bbd000e05e authored over 2 years ago by Alexander Korotkov <[email protected]>
Fix get_free_disk_extent_copy_blkno() for temporary trees

github.com/orioledb/orioledb - 1bc99a14a083cc176994c7ff7a263b9f4d0ab8b1 authored over 2 years ago by Alexander Korotkov <[email protected]>
Add missing initialization of tmpBuf in temporary trees

github.com/orioledb/orioledb - 6a92c4d8967f66050c576de8f8168adb2b485201 authored over 2 years ago by Alexander Korotkov <[email protected]>
Fix slowpath unique checking

github.com/orioledb/orioledb - 89ce50f31691996de43fd34fbf068c3b5e90fc7f authored over 2 years ago by Alexander Korotkov <[email protected]>
Fix writeback of file extents

github.com/orioledb/orioledb - cd575e69f432471b18cb3ce18f953554d4895e8a authored over 2 years ago by Alexander Korotkov <[email protected]>
Removed O_BTREE_FLAG_UNDER_MERGE

github.com/orioledb/orioledb - 31c41448a03648073e8e04c43c59b83d16c6033a authored over 2 years ago by Ilya Kobets <[email protected]>
Stamp alpha 6

github.com/orioledb/orioledb - 563030ea94244a0d8342b335020a76757a47cc21 authored over 2 years ago by Alexander Korotkov <[email protected]>
Test for CREATE FOREIGN TABLE

github.com/orioledb/orioledb - 7885e1368a535536c7c037d39811eb18a8422655 authored over 2 years ago by Alexander Korotkov <[email protected]>
Support for CREATE TABLE ... LIKE

github.com/orioledb/orioledb - 8dc88e7f257b823d1387f054e54d8fa2d087d759 authored over 2 years ago by Alexander Korotkov <[email protected]>
Support for pg15

github.com/orioledb/orioledb - b0a686ac67d77ad94a9e47ff98578de701da018a authored over 2 years ago by Alexander Korotkov <[email protected]>
Remove extra -DCOMMIT_HASH from compiler flags

github.com/orioledb/orioledb - 2716d40c1c0be749cf69672784d5be5c384e1e9f authored over 2 years ago by Alexander Korotkov <[email protected]>
Fix checkpointing temporary trees

github.com/orioledb/orioledb - e92dfddc173899b496d198d4f2f3686c48443d6a authored over 2 years ago by Alexander Korotkov <[email protected]>
Enable choosing version for building rpm

github.com/orioledb/orioledb - 1cba4266b45e97b1b9ae92df1da77d0eafc18fc1 authored over 2 years ago by Alexander Korotkov <[email protected]>
Added option to remove minimal pool size limits; reduce execution time of test_checkpoint_compressed_indices

github.com/orioledb/orioledb - 3b2a84f8ecae2af5f74853826a082ed758513c96 authored over 2 years ago by Ilya Kobets <[email protected]>
Fix managing free space in BTreeStorageTemporary trees

* Added tmp files for BTreeStorageTemporary;
* Fixed merge with UndoReserveNone.

github.com/orioledb/orioledb - 5d0c183f48eb66ead3b3bac45f593a892a0d487c authored over 2 years ago by Ilya Kobets <[email protected]>
Fix calculation of vacated bytes during free extents in-place operations

github.com/orioledb/orioledb - 4b6e55a52f821e7952010fb2e44cd9aef423a165 authored over 2 years ago by Alexander Korotkov <[email protected]>
Add orioledb_commit_hash() function

github.com/orioledb/orioledb - e7b82b07a65cd47522c440bc16fa069f5b577c38 authored over 2 years ago by Alexander Korotkov <[email protected]>
Use actions/checkout instead of downloading sources with curl

github.com/orioledb/orioledb - b2a732a73363161688ede5c075510e318742d557 authored over 2 years ago by Alexander Korotkov <[email protected]>
Add centos7 rpm build workflow

github.com/orioledb/orioledb - 1e2acad3d5caf93438f994224d8920d30de5290d authored over 2 years ago by Alexander Korotkov <[email protected]>
Mention docker container in README.md

github.com/orioledb/orioledb - 71ed18a0aee2f2f2ff3a9ff10c6a45d6586f1f22 authored over 2 years ago by Alexander Korotkov <[email protected]>
Stamp alpha 5

github.com/orioledb/orioledb - 31f8d9aabaa02f8f3cc38af2b58722c146596b85 authored almost 3 years ago by Alexander Korotkov <[email protected]>
New tables tests added

github.com/orioledb/orioledb - daa7a8888de9b5a5105915801dd74448c646d8be authored almost 3 years ago by Tanyaevm <[email protected]>
Multiple EXPLAIN ANALYZE in the same transaction fix

github.com/orioledb/orioledb - b8bbf69439c4e1e352d148c7207448f245ff25be authored almost 3 years ago by Ilya Kobets <[email protected]>
Fix calculation of sample rows in orioledb_acquire_sample_rows()

github.com/orioledb/orioledb - 550e1967a9bcdcde0e899d227d7b9ae03881c82f authored almost 3 years ago by Alexander Korotkov <[email protected]>
Build indexes using temporary descriptor

github.com/orioledb/orioledb - 6a1cc352013f624790ba46c560a17ecd3522f455 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix integer overflow in orioledb_relation_size()

github.com/orioledb/orioledb - a962a4b2ff499ae5bd439e9369194cd4e61b2c6a authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix initialization of sampling scan

github.com/orioledb/orioledb - 43d2ba6c8b68045d5cd11777870d22b28674ff26 authored almost 3 years ago by Alexander Korotkov <[email protected]>
New types tests added

github.com/orioledb/orioledb - ae9028f42a48814845029e1978cda9320ad52db9 authored almost 3 years ago by Tanyaevm <[email protected]>
Fix counting tuples in EXPLAIN ANALYZE

github.com/orioledb/orioledb - 410caae549383efe6b7b8cf64e73666322a9e86c authored almost 3 years ago by Alexander Korotkov <[email protected]>
Count leafPagesNum during index build

github.com/orioledb/orioledb - f26f8abee482b2239275b62731ea3b092e69448d authored almost 3 years ago by Alexander Korotkov <[email protected]>
Stamp alpha4

github.com/orioledb/orioledb - 6b5276070874ca22f47d51d4a179ae0a2ff9cab7 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Merge sparse pages during checkpoint

github.com/orioledb/orioledb - 002c574c8f2eaf1782e64e717e5c1e378f587eb9 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix runXmin overrun

github.com/orioledb/orioledb - 48bf8551da5dbf36511eb1220e95194901553b3d authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix page corruption + page structure check

github.com/orioledb/orioledb - c6d2aaff6b1c2e8401fc8c2bb8f15114bcd900f6 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Use repalloc_huge() for an array of downlinks during tree scan

github.com/orioledb/orioledb - 169525b5ead33927dd0f7ca1f7d8272508b3b784 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Missing advance_oxids() in read_xids()

github.com/orioledb/orioledb - 195a04a71959e3d4d5ca33a990597b32ea4cf65a authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix race condition between advance_global_xmin() and set_oxid_csn()

github.com/orioledb/orioledb - 27d3e23a554a1e318010373c283a33c949aebfb9 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix btree iterate isolation test

github.com/orioledb/orioledb - 740a487c9415ded3d9c4c7eeec7282be5b478da2 authored almost 3 years ago by Alexander Korotkov <[email protected]>
New row-level locks tests added

github.com/orioledb/orioledb - 92ce468fc525b53a57148da9a16c41769900da9d authored almost 3 years ago by Tanyaevm <[email protected]>
GUC for default compression levels

+ show compression levels in table description

github.com/orioledb/orioledb - d6e66627b484c37704374ff2d5a34402dbd102ea authored almost 3 years ago by Alexander Korotkov <[email protected]>
Skip undo logs for relations created in the same transaction

github.com/orioledb/orioledb - d867035a94711a12c42cfbd64df1df63961e43f7 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Create FUNDING.yml

github.com/orioledb/orioledb - 41f0540d7dcf353b9dcee330909492c23deb84b4 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Remove old tmp files during normal restart

github.com/orioledb/orioledb - 40aa92cf4b3baa9deb7aec01c18d19ab75770686 authored almost 3 years ago by Ilya Kobets <[email protected]>
Fix interlock between write_xidsmap() and advance_global_xmin()

github.com/orioledb/orioledb - 9d1ec4fba4dcde29bba5d70afd723aa6b7579aa7 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix checkpoint writeback concurrency

Release lock on the table before taking a sleep.

github.com/orioledb/orioledb - edf8dbdd0b7bc9b0bb1f242b0296c7fcd46eddb5 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Stamp alpha3

github.com/orioledb/orioledb - a2f7dd07ac28e097403c25734ec145e1e06a6e31 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix UCM initialization

github.com/orioledb/orioledb - 4573877ad3e0709b3c8fc21932ce42dacb546203 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix xmin tracking

github.com/orioledb/orioledb - baf4f8f185826425c5c256a43cc379b308060c64 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Prevent copying the whole pages for point queries

github.com/orioledb/orioledb - 0004e89d80decf555251ca53bf2cf4114341db1d authored almost 3 years ago by Alexander Korotkov <[email protected]>
advance_global_xmin() on write xid map

github.com/orioledb/orioledb - 774e4b75a4ff38785a0aa5f7d11805abd9ece182 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Don't zero memory in o_btree_iterator_create()

github.com/orioledb/orioledb - 33aa35c1c22fecd02820e1ab7b3ed3c24b57af26 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix pg8000 support

github.com/orioledb/orioledb - 4285e7b11902e69df0fd69eef83d2569ca4b3c1d authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix valgrind complaint

github.com/orioledb/orioledb - 0b063f656c2eff9ae617e1cc57cde7397bc3ab91 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Support for custom ANALYZE

github.com/orioledb/orioledb - a9aef6ac357ccbddc89f51ad27069c7f18dea93d authored almost 3 years ago by Alexander Korotkov <[email protected]>
Support for ALTER TABLE ... OWNER TO ...

github.com/orioledb/orioledb - d72e3f24ec8e4c4786eac2e903e841cd97f94aeb authored almost 3 years ago by Alexander Korotkov <[email protected]>
Merge pull request #12 from pgguru/patch-1

Fix incorrect page identifier

github.com/orioledb/orioledb - b89cd9027dfbebd5f7d8f5899d047d82f88fea27 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Fix incorrect page indexes

github.com/orioledb/orioledb - 45e9a02c3002c3da461ec4eadf263efde5f84a7f authored almost 3 years ago by David Christensen <[email protected]>
[skip ci] Dockerhub badge

github.com/orioledb/orioledb - 2e3d70aa3025b522b5ecad0b5df3a80de2a65b2b authored almost 3 years ago by Alexander Korotkov <[email protected]>
[skip ci] Dockerhub support

github.com/orioledb/orioledb - 61fbcdbaa14fcc48e1e58ec1b4a3900ee24e7bc8 authored almost 3 years ago by Alexander Korotkov <[email protected]>
[skip ci] Place license into separate file

github.com/orioledb/orioledb - 1249034e6a6260dd33b139e167a2046800acfe18 authored almost 3 years ago by Alexander Korotkov <[email protected]>
[skip ci] Fix codecov badge

github.com/orioledb/orioledb - 19516a549a23abed91f0fcac954f0c1c7f3647b6 authored almost 3 years ago by Alexander Korotkov <[email protected]>
Initial public alpha release of OrioleDB extension

OrioleDB extension implements a novel table access method for PostgreSQL. Key
technical decisio...

github.com/orioledb/orioledb - af569861f2a63c47c0298b334520a7d60d71d95e authored almost 3 years ago by Alexander Korotkov <[email protected]>