pg_branch icon indicating copy to clipboard operation
pg_branch copied to clipboard

Experimental Postgres extension for quickly branching databases through file system snapshots

Results 4 pg_branch issues
Sort by recently updated
recently updated
newest added

First thanks for this interesting project. I have succeed to build and install the extension on pg16: ```sql postgres=# select * from pg_extension ; oid | extname | extowner |...

I realize this is pre-alpha so this is not an urgent issue, but testing this alongside TimescaleDB Community Edition (especially compression features) would be great to have as a "known...

https://discussions.apple.com/thread/253749148?sortBy=best

Hello I am testing the concept of this extension, manually. On my local database, if I modify a table and then make a copy of pgdata/base/XXX, the copy doesn't contain...