Block or Report
Block or report msullivan
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,448 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2023
Created 28 commits in 3 repositories
Created a pull request in edgedb/edgedb that received 26 comments
Add a pgvector extension package
Contents go into ext::pgvector. Some compiler changes were made to get various array <-> vector casts to work. The test suite includes tests that t…
+1,687
−67
•
26
comments
Opened 27 other pull requests in 2 repositories
edgedb/edgedb
3
open
20
merged
2
closed
- Support patching in new config settings
- Expose maintenance_work_mem via config
- Support config patching and maintenance_work_mem
- Start changelog for 3.0 RC3
- Fix describe on nested modules
- CI failure test PR
- Bump catalog after pgvector changes
- Backport pgvector extension to 3.x
- Fix json output of arrays of ranges
- Fix more extension migration problems
- Backport pgvector to 3.x
- Add a patch mechanism for installing a new extension package
- Fix problems with dropping extensions
- Make extensions work properly with the migration system
- Enable compiling function arguments into subqueries for pgvector opt purposes
- Allow configuring abstract index code in the indexes themselves
- Support doing patch tests against beta/rc branches
- Fix explicit references on indexes
- Do not corrupt cardinality inference results when doing group analysis
- Fix some obscure optional bugs in the presence of tuple projections
- Avoid putting an extra SELECT around parameters
- Support a primitive form of parameterized types
- Extend the patch system so we can backport extension package changes
- Fix nightly build by removing typing_inspect dependency
- Write 3.0 rc2 changelog
edgedb/edgedb-python
2
merged
Reviewed 20 pull requests in 2 repositories
edgedb/edgedb
18 pull requests
- RC 4 changelog
-
Minor refactors on
schema.pyto avoid assignment - Disallow partial paths in the defaults of link properties
- Fix Rust AST generator
- Fix during migration defaults are not compiled as detached
- Refactor tokenizer
-
Bump
max_locks_per_transactionto 1024 - Add a pgvector extension package
-
Fix the
__tname__cardinality fix - Fix tracer default __subject__ ISE
- Backport pgvector to 3.x
- Fix casts to scalars
- Support a primitive form of parameterized types
- Add math::sqrt to stdlib
- Refactor pg types
- Prehibit directly modifying stdlib objects
- Fix coalesce with type intersection
-
analyze: fix
importantflag on props
edgedb/edgedb-python
2 pull requests
Created an issue in edgedb/edgedb that received 1 comment
Directly accessing grouping on group by result ISEs
On my dev branches:
select (group Card by .element).grouping;
gives
edb.errors.InternalServerError: Can't compile ref to visible binding (__deriv…
1
comment






