C Wal Projects
-
That works but for a more robust solution you could look at https://pgbackrest.org
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
One of the biggest advantages Postgres has over lots of other DBMSs out there is the fact that it allows external improvements or new features, without requiring any interactions with the core codebase, via extensions. There are many extensions each with a unique purpose(I have also written two trivial extensions pg_wal_ext and pg_table_bloat )
NOTE:
The open source projects on this list are ordered by number of github stars.
The number of mentions indicates repo mentiontions in the last 12 Months or
since we started tracking (Dec 2020).
C Wal discussion
C Wal related posts
Index
# | Project | Stars |
---|---|---|
1 | pgBackRest | 2,909 |
2 | pg_wal_ext | 1 |