issues
search
jackc
/
pglogrepl
PostgreSQL logical replication library for Go.
MIT License
330
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
getting xid of each insert, update and delete statements
#66
mehdipourfar
opened
3 months ago
0
fix: udpate jackc pgx to v5.6.0
#65
evadnoob
closed
3 months ago
0
masterkidan/private fork
#64
evadnoob
closed
3 months ago
0
Update to go1.21
#63
alexi21
opened
6 months ago
1
Upgrade dependency pgx to v5.5.4?
#62
bqluan
closed
8 months ago
1
fix: start physical replication returns unexpected messages
#61
krisdiano
closed
12 months ago
1
StartReplication corner case
#60
krisdiano
closed
12 months ago
1
Fix clientXLogPos handling in pglogrepl_demo
#59
espadolini
closed
1 year ago
2
fix: finish basebackup
#58
krisdiano
closed
1 year ago
5
Fix: fix pglogrepl.SendStandbyCopyDone
#57
zzzzwc
opened
1 year ago
1
Migrate Travis CI to GitHub Actions
#56
jonstacks
closed
1 year ago
1
Add support of v2 replication protocol
#55
alikonhz
closed
1 year ago
5
Unable to use wal2json plugin with the demo
#54
viggy28
opened
1 year ago
1
feat: supporting logical decoding messages
#53
masterkidan
closed
1 year ago
0
Add support for logical decoding messages
#52
catkins
closed
1 year ago
3
SendStandbyCopyDone panics at timeline change
#51
orgrim
closed
1 year ago
0
fix DataRow message parsing in SendStandbyCopyDone
#50
orgrim
closed
1 year ago
1
can i get snapshot with this package ?
#49
seyedmo30
opened
1 year ago
2
OldTuple in UpdateMessage is nil !
#48
seyedmo30
opened
1 year ago
2
fix error formatting
#47
LeGEC
closed
1 year ago
0
Use jackc/pgx/v5 instead of jackc/pgconn.
#46
wttw
closed
2 years ago
1
v2, to support pgx/v5
#45
wttw
closed
2 years ago
2
Support PostgreSQL 10 and 15 in StartBaseBackup() and PostgreSQL >12 in tests
#44
wttw
closed
2 years ago
1
Issues with PostgreSQL <11 or >12
#43
wttw
closed
2 years ago
1
Can *PgConn support reconnect automatically?
#42
zhanghaiyang9999
closed
2 years ago
1
Only receive one record one time?
#41
zhanghaiyang9999
closed
2 years ago
2
How to resume replication?
#40
zhanghaiyang9999
opened
2 years ago
9
Can pglogrepl support standard *sql.DB?
#39
zhanghaiyang9999
closed
2 years ago
1
For update message, the OldTuple is nil
#38
zhanghaiyang9999
closed
2 years ago
4
pglogrepl is not compatible with pgx 5.0
#37
slotix
closed
2 years ago
6
Fix pglogrepl_demo
#36
ohkinozomu
closed
2 years ago
0
What's is the new created table message?
#35
zhanghaiyang9999
opened
2 years ago
2
can't capture the non-public schema tables
#34
zhanghaiyang9999
closed
2 years ago
0
Update main.go
#33
wzyjerry
opened
2 years ago
1
pglogrepl_demo: Handle pgproto3.ErrorResponse
#32
Jille
closed
2 years ago
1
pglogrepl_demo: Add some more example code about how to decode columns
#31
Jille
closed
2 years ago
1
Add binary format for TupleData
#30
ubombi
closed
2 years ago
0
Set correct type for MessageType constants
#29
lovromazgon
closed
2 years ago
1
Use signed integer type for Relation message type modifier
#28
kendru
closed
2 years ago
1
Incorrect type for Relation message's type modifier
#27
kendru
closed
2 years ago
0
pglogrepl_demo output does not look like the provided example output
#26
SylvainGarrigues
opened
2 years ago
1
Base backups Postgres 10
#25
JerrySievert
closed
2 years ago
2
Received unexpected message
#24
zhanghaiyang9999
closed
2 years ago
1
How to monitor all the databases?
#23
zhanghaiyang9999
closed
2 years ago
0
updating the example with wal2json plugin params
#22
anandsunderraman
closed
3 years ago
0
pglogrepl_demo: how to handle with wal2json plugin output
#21
dungnh-bpp
opened
3 years ago
2
pglogrepl_demo: how to handle postgres server disconnect
#20
nicksanford
closed
3 years ago
4
Always failed when passing wal2json plugin parameter
#19
devwlw
closed
3 years ago
1
Add SetType to WAL message structs
#18
diabloneo
closed
3 years ago
0
Fix typo, printing bolean instead of type
#17
ubombi
closed
3 years ago
1
Next