2015-04-28 |
Greg Sabino... | Need to check < 80300 to catch Postgres version 8.2.x! |
commit | commitdiff | tree |
2015-04-28 |
Greg Sabino... | Support the lack of array_agg in 8.2 by rolling our... |
commit | commitdiff | tree |
2015-04-28 |
Greg Sabino... | Add a noop sslmode to the tests |
commit | commitdiff | tree |
2015-04-28 |
Greg Sabino... | Fix missing semicolon when building DSN |
commit | commitdiff | tree |
2015-04-25 |
Greg Sabino... | Update the Changes file with recent activity |
commit | commitdiff | tree |
2015-04-25 |
Greg Sabino... | When contructing a Postgres DSN, do not use literal... |
commit | commitdiff | tree |
2015-04-20 |
Mathieu Arnold | Adjustments for new version of ExtUtils::MakeMaker |
commit | commitdiff | tree |
2015-04-17 |
David Christensen | Allow dashes in valid schema and table names |
commit | commitdiff | tree |
2015-04-12 |
Greg Sabino... | Minor var renamings |
commit | commitdiff | tree |
2015-04-10 |
Greg Sabino... | Make delete_table() handle a table object, not just... |
commit | commitdiff | tree |
2015-04-10 |
Greg Sabino... | Make truncate_table() handle a table object, not just... |
commit | commitdiff | tree |
2015-04-09 |
Greg Sabino... | Documentation typo |
commit | commitdiff | tree |
2015-04-08 |
Greg Sabino... | Whitespace |
commit | commitdiff | tree |
2015-04-02 |
Greg Sabino... | Simplify push_rows and change args from eight to five. |
commit | commitdiff | tree |
2015-03-28 |
Greg Sabino... | Better display for 'bucardo list clones' |
commit | commitdiff | tree |
2015-03-26 |
Greg Sabino... | Make 'bucardo list all' a little less verbose for some... |
commit | commitdiff | tree |
2015-03-26 |
Greg Sabino... | Fix up some weird whitespace problems |
commit | commitdiff | tree |
2015-03-26 |
Greg Sabino... | Some infrastructure for the upcoming bucardo clone... |
commit | commitdiff | tree |
2015-03-23 |
Greg Sabino... | Let's remove plperl someday if we can. |
commit | commitdiff | tree |
2015-03-22 |
Greg Sabino... | Respect the QUIET flag when creating the superuser. |
commit | commitdiff | tree |
2015-03-20 |
Greg Sabino... | Make sure before_check_rows code is only enabled for... |
commit | commitdiff | tree |
2015-03-20 |
Greg Sabino... | Tweak gitignore |
commit | commitdiff | tree |
2015-03-20 |
Greg Sabino... | Consolidate all the "start of transaction" setting... |
commit | commitdiff | tree |
2015-03-20 |
Greg Sabino... | Move manifest file around |
commit | commitdiff | tree |
2015-03-20 |
Greg Sabino... | Clean up and refactor some of the disable/enable trigge... |
commit | commitdiff | tree |
2015-03-20 |
Greg Sabino... | Clean up and refactor some of the disable/enable index... |
commit | commitdiff | tree |
2015-03-16 |
Greg Sabino... | Move flatfile and semaphore creation before trigger... |
commit | commitdiff | tree |
2015-03-16 |
Greg Sabino... | Move transaction start and isolation level setting... |
commit | commitdiff | tree |
2015-03-16 |
Greg Sabino... | Move the lock file functionality to separate subroutine... |
commit | commitdiff | tree |
2015-03-16 |
Greg Sabino... | Test the lockfile creation |
commit | commitdiff | tree |
2015-03-15 |
Greg Sabino... | Simplify the new index subroutines |
commit | commitdiff | tree |
2015-03-15 |
Greg Sabino... | Add 'PRAGMA defer_foreign_keys' for sqlite targets |
commit | commitdiff | tree |
2015-03-15 |
Greg Sabino... | Cleanup and refactor the rebuild_index code. |
commit | commitdiff | tree |
2015-03-15 |
Greg Sabino... | rebuild_index for tables needs to default to null,... |
commit | commitdiff | tree |
2015-03-15 |
Greg Sabino... | Test rebuild_index |
commit | commitdiff | tree |
2015-03-13 |
Greg Sabino... | If version of Postgres is less than 8.2, do not attempt... |
commit | commitdiff | tree |
2015-03-13 |
Greg Sabino... | Move trigger disabling and enabling into separate subs. |
commit | commitdiff | tree |
2015-03-11 |
Greg Sabino... | Enable testing of trigger and rule disabling again. |
commit | commitdiff | tree |
2015-03-10 |
Greg Sabino... | Move a file around |
commit | commitdiff | tree |
2015-02-26 |
Greg Sabino... | Housekeeping |
commit | commitdiff | tree |
2015-02-26 |
Greg Sabino... | Clean up docs for 'bucardo add db'. Simplify given... |
commit | commitdiff | tree |
2015-02-23 |
Greg Sabino... | Quick idea from #bucardo |
commit | commitdiff | tree |
2015-02-16 |
Greg Sabino... | Have controller ignore any notices starting with "kid_... |
commit | commitdiff | tree |
2015-02-16 |
Greg Sabino... | Quick note about listen/notify enhancement |
commit | commitdiff | tree |
2015-01-29 |
Greg Sabino... | Use the two-arg form of pg_get_constraintdef when compa... |
commit | commitdiff | tree |
2015-01-29 |
Greg Sabino... | Minor comment tweaks |
commit | commitdiff | tree |
2015-01-28 |
Greg Sabino... | Code cleanup: simplify the second dbpass eliding bit. |
commit | commitdiff | tree |
2015-01-28 |
Greg Sabino... | Mild code cleanup and refactoring. |
commit | commitdiff | tree |
2015-01-27 |
Greg Sabino... | Record git commit for 5.3.1 in the Changes file |
commit | commitdiff | tree |
2015-01-27 |
Greg Sabino... | Signature for 5.3.1 5.3.1 |
commit | commitdiff | tree |
2015-01-26 |
Greg Sabino... | Update Changes file and bump version to 5.3.1 |
commit | commitdiff | tree |
2015-01-26 |
Greg Sabino... | Minor cleanups and variable renames |
commit | commitdiff | tree |
2015-01-17 |
Greg Sabino... | As get_config already dies on failure to find a match... |
commit | commitdiff | tree |
2015-01-17 |
Greg Sabino... | Inside connect_database, die with the error at hand... |
commit | commitdiff | tree |
2015-01-17 |
Greg Sabino... | Give a warning when a bucardo rc file has an unparseabl... |
commit | commitdiff | tree |
2015-01-13 |
Greg Sabino... | When clearing out the async mode, do not do so unless... |
commit | commitdiff | tree |
2015-01-03 |
Greg Sabino... | Bump copyright to 2015 |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | URLs moves again for submitting news to postgres.org |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | Release 5.3.0 |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | Fix release date 5.3.0 |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | Final Changes entry for 5.3.0 |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | Set release date for 5.3.0 to November 22, 2014 |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | Minor HTML doc changes |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | Update changes for 5.3.0 |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | Quote bug! |
commit | commitdiff | tree |
2014-12-22 |
Greg Sabino... | Remove old debug line |
commit | commitdiff | tree |
2014-12-21 |
Greg Sabino... | Do not bail on default for test failures - that is... |
commit | commitdiff | tree |
2014-12-21 |
Greg Sabino... | Many Perl::Critic tweaks |
commit | commitdiff | tree |
2014-12-21 |
Greg Sabino... | Make sure we undef the CTL error handler after the... |
commit | commitdiff | tree |
2014-12-20 |
Greg Sabino... | Spelling tweaks |
commit | commitdiff | tree |
2014-12-19 |
Greg Sabino... | Testing tweak |
commit | commitdiff | tree |
2014-12-19 |
Greg Sabino... | Do not overwrite existing makedelta state for tables |
commit | commitdiff | tree |
2014-12-19 |
Greg Sabino... | Improve 50-star tests |
commit | commitdiff | tree |
2014-12-19 |
Greg Sabino... | Modify db_notify method to allow for non-commits, as... |
commit | commitdiff | tree |
2014-12-18 |
Greg Sabino... | Created a new level of output, DEBUG2, and moved some... |
commit | commitdiff | tree |
2014-12-18 |
Greg Sabino... | Makedelta tweaks |
commit | commitdiff | tree |
2014-12-14 |
Greg Sabino... | Allow specification of non-default port when sending... |
commit | commitdiff | tree |
2014-12-14 |
Greg Sabino... | Better debug for invalid customcols |
commit | commitdiff | tree |
2014-12-13 |
Greg Sabino... | Cleanup of testing infrastructure. Primary change is... |
commit | commitdiff | tree |
2014-12-13 |
Greg Sabino... | Allow skipping of test cleanup via environment variable... |
commit | commitdiff | tree |
2014-12-11 |
Greg Sabino... | Standardize the Changes file, back to version 5.0.0 |
commit | commitdiff | tree |
2014-12-09 |
Greg Sabino... | Do not consider "nouns" when ooking for matching tables... |
commit | commitdiff | tree |
2014-12-09 |
Greg Sabino... | Allow customcodes an easier look at the changed rows... |
commit | commitdiff | tree |
2014-12-08 |
Greg Sabino... | Fix two typos |
commit | commitdiff | tree |
2014-12-08 |
Greg Sabino... | Quick idea about sourceonly type |
commit | commitdiff | tree |
2014-12-08 |
Greg Sabino... | Check for database makedelta of "true", not just truthy... |
commit | commitdiff | tree |
2014-12-06 |
Greg Sabino... | Increase sleep time in this test |
commit | commitdiff | tree |
2014-12-03 |
Greg Sabino... | Support for hinting to the MCP that a database may... |
commit | commitdiff | tree |
2014-12-01 |
Greg Sabino... | Tests: calls to empty_cluster must now handle an arrayref |
commit | commitdiff | tree |
2014-11-28 |
Greg Sabino... | Add tests for new remove all functionality |
commit | commitdiff | tree |
2014-11-28 |
Greg Sabino... | Allow removing all tables or sequences at once via... |
commit | commitdiff | tree |
2014-11-28 |
Greg Sabino... | Allow --makedelta=foo to work on command line when... |
commit | commitdiff | tree |
2014-11-28 |
Greg Sabino... | Allwo --dryrun to work when adding items, esp. tables |
commit | commitdiff | tree |
2014-11-28 |
Greg Sabino... | Minor test adjustments |
commit | commitdiff | tree |
2014-11-28 |
Greg Sabino... | Change some truncates to deletes: truncate just not... |
commit | commitdiff | tree |
2014-11-27 |
Greg Sabino... | Add new test file 50-star.t |
commit | commitdiff | tree |
2014-11-27 |
Greg Sabino... | Make sure we quote sequence name in the tests. |
commit | commitdiff | tree |
2014-11-26 |
Greg Sabino... | When showing microseconds in the log, force the third... |
commit | commitdiff | tree |
2014-11-26 |
Greg Sabino... | Testing changes: allow creation of "extra" numberic... |
commit | commitdiff | tree |
2014-11-25 |
Greg Sabino... | Merge branch 'master' of bucardo.org:/var/lib/git/bucardo |
commit | commitdiff | tree |
next |