An open API service providing commit metadata for open source projects.

GitHub / postgrespro/rum / commits

RUM access method - inverted index with additional information in posting lists

SHA Message Author Date Stats
55efc6f5 Make itemsize calculation same in writetup_rum and readtup_rum Pavel Borisov <p****e@g****m> almost 4 years ago
d9963d98 Fix varlena allocation to avoid garbage contents (part2). Maxim Orlov <m****v@p****u> almost 4 years ago
f83b610b Use vanilla tuplesort_free call. Maxim Orlov <m****v@p****u> almost 4 years ago
af616a0d Fix item addinfo corruption. Maxim Orlov <m****v@p****u> almost 4 years ago
0eddfba1 Fix varlena allocation to avoid garbage contents. Maxim Orlov <m****v@p****u> almost 4 years ago
a904b368 Further refactoring tuplesort Pavel Borisov <p****e@g****m> about 4 years ago
8ff329d6 Rumsort refactoring to simplify Pavel Borisov <p****e@g****m> about 4 years ago
be040ee3 Make rumsort use vanilla tuplesort functions, part 2: Pavel Borisov <p****e@g****m> about 4 years ago
7b71c50c Add test for partial order query Pavel Borisov <p****e@g****m>
Committed by: Maxim Orlov <m****v@p****u>
about 4 years ago
8b2a4023 Make rumsort use vanilla tuplesort functions, part 1: Pavel Borisov <p****e@g****m>
Committed by: Maxim Orlov <m****v@p****u>
about 4 years ago
2dd38404 Compatibility with PG 14 Pavel Borisov <p****e@g****m> about 4 years ago
31680b10 merge Merge pull request #96 from 0xflotus/patch-1 pashkinelfe <6****e@u****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
1a4d4b8e merge Merge branch 'master' of git.postgrespro.ru:pgpro-dev/rum Pavel Borisov <p****e@g****m> over 4 years ago
727d692a Test for correct work of phrase operator in index where position Pavel Borisov <p****e@g****m> over 4 years ago
dccdc8ec [PGPRO-4864] Fix for errors in rum test causing lag Alexey Masterov <a****v@p****u>
Committed by: Victor Wagner <v****s@w****u>
over 4 years ago
39ccbd63 [PGPRO-5136] Revert an unnecessary part of a change Pavel Borisov <p****e@g****m> over 4 years ago
8524bf0e [PGPRO-5136] Fix bug with losing results in phrase search in index without Pavel Borisov <p****e@g****m> over 4 years ago
2c794bcc fix: small errors 0xflotus <0****s@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
9e1b4419 Allocate static pages in memory strictly MAXALIGNed to avoid overflow Pavel Borisov <p****e@g****m> almost 5 years ago
7930600b 32-bit test result variant fix (related to 338c4e177065b8da86619d9a59010fbc75... Pavel Borisov <p****e@g****m> almost 5 years ago
71ce81a0 Further disable bitmapscan in tests to avoid accidental switch of plan Pavel Borisov <p****e@g****m> almost 5 years ago
eebf8852 Tests fix related to 338c4e177065b8da86619d9a59010fbc75a1e94d Pavel Borisov <p****e@g****m> almost 5 years ago
338c4e17 Disable switch to bitmap scan seen in certain tests under large Pavel Borisov <p****e@g****m> almost 5 years ago
183f32b6 Use PG-style type defs to make compatible with pre-C99 (windows) compilers Pavel Borisov <p****e@g****m> about 5 years ago
bef9b008 Test for CVE-2020-14350 Pavel Borisov <p****e@g****m> about 5 years ago
f9fbf621 CVE-2020-14350 create extension time attack fix Pavel Borisov <p****e@g****m> about 5 years ago
6ac24ae4 Make ifdefs same style (cosmetic) Pavel Borisov <p****e@g****m> about 5 years ago
3d331aa8 merge Merge branch 'master' into public_master Teodor Sigaev <t****r@s****u> about 5 years ago
eb2ec5c4 merge Merge branch 'master' of git.postgrespro.ru:pgpro-dev/rum Teodor Sigaev <t****r@s****u> about 5 years ago
dc8a92f7 Fix bug in v13 support. For now it's only observed with clang v11+ with -O0 Teodor Sigaev <t****r@s****u> about 5 years ago
19a63817 Fix bug in v13 support. For now it's only observed with clang v11+ with -O2 Teodor Sigaev <t****r@s****u> about 5 years ago
20587cff merge Merge branch 'master' into public_master Teodor Sigaev <t****r@s****u> about 5 years ago
241b1980 merge Merge branch 'master' of git.postgrespro.ru:pgpro-dev/rum Teodor Sigaev <t****r@s****u> about 5 years ago
063ca03c Revert version bump in 4e2a49f993ea980dc735662c7f30a757cbbb2115 commit: Teodor Sigaev <t****r@s****u> about 5 years ago
39cb5061 merge Merge branch 'master' of github.com:postgrespro/rum into public_master Teodor Sigaev <t****r@s****u> about 5 years ago
d9607bfc One more ifdef for windows compiler Pavel Borisov <p****e@g****m> about 5 years ago
a79b46b4 Allow trace_sort to be declared local to provide compatibility with Pavel Borisov <p****e@g****m> about 5 years ago
aebcf8a6 [PGPRO-4224] Include guc.h instead of declaring guc variable Victor Wagner <v****s@w****u> about 5 years ago
5abca543 make guc variable external Pavel Borisov <p****e@g****m> about 5 years ago
c990d3d0 Restore GUC (re) definition Pavel Borisov <p****e@g****m> about 5 years ago
d731ce95 Avoid sanitizer warnings Pavel Borisov <p****e@g****m> about 5 years ago
0e5f0e0d [PGPRO-4224] Make compile on v13 (LogicalTapeSetCreate changes). Silence wari... Teodor Sigaev <t****r@s****u> about 5 years ago
4e2a49f9 Make compatible with PG13 changes in TS_execute and callback interface Pavel Borisov <p****e@g****m> about 5 years ago
e2e2a9fc Remove unused variable Teodor Sigaev <t****r@s****u> about 5 years ago
b1c8e895 merge Merge branch 'svace-fix' into public_master Teodor Sigaev <t****r@s****u> about 5 years ago
2604d992 merge Merge branch 'svace-fix' Teodor Sigaev <t****r@s****u> about 5 years ago
631a626d cosmetic fix Pavel Borisov <p****e@g****m> about 5 years ago
115e20e4 fix definition Pavel Borisov <p****e@g****m> about 5 years ago
e36d1644 Fix svace warnings + cosmetic Pavel Borisov <p****e@g****m> over 5 years ago
aa110276 remove compiler warning Pavel Borisov <p****e@g****m> over 5 years ago
df57bea1 merge Merge branch 'weight-patch' of git.postgrespro.ru:pgpro-dev/rum into weight-p... Teodor Sigaev <t****r@s****u> over 5 years ago
a687976b Remove assert-enabled-only variable, cosmetic fix for Assert Teodor Sigaev <t****r@s****u> over 5 years ago
4f70b487 cosmetic fix Pavel Borisov <p****e@g****m> over 5 years ago
5103be52 Bugfix and small refactor of rum_ts_join_pos Pavel Borisov <p****e@g****m> over 5 years ago
9d16555f cosmetic code fixes Teodor Sigaev <t****r@s****u> over 5 years ago
ef0c701d Change TS->rum in names of variables and grammar corrections Pavel Borisov <p****e@g****m> over 5 years ago
2122dbd9 RUM weights patch - combined prev. changes Pavel Borisov <p****e@g****m> over 5 years ago
bc917c9f merge Merge branch 'master' of git.postgrespro.ru:pgpro-dev/rum Teodor Sigaev <t****r@s****u> over 5 years ago
23e34202 PGPRO-3429: +reduce generate_series size Ivan N. Taranov <i****v@p****u> over 5 years ago
7de7cbb8 Add support of pgsql v13 Teodor Sigaev <t****r@s****u> over 5 years ago
3f283b9f Add support of pgsql v13 Teodor Sigaev <t****r@s****u>
Committed by: dinama <d****a@u****m>
over 5 years ago
ef0a4bb7 merge Merge branch 'public_master' Teodor Sigaev <t****r@s****u> over 5 years ago
277014f9 Update regression tests for 32-bit system Teodor Sigaev <t****r@s****u> almost 6 years ago
cd71e51c [PGPRO-3442] Correct initialize scan. Teodor Sigaev <t****r@s****u> almost 6 years ago
4f78fbcd PGPRO-2844: Use macros PG_INT32_MAX instead of magic number Akenteva Anna <a****a@p****u>
Committed by: dinama <d****a@u****m>
over 6 years ago
e34375aa PGPRO-2844: Use macros PG_INT32_MAX instead of magic number Akenteva Anna <a****a@p****u> over 6 years ago
7b5bb8a9 Issue #61: Invalidate scan->xs_heaptid by hand. Arthur Zakirov <z****r@y****u>
Committed by: dinama <d****a@u****m>
over 6 years ago
ee68be14 Issue #61: Invalidate scan->xs_heaptid by hand. Arthur Zakirov <z****r@y****u> over 6 years ago
a7a3859b Disable dtrace for rumsort.c Arthur Zakirov <z****r@y****u>
Committed by: dinama <d****a@u****m>
over 6 years ago
32625a76 Disable dtrace for rumsort.c Arthur Zakirov <z****r@y****u> over 6 years ago
289a6c20 Issue #61: Fix 32-bit result for array test Arthur Zakirov <z****r@y****u>
Committed by: dinama <d****a@u****m>
over 6 years ago
830f5593 Issue #61: Fix 32-bit result for array test Arthur Zakirov <z****r@y****u> over 6 years ago
0fdfdd8e merge Merge branch 'fixes_v12_2' Arthur Zakirov <z****r@y****u> over 6 years ago
d98b9f1b Update copyrights Arthur Zakirov <z****r@y****u> over 6 years ago
16afcc79 Issue #61: Fixes for PostgreSQL 12 Arthur Zakirov <z****r@y****u> over 6 years ago
9a3e4758 Remove Codecov badge comment Arthur Zakirov <z****r@y****u> over 6 years ago
f342245e Add Travis CI badge Arthur Zakirov <z****r@y****u> over 6 years ago
6636f394 Check array for NULL, fix gcov call Arthur Zakirov <z****r@y****u> over 6 years ago
14e97be2 Grant privileges on postgresql/server/ within Docker Arthur Zakirov <z****r@y****u> over 6 years ago
e9c53b5d Fixes per clang analyzer complains Arthur Zakirov <z****r@y****u> over 6 years ago
78ec4f36 Recursively chown Arthur Zakirov <z****r@y****u> over 6 years ago
df75d406 Rename travis/run_tests.sh Arthur Zakirov <z****r@y****u> over 6 years ago
d158e419 Fix paths for Travis CI Arthur Zakirov <z****r@y****u> over 6 years ago
bf0ff146 Fix travis/mk_dockerfile.sh paths Arthur Zakirov <z****r@y****u> over 6 years ago
aa33f7e3 Add execute permissions to travis/mk_dockerfile.sh Arthur Zakirov <z****r@y****u> over 6 years ago
0527b266 Integration with Travis CI Arthur Zakirov <z****r@y****u> over 6 years ago
36e0be59 PGPRO-2538: Improve tests, force Index Scan Arthur Zakirov <z****r@y****u> over 6 years ago
793829de PGPRO-2554: Copy an additional information into the current memory Arthur Zakirov <z****r@y****u> over 6 years ago
6230579d Add more comments into rum_validate.sql Arthur Zakirov <z****r@y****u> over 6 years ago
7acf4f18 PGPRO-2540: Fix another uninitialized memory area Arthur Zakirov <z****r@y****u> over 6 years ago
4ae20818 PGPRO-2538: Improve tests, force Index Scan Arthur Zakirov <z****r@y****u> over 6 years ago
6dfb41a8 Add comment into altorder.sql Arthur Zakirov <z****r@y****u> over 6 years ago
a2448b5e PGPRO-2537: Alexander Lakhin: Initialize with zeroes RumSortItem Arthur Zakirov <z****r@y****u> over 6 years ago
98d0097d PGPRO-2534: Page get uninitialized because of PostingItem aligning Arthur Zakirov <z****r@y****u> over 6 years ago
c57a87b1 Run wal-check by check command Arthur Zakirov <z****r@y****u> over 6 years ago
b0eb0430 Handle rbtree renames for PostgreSQL 10.7 Arthur Zakirov <z****r@y****u> almost 7 years ago
ddd144bd PGPRO-2412: Test bitmap index scan and index scan more accurately Arthur Zakirov <z****r@y****u> almost 7 years ago
039b495c Issue #52: Handle rbtree renames for PostgreSQL 11.0 Arthur Zakirov <z****r@y****u> almost 7 years ago
0af39929 Fix tests for 32-bit platforms Arthur Zakirov <z****r@y****u> almost 7 years ago
27379a8b Update README due to commit 5a1b5f59 Arthur Zakirov <z****r@y****u> almost 7 years ago

← Back to repository