Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

duckdb/pg_duckdb

Y-- created a review comment on a pull request on duckdb/pg_duckdb
Ah sorry - I thought `@extschema@` was an alias for `duckdb`. Nevermind then!

View on GitHub

Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

Leo-XM-Zeng opened an issue on duckdb/pg_duckdb
The numeric type is not supported as a where clause
### What happens? The numeric type is not supported as a where clause ```plpgsql [postgres@halo-centos8 16]$ psql duckdb psql (16.4) Type "help" for help. duckdb=# create table numeric_test...
Y-- created a review comment on a pull request on duckdb/pg_duckdb
I assume there's no problem if `saved_userid==MotherDuckPostgresUser()` and there's no problem doing it because it's a trivial call?

View on GitHub

Y-- created a review on a pull request on duckdb/pg_duckdb
LGTM

View on GitHub

Y-- created a review on a pull request on duckdb/pg_duckdb
LGTM

View on GitHub

JelteF closed an issue on duckdb/pg_duckdb
Decide on default DuckDB configuration that makes sense for use in postgres
- [ ] how many threads - [ ] how much memory - [ ] disabled_filesystems = 'LocalFilesystem' (fixes #105) - [ ] more? Related to but separate from #216
JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Update default settings (#338) Fixes #217 This changes the defaults for `duckdb.max_memory` and `duckdb.disable... c531f72

View on GitHub

JelteF deleted a branch duckdb/pg_duckdb

default-settings

JelteF closed a pull request on duckdb/pg_duckdb
Update default settings
Fixes #217 This changes the defaults for `duckdb.max_memory` and `duckdb.disabled_filesystems` to the agreed upon settings. While doing that I found two issues that this also fixes: 1. `duckdb...
Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF pushed 1 commit to motherduck-non-superuser duckdb/pg_duckdb

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
So it's kinda nice to group most of the `duckdb` functions in the `duckdb`, nice for auto complete and listing them basically.

View on GitHub

JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF created a review comment on a pull request on duckdb/pg_duckdb
We could, but it pollutes the `public` namespace with stuff that does not need to be there. We mainly put a few functions in the public schema to allow accessing them without the `duckdb.` prefix. ...

View on GitHub

JelteF created a review on a pull request on duckdb/pg_duckdb

View on GitHub

JelteF pushed 5 commits to pgspot-fixes duckdb/pg_duckdb
  • Don't get page if buffer was released (#351) b80999c
  • Support non-superuser usage of pg_duckdb (#342) DuckDB is not really designed for use in a multi-user system, and P... 45bb58d
  • Resolve security issues reported by pgspot It's really easy to make critical security mistakes in the SQL scripts of... 70649a6
  • Force schema to public in extension control file for now This gives us the freedom to support more schemas in the fu... 341d000
  • Update sql/pg_duckdb--0.0.1.sql Co-authored-by: Jonathan Dance (JD) <[email protected]> 76996d0

View on GitHub

JelteF opened a pull request on duckdb/pg_duckdb
Create MotherDuck tables as duckdb.postgres_user
Before we were always creating tables as the bootstrap superuser, this means that the `duckdb.postgres_user` was not able to access them. This changes that and also protects against a type of attac...
JelteF deleted a branch duckdb/pg_duckdb

non-superuser

wuputah created a review on a pull request on duckdb/pg_duckdb
just noticed some typos in comments

View on GitHub

wuputah created a review on a pull request on duckdb/pg_duckdb

View on GitHub

Y-- created a review on a pull request on duckdb/pg_duckdb
LGTM!

View on GitHub

JelteF pushed 1 commit to main duckdb/pg_duckdb
  • Support non-superuser usage of pg_duckdb (#342) DuckDB is not really designed for use in a multi-user system, and P... 45bb58d

View on GitHub

JelteF closed an issue on duckdb/pg_duckdb
Test out and fix non-superuser behaviour
Right now only a Postgres superuser can use the extension. Any other user will get the following error: ``` ERROR: XX000: (PGDuckDB/CreatePlan) Executor Error: permission denied for sequence sec...
JelteF closed an issue on duckdb/pg_duckdb
Test out and fix non-superuser behaviour
Right now only a Postgres superuser can use the extension. Any other user will get the following error: ``` ERROR: XX000: (PGDuckDB/CreatePlan) Executor Error: permission denied for sequence sec...
Y-- pushed 1 commit to main duckdb/pg_duckdb
  • Don't get page if buffer was released (#351) b80999c

View on GitHub

Y-- closed a pull request on duckdb/pg_duckdb
Don't get page if buffer was released
There is edge case when we relase buffer and also have complete output vector filled. In that case we would call `BufferGetPage` with InvalidBuffer as parameter. Current check is only to check bloc...
Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

Y-- created a comment on a pull request on duckdb/pg_duckdb
Should we do that only when working on https://github.com/duckdb/pg_duckdb/issues/296 then?

View on GitHub

Y-- created a review on a pull request on duckdb/pg_duckdb

View on GitHub

Load more