-
Notifications
You must be signed in to change notification settings - Fork 245
Comparing changes
Open a pull request
base repository: electric-sql/pglite
base: @electric-sql/pglite@0.2.13
head repository: electric-sql/pglite
compare: @electric-sql/pglite@0.2.14
- 14 commits
- 98 files changed
- 9 contributors
Commits on Nov 12, 2024
-
feat(pglite/live): Windowed live queries with offset and limit (#421)
* Add window option to live query * Changeset * Docs * Address feedback * formatting * Style fix * Address feedback to react hook
Configuration menu - View commit details
-
Copy full SHA for 75f9f6d - Browse repository at this point
Copy the full SHA 75f9f6dView commit details
Commits on Nov 14, 2024
-
fix: make pglite compatible with @jest-environment: node (#424)
* Make pglite compatible with @jest-environment: node * Add changeset --------- Co-authored-by: Ethan Reesor <ethan.reesor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for df5c290 - Browse repository at this point
Copy the full SHA df5c290View commit details
Commits on Nov 20, 2024
-
chore: Single command to build everything; minor fixes to build. (#429)
* readme 'how to contribut' fix; build-with-docker script explicit volume permissions such that it is easier to understand where the output goes * feature: enable building fontend and backend in a single command * main README.md update * Update package.json Use the pnpm -r to build all packages,added a filter to only do packages (React, Vue, Sync etc). This will exclude the /docs and /demos (we we add them) Co-authored-by: Sam Willis <sam.willis@gmail.com> * integrated @samwillis README.md suggestions --------- Co-authored-by: tudor <tudor@swisstch.com> Co-authored-by: Sam Willis <sam.willis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 458ca42 - Browse repository at this point
Copy the full SHA 458ca42View commit details
Commits on Nov 22, 2024
-
set for sdk 3.1.72.0 (latest) (#410)
* test 3.1.70.11 * version * 3.1.71 * Update .buildconfig * 3.1.72 no web opt / no closure * Chageset --------- Co-authored-by: Sam Willis <sam.willis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1784d04 - Browse repository at this point
Copy the full SHA 1784d04View commit details
Commits on Nov 25, 2024
-
fix: pipelining prepared statements (#417)
* fix socket pipelining read * one rfq after Parse, none for bind/descr/exec and one after each sync * match psycopg3 wire pipeline expectations * follow ppg3 * follow ppg3 * style * Chageset --------- Co-authored-by: User <user@pp.local> Co-authored-by: Sam Willis <sam.willis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae36974 - Browse repository at this point
Copy the full SHA ae36974View commit details -
chore: Use "WITH RECURSIVE" CTE to traverse the live query dependenci…
…es (#434) * Use PG "WITH RECURSIVE" to traverse the live query dependencies: https://www.postgresql.org/docs/current/queries-with.html#QUERIES-WITH-RECURSIVE * stylefix? * ran prettier * added changeset --------- Co-authored-by: tudor <tudor@swisstch.com>
Configuration menu - View commit details
-
Copy full SHA for ce212cf - Browse repository at this point
Copy the full SHA ce212cfView commit details
Commits on Nov 26, 2024
-
* fix socketfile comms * fix the fix * fix the fix * fix the fix * fix the fix * remove wasm opt * remove wasm opt * no sdk checks for demo-site
Configuration menu - View commit details
-
Copy full SHA for 1a53bb8 - Browse repository at this point
Copy the full SHA 1a53bb8View commit details -
set a valid sdk rev. for postgis (#438)
* set postgis-able sdk * test postgis extra build * fix sdk-extra url * missing files
Configuration menu - View commit details
-
Copy full SHA for 0bdd658 - Browse repository at this point
Copy the full SHA 0bdd658View commit details -
Co-authored-by: tudor <tudor@swisstch.com>
Configuration menu - View commit details
-
Copy full SHA for 328ed3a - Browse repository at this point
Copy the full SHA 328ed3aView commit details -
* fix: pg-sync * fix(lint): exception for lint rule in hook * fix(doc): update pglite-sync example * fix(lint): * fix(doc): docs and docker-compose example * fix(doc): * fix(doc): * Update docs/docs/sync.md Co-authored-by: Sam Willis <sam.willis@gmail.com> * Update docs/docs/sync.md Co-authored-by: Sam Willis <sam.willis@gmail.com> * Update packages/pglite-sync/example/index.html Co-authored-by: Sam Willis <sam.willis@gmail.com> * fix: electric extention parameters in tests * Update docs/docs/sync.md Co-authored-by: Sam Willis <sam.willis@gmail.com> * fix: duplicate in doc * Changeset * Tweak example readme --------- Co-authored-by: Sam Willis <sam.willis@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d1dd12b - Browse repository at this point
Copy the full SHA d1dd12bView commit details -
feat(pglite-tools): pg_dump (#425)
* initial import of easywasi.js code * initial port of easywasi to typescript * Fix stylecheck * Add wasi to the build and as a package export * Fix types * WIP code for pg_dump (not working) * WIP * WIP * Refactor into seporate package * Add WASM loading for node * Update wasi shim * Node example * Working pg_dump! * FIx args and style * Readme * Tweaks and fix packaging * Add tests for pg_dump * Changeset * Increase test timeout * Fix test timeout on CI * Fix foratting and typos * Remove incorrect export from the pglite package
Configuration menu - View commit details
-
Copy full SHA for 6547374 - Browse repository at this point
Copy the full SHA 6547374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6050ce3 - Browse repository at this point
Copy the full SHA 6050ce3View commit details -
* closer to wasi branch * final test * -Os * +wasm-opt * only wasm-opt * do not bundle pgxs and contrib * cache key update
Configuration menu - View commit details
-
Copy full SHA for d7844ff - Browse repository at this point
Copy the full SHA d7844ffView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 34cd616 - Browse repository at this point
Copy the full SHA 34cd616View commit details
There are no files selected for viewing