David E. Wheeler
David E. Wheeler
I like having font-awesome support, but unfortunately it's not universally supported. The icons don't appear on GitHub, for example, and integration into something like [Material](https://squidfunk.github.io/mkdocs-material/) is difficult, since it uses...
The "P" should be capitalized: ``` diff --git a/Makefile.PL b/Makefile.PL index ed13fa2..81b5eda 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -86,7 +86,7 @@ my %WriteMakefileArgs = ( }, test => { suggests...
The `bucardo validate` command does some basic sync validation by calling the `validate_sync()` function in the database. However, when a sync is activated, Buardo.pm code does _a whole lot more_...
PostgreSQL 9.3 adds support for [custom background workers](https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.3#Custom_Background_Workers). It would be cool to have this for Bucardo, so that when Postgres starts, so does Bucardo, and when Postgres shuts down,...
Add an option to use two-phase commit to support synchronous replication. [Discussion here](https://mail.endcrypt.com/pipermail/bucardo-general/2012-October/001628.html), and continuing [here](https://mail.endcrypt.com/pipermail/bucardo-general/2012-November/001633.html).
Looks like 751f5ca may have broken DBD::Pg for 9.2 and lower. Was it the intention to drop support prior to 9.3, or was the intent to support `pg_lo_tell64` and friends...
Subject says it all.
I have often used a SID to connect, but apparently Oracle 12c and later added support for Net Services, which are also named, but not by `sid=$name`. I learned of...