My name is Eric Ridge. I'm the primary developer of @zombodb and part of the https://github.com/pgcentralfoundation/pgrx team
Highlights
- Pro
Pinned Loading
-
zombodb/zombodb
zombodb/zombodb PublicMaking Postgres and Elasticsearch work together like it's 2023
1,379 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
paradedb/paradedb,
pgcentralfoundation/pgrx,
zombodb/zombodb
and 11 other
repositories
Loading
Contribution activity
March 2025
Created 52 commits in 5 repositories
Created a pull request in pgcentralfoundation/pgrx that received 6 comments
Instruct rustfmt
to use --edition 2021
The problem here is that pgrx-bindgen
's rust_fmt()
step was (silently) failing because rustfmt
without --edition 2021
doesn't understand rust c"C C…
+21
−2
lines changed
•
6
comments
Opened 44 other pull requests in 5 repositories
paradedb/paradedb
1
open
34
merged
-
feat: merge
MergeCandidates
seriallyThis contribution was made on Mar 31 -
fix:
LinkedItemList::garbage_collect()
should be sync'dThis contribution was made on Mar 30 -
fix: the logic from 3b25bf201a49a2db1bbcc9d9fb4116dc2992711b
This contribution was made on Mar 30
-
fix:
MergeEntry
should indicate it doesn't have a "pintest_blockno"This contribution was made on Mar 30 -
feat: enhance the paradedb.index_layer_info view
This contribution was made on Mar 27
-
feat: add new
paradedb.force_merge()
functionThis contribution was made on Mar 26 -
fix: remove merge lock "last merge xid" tracking
This contribution was made on Mar 25
-
fix: no need to assign a
TransactionId
if we don't have oneThis contribution was made on Mar 25 -
chore: remove
src/github.rs
and theparadedb.help()
functionThis contribution was made on Mar 25 -
chore: no need to use our lindera PR directly
This contribution was made on Mar 25
-
feat: a view to inspect index layers
This contribution was made on Mar 25
-
feat: Snapshots are no longer necessary during insert
This contribution was made on Mar 25
-
fix:
ChannelRequestHandler::wait_for()
should process all messagesThis contribution was made on Mar 24 -
fix:
ChannelRequest::SegmentFlush
needs to handle an unknown pathThis contribution was made on Mar 24 -
feat: enable logging via Rust's
log
crateThis contribution was made on Mar 24 -
feat: Concurrent Merges and a new
LayeredMergePolicy
(replacingNPlusOneMergePolicy
)This contribution was made on Mar 18 -
chore: our pgrx version needs to be locked
This contribution was made on Mar 17
-
chore: remove telemetry
This contribution was made on Mar 17
-
chore: move schemabot's environment to pg14
This contribution was made on Mar 17
-
chore: remove pg13 support
This contribution was made on Mar 17
-
fix: issue #2308 and issue #2301
This contribution was made on Mar 17
-
fix: "Top N" queries now work without parallel custom scans
This contribution was made on Mar 15
-
fix: don't use FastFields optimization when not returning anything
This contribution was made on Mar 15
-
perf: adjust merge policy to only merge once per merge operation
This contribution was made on Mar 14
-
fix: move test to standalone module
This contribution was made on Mar 13
- Some pull requests not shown.
pgcentralfoundation/pgrx
4
merged
-
add partitioning headers
This contribution was made on Mar 28
-
include
storage/buf_internals.h
This contribution was made on Mar 19 -
Update version to 0.13.1
This contribution was made on Mar 1
-
pg_sys::Oid::from_datum()
should cast tou32
This contribution was made on Mar 1
paradedb/tantivy
2
merged
-
feat:
IndexWriter::wait_merging_threads()
returnErr
on merge failureThis contribution was made on Mar 24 -
feat: remove
Directory::reconsider_merge_policy()
and add other niceties to Directory APIThis contribution was made on Mar 7
zombodb/zombodb
2
merged
-
force Dockerfiles to use pgrx v0.13.0
This contribution was made on Mar 1
-
upgrade to pgrx v0.13.0
This contribution was made on Mar 1
lindera/lindera
1
merged
-
remove
lindera_dictionary
"build.rs"-only code/deps from full crateThis contribution was made on Mar 10
Reviewed 33 pull requests in 3 repositories
paradedb/paradedb
22 pull requests
-
fix: Fix metadata functions, and increase test coverage for partitioned tables
This contribution was made on Mar 31
-
fix: Force custom scan if scores are requested
This contribution was made on Mar 31
-
feat: merge
MergeCandidates
seriallyThis contribution was made on Mar 31 -
refactor: Unifies layer size parsing logic
This contribution was made on Mar 26
-
chore: upgrade to
0.15.11
This contribution was made on Mar 25 -
chore: Upgrade lindera to 0.40.0
This contribution was made on Mar 25
-
chore: add debug logs to inspect merge
This contribution was made on Mar 22
-
docs: Update fast_fields documentation to reflect UUID fast field default
This contribution was made on Mar 21
-
chore: bring back
is_merging
This contribution was made on Mar 20 -
docs: new merge policy UDFs and settings
This contribution was made on Mar 20
-
chore: Prep 0.15.9
This contribution was made on Mar 20
-
fix: fixed snippets not respecting max_num_chars and added tests for the same
This contribution was made on Mar 20
-
fix: missing rows when using
StringFastFieldExec
methodThis contribution was made on Mar 20 -
chore: remove telemetry
This contribution was made on Mar 17
-
chore: new stressgres for bulk updates
This contribution was made on Mar 17
-
chore: default scale factor to 5
This contribution was made on Mar 15
-
feat: move page recycling to the foreground
This contribution was made on Mar 12
-
feat: Pushdown
IS NOT NULL
to TantivyThis contribution was made on Mar 12 -
feat: truncate index during vacuum
This contribution was made on Mar 11
-
ci: Fix PG CI
This contribution was made on Mar 7
-
perf: remove json/jsonb indexing overhead
This contribution was made on Mar 5
-
feat: Prod Promotion -- v0.15.6
This contribution was made on Mar 4
pgcentralfoundation/pgrx
10 pull requests
-
Added mapping for
xid
This contribution was made on Mar 30 -
Enable cross compiling extensions
This contribution was made on Mar 30
-
feat: add
PgHeapTuple::set_by_index_unchecked
This contribution was made on Mar 28 -
Updated Alpine version to 3.21
This contribution was made on Mar 28
-
Dedup array
IntoDatum
, drop intermediate Vecs fortuples
This contribution was made on Mar 28 -
Updated cargo-edit
This contribution was made on Mar 19
-
Implemented pgstat macros
This contribution was made on Mar 19
-
DatumWithOid
: Addnew_from_datum(Option<Datum>, Oid)
andnull_oid(Oid)
This contribution was made on Mar 13 -
use
unsafe extern
in pgrx_embed.rsThis contribution was made on Mar 1 -
Implement SqlTranslatable for TableAmRoutine
This contribution was made on Mar 1
paradedb/charts
1 pull request
-
feat: Upgrade to 0.15.9
This contribution was made on Mar 21
121
contributions
in private repositories
Mar 1 – Mar 31