bucardo.git
2014-04-12 Greg Sabino... sqlite: do a BEGIN EXCLUSIVE TRANSACTION in force-lock...
2014-04-12 Greg Sabino... Put the force-lock-file in the piddir, rather than...
2014-04-12 Greg Sabino... Take out the session level isolation level for mysql...
2014-04-12 Greg Sabino... Use READ WRITE isolation levels wherever we can.
2014-04-12 Greg Sabino... Have kid_pid_start notification happen on the main...
2014-04-12 Greg Sabino... Gather the maximum transaction time for all tables...
2014-04-11 Joshua TolleyAdd error NOTIFY when reload fails
2014-04-11 Greg Sabino... Exit right away if the delta test fails, for better...
2014-04-11 Greg Sabino... When debug is on, write out a small text file to help...
2014-04-11 Greg Sabino... Clean up confusing comment
2014-04-11 Greg Sabino... Cleanup the temporary service files
2014-04-10 Greg Sabino... Move kid_pid_stop to global listening, not db-based.
2014-04-10 Greg Sabino... Better debugging for notifys
2014-04-10 Greg Sabino... Rewrite the delete_rows function.
2014-04-10 Greg Sabino... Debug the initdb call during testing
2014-04-10 Greg Sabino... Better tweaking for pgservice items
2014-04-09 Greg Sabino... Remove debugging.
2014-04-09 Greg Sabino... Better munging if we are using a service
2014-04-06 Greg Sabino... Ignore any local .bucardorc files.
2014-04-01 Greg Sabino... Remove useless comment
2014-03-31 Greg Sabino... Bump copyright to 2014
2014-03-27 Joshua TolleyAdd test for 'bucardo upgrade'
2014-03-27 Joshua TolleyMore bucardo.upgrade fixes
2014-03-20 Greg Sabino... If we are using a service file, make sure we don't...
2014-03-20 Greg Sabino... git should ignore service testing files
2014-03-20 Joshua TolleyModify syntax so the upgrade process can understand it
2014-03-17 Greg Sabino... Make the dbservice column have an empty default, so...
2014-03-12 Joshua TolleyRevert comment, so it stays in sync with reverted code
2014-03-12 Joshua TolleyFinish supporting non-ASCII table and column names
2014-02-18 Joshua TolleyBucardo now accepts pg_service for databases
2014-02-18 Joshua Tolleyservice strings are working; still needs tests
2014-02-18 Greg Sabino... Always use async when doing deletes. The previous way...
2014-02-14 Joshua TolleyMake install quit ignoring dbname and dbuser options
2014-02-14 Joshua TolleyDon't assume the bucardo database exists on install
2014-02-14 Joshua TolleyRevert "Make install quit ignoring dbname and dbuser...
2014-02-13 Joshua TolleyMake install quit ignoring dbname and dbuser options
2014-02-13 Joshua Tolleys/vaccuum/vacuum/
2014-01-17 Greg Sabino... Make our statement_chunk_size default match up.
2014-01-16 Greg Sabino... Debugging code
2014-01-16 Greg Sabino... Password should default to undef, not an empty string
2013-12-22 Greg Sabino... Gotta have log levels on all glog() calls.
2013-12-22 Greg Sabino... Version bump to 4.99.11
2013-12-17 David E. WheelerEval everything.
2013-12-17 David E. WheelerSomeone cannot count.
2013-12-17 David E. WheelerFix typo in comment.
2013-12-03 Greg Sabino... Check @tableoids, not tablelist, as the latter may...
2013-11-30 Greg Sabino... Meta things for the new dev/ directory
2013-11-30 Greg Sabino... Various tests for developers
2013-11-30 Greg Sabino... Better makedelta test. Need to move these somewhere...
2013-11-30 Greg Sabino... Fix up some of the makedelta logic.
2013-11-22 Greg Sabino... Better handling of inactive databases.
2013-11-22 Greg Sabino... Add a fifth inactive database to ensure we handle inact...
2013-11-17 Michelle SullivanBetter cleanup of syncrun entries.
2013-11-17 Greg Sabino... Don't package up that MYMETA junk
2013-11-15 Greg Sabino... Version 4.99.10 4.99.10
2013-11-15 Greg Sabino... Add quick test of sequence-only sync. Needs to do some...
2013-11-15 Greg Sabino... Reduce logging for VAC subprocess to warning - we don...
2013-11-15 Greg Sabino... User-supplied messages should always be shown.
2013-11-14 Greg Sabino... Don't gather column information if there are no columns...
2013-11-14 Greg Sabino... Don't populate bucardo_delta_names if no tables (e...
2013-11-12 Greg Sabino... Signature for 4.99.9 4.99.9
2013-11-12 Greg Sabino... Version 4.99.9
2013-11-12 Greg Sabino... Fix quoting for inserts to the bucardo_deltanames table...
2013-11-12 Greg Sabino... Initialize var
2013-11-12 Greg Sabino... Fixes for the new bucardo_delta_names table.
2013-11-12 Greg Sabino... Make sure we specify schema
2013-11-12 Greg Sabino... Always check pg_async_status before calling pg_cancel
2013-11-12 Greg Sabino... Stupid tabs
2013-11-12 Greg Sabino... Make sure we only try to populate bucardo_delta_names...
2013-11-09 Greg Sabino... On FK warnings, show the contraint name, otherwise...
2013-11-09 Greg Sabino... Show the host in our connection logging if we have...
2013-11-09 Greg Sabino... Testing putting a pg_cancel at the end of the kid befor...
2013-11-09 Greg Sabino... Don't show the initial DSN to the Bucardo database
2013-11-08 Greg Sabino... We don't need to check database wide when we already...
2013-11-08 Greg Sabino... Introduce the concept of a "quick delta" check.
2013-11-06 Greg Sabino... Let's try this again...
2013-11-06 Greg Sabino... Typo.
2013-11-05 Greg Sabino... Show chunk when copying
2013-11-05 Greg Sabino... Change default statement_chunk_size from 10000 to 8000...
2013-11-05 Greg Sabino... Use prepare_cached, not prepare, inside of fetch1_sql
2013-11-05 Greg Sabino... Typo: compress_delta is a function, not a table
2013-10-29 Greg Sabino... Cache the column lookups inside of validate_sync.
2013-10-25 Greg Sabino... Make sure we do something sensible if we call for a...
2013-10-24 Greg Sabino... Tabs cleanup
2013-10-24 Greg Sabino... Replace 'haztrig' with cached version inside of validat...
2013-10-24 Greg Sabino... Show the DSN we are connecting with
2013-10-23 Greg Sabino... Report on total sync time in the logs, even if no rows...
2013-10-23 Greg Sabino... Only try and create that index once.
2013-10-23 Greg Sabino... Speed up the initial validate sync quite a bit by pre...
2013-10-23 Greg Sabino... No longer use the whole prefix when building the listen...
2013-10-20 Greg Sabino... When doing `bucardo list databases`, don't show the...
2013-10-19 Greg Sabino... Fix wrong search before inserting to bucardo_delta_targets.
2013-10-18 Greg Sabino... Expand the arrays in the opening config dump in the...
2013-10-18 Greg Sabino... Enforce sane isolation levels
2013-10-18 Greg Sabino... Add new config 'log_showsyncname', defaulting to 1...
2013-10-18 Greg Sabino... Typo.
2013-10-17 Greg Sabino... Update versions in html docs 4.99.8
2013-10-17 Greg Sabino... Fix some pod
2013-10-17 Greg Sabino... Don't remember why this was here, but mark it as LOG_DEBUG
2013-10-17 Greg Sabino... Away with ye, tab
next