Michel Pelletier
Michel Pelletier
https://github.com/tcdi/pgx allows making PostgreSQL extensions with Rust, it seems like a logical connection would be to use pgx to make prql a stored procedure language in the database. ``` CREATE...
### 1. Who you are Michel Pelletier et al. ### 2. A few details about the event/course/context The Society For Industrial and Applied Mathematics Computation Science and Engineering Conference is...
## What kind of change does this PR introduce? Adds new pgroonga extension: https://pgroonga.github.io/
Triggers get recreated twice per column due to loose masking view query.
Any time associated data is updated,the secret must also be updated. Add triggers for associted columns that also re-encrypt secret with new association.
Noticed one of the TODOs is a repl, I'd like to take a stab at this. Did you have some specific thoughts? This paper seems to have some good approaches...
Reported by Michael Haberler: btw there's another regression relative to czmq master: tests.test_zauth.test_zauth ... python: zsockopt.c:455: zsocket_set_curve_secretkey_bin: Assertion `rc == 0 || zmq_errno () == (156384712 + 53)' failed. Aborted...
Currently using ABI level compatibility that opens the zmq and czmq libraries with dlopen(). CFFI provides an API level mode where a small stub python extension is built at initial...