Bucardo is an open source, asynchronous PostgreSQL replication system that allows for multi-master and multi-slave configurations. It was developed by Jon Jesen and Greg Sabino and is free to use under a BSD license. Bucardo supports master-master replication, conflict resolution, and custom code. It uses push delta, full copy, or swap replication methods and manages database objects in "herds" that are synced between databases.