issues
search
supabase
/
pg_replicate
Build Postgres replication apps in Rust
Apache License 2.0
601
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: syntax error when getting column schemas
#64
dejii
closed
20 hours ago
0
add support for parsing values from text format
#63
imor
closed
1 day ago
0
Unable to use custom sinks outside of the crate
#62
mfzl
closed
3 days ago
1
fix: set pipeline resumption state props public
#61
mfzl
closed
3 days ago
0
add support for text format
#60
imor
closed
1 day ago
1
tables with replica identity set to full do not work
#59
imor
closed
3 days ago
0
feat: clickhouse client
#58
Ziinc
opened
2 weeks ago
0
A numeric outside the range doesn't throw an error while inserting in BigQuery
#57
imor
opened
2 weeks ago
0
Handle PG numeric type values outside the range of BigQuery's bignumeric
#56
imor
opened
3 weeks ago
0
Return null only when the row is actually null
#55
imor
closed
3 weeks ago
1
Add retries to bypass BigQuery's 10 MB payload limit
#54
imor
opened
3 weeks ago
2
Add support for publications with open ended set of tables
#53
imor
opened
3 weeks ago
0
`false` bool values are inserted as null in BigQuery
#52
imor
closed
3 weeks ago
0
Make max_staleness BigQuery option configurable
#51
imor
opened
3 weeks ago
0
Experiment with using binary format for the CDC stream
#50
imor
opened
4 weeks ago
0
initial data is not copied into bigquery
#49
imor
closed
3 weeks ago
1
fix: boolean parsing
#48
WcaleNieWolny
closed
1 month ago
0
create a tenant for existing projects
#47
imor
opened
1 month ago
0
consider sending data into BigQuery as json instead of into fully typed tables
#46
imor
opened
1 month ago
0
api: deleting a sink referenced in a pipeline returns 500 error
#45
imor
opened
1 month ago
0
api: disallow multiple sources with the same name
#44
imor
opened
1 month ago
0
api: ensure there's always exactly one default image
#43
imor
opened
1 month ago
0
send pod logs to logflare
#42
imor
opened
1 month ago
0
handle the case when publication is deleted when referenced by a pipeline
#41
imor
opened
1 month ago
0
api: when creating a pipeline ensure that the publication exists
#40
imor
opened
1 month ago
0
ui: add ability to disable replication once enabled
#39
imor
opened
1 month ago
0
api: ensure a pipeline doesn't leave behind a statefulset (and a pod) when deleted
#38
imor
opened
1 month ago
0
api: ensure only one pipeline can be created for one source and sink id pair
#37
imor
opened
1 month ago
0
Stdout example error: MissingColumn("attnum", "pg_attribute")
#36
braincore
closed
1 month ago
1
BQ sink: ensure correct order of insertion
#35
imor
opened
1 month ago
0
Do not allow creating a publication which includes tables with unsupported column types
#34
imor
opened
1 month ago
0
handle pipeline failures in a more robust manner
#33
imor
opened
1 month ago
0
handle schema changes in the source
#32
imor
opened
1 month ago
0
add an API to check the whether a pipeline is started/stopped.
#31
imor
opened
1 month ago
0
add API endpoints to test connection details for sources and sinks
#30
imor
opened
1 month ago
0
Replace hard-coded `SinkError` from `BatchSink` (and `Sink`) traits' methods with an associated type
#29
imor
opened
2 months ago
1
expose replicator logs in the api
#28
imor
opened
3 months ago
0
emit replication lag metric
#27
imor
opened
3 months ago
0
Put sinks behind feature flags
#26
funlennysub
closed
3 months ago
8
[suggestion] Don't include all sinks by default
#25
funlennysub
closed
3 months ago
3
change the imor repo to supabase in README.md
#24
abc3
closed
3 months ago
0
consider: use Loco.rs for the API
#23
jondot
closed
3 months ago
1
Error when table does not have a replica identity
#22
olirice
closed
3 months ago
1
send status update at regular intervals
#21
imor
opened
4 months ago
0
parallelize initial table copy
#20
imor
opened
6 months ago
0
Remove all `unwrap` and `expect` calls
#19
imor
opened
7 months ago
0
Handle tables without replica identity
#18
imor
opened
7 months ago
0
Handle tables with TOAST values
#17
imor
opened
7 months ago
2
Use a varint to represent length of an event
#16
imor
opened
7 months ago
0
replace `serde_cbor` with `ciborium` as the former is no longer maintained
#15
imor
closed
7 months ago
1
Next