2ndquadrant_bdr.git
2014-11-19 Craig Ringerbdr: Don't read past the end of shmem in bdr_sequencer_...
2014-11-13 Petr Jelinekbdr: conflict handling refactor phase 2
2014-11-06 Petr Jelinekbdr: Add regression test for ALTER TABLE ... RENAME...
2014-11-05 Petr Jelinekbdr: Out of tree builds work again.
2014-11-05 Petr Jelinekbdr: configure update
2014-11-04 Petr Jelinekbdr: add missing Makefile for bdr_dump.
2014-11-04 Petr Jelinekbdr: Use bdr_resetxlog and bdr_dump instead of Postgres...
2014-11-04 Petr Jelinekbdr: pg_dump: Apply BDR patchset and build as bdr_dump.
2014-11-04 Petr Jelinekbdr: Embed pg_dump from 9.4
2014-11-04 Petr Jelinekbdr: pg_resetxlog: Add -s and -c options and build...
2014-11-04 Petr Jelinekbdr: Embed pg_resetxlog from 9.4
2014-11-04 Andres Freundbdr: Add test for extension upgrades.
2014-11-04 Andres Freundbdr: Allow to replicate insert/update/delete selectivel...
2014-11-03 Petr Jelinekbdr: Output plugin installs bdr extension if missing...
2014-11-03 Andres Freundbdr: Cache information about a relation being replicate...
2014-11-03 Andres Freundbdr: Try to make bdr_relcache.c's logic works correctly...
2014-11-02 Andres Freundbdr: Add tests for the effects of replication sets...
2014-11-02 Andres Freundbdr: Add basic test for replication set manipulation.
2014-11-02 Andres Freundbdr: Actually andle the implicit 'all' and 'default...
2014-11-02 Andres Freundbdr: Increase validation around replication sets.
2014-11-02 Andres Freundbdr: Automatically remake makefile when Makefile.in...
2014-10-20 Andres Freundbdr: Initial implementation of replication sets.
2014-10-20 Andres Freundbdr: Include Makefile.custom if it exists.
2014-10-17 Petr Jelinekbdr: Make use of the updated GetReplicationInfoByIdenti...
2014-10-16 Andres Freundbdr: Try to make configure (i.e. sed) work on OSX.
2014-10-16 Andres Freundbdr: Add autoconf output to make compiling on odd platf...
2014-10-16 Petr Jelinekbdr: Update the installation instructions.
2014-10-16 Andres Freundbdr: Fix path to pg_regress in run_tests to work in...
2014-10-16 Andres Freundbdr: Add minimal installation instructions for bdr...
2014-10-16 Andres Freundbdr: Move flush/feedback association logic entirely...
2014-10-16 Andres Freundbdr: Schedule sequencer wakeup in a couple more situations.
2014-10-12 Andres Freundbdr: bdr_init_replica fixes (correct version check...
2014-10-07 Andres Freundbdr: Extend maintainer-clean target for autoconf/config...
2014-10-07 Andres FreundAdd a autoconf generated configure build infrastructure.
2014-09-26 Andres Freundbdr: Add omitted break in commandfilter.
2014-09-26 Andres Freundbdr: Allow CREATE TABLE AS/SELECT INTO when targeting...
2014-09-26 Andres Freundbdr: Adapt gitignore to the new out-of-tree situation
2014-09-26 Andres Freundbdr: Rework build/test infrastructure to better work...
2014-09-26 Craig Ringerbdr: add a git-dist target to the Makefile
2014-09-15 Petr Jelinekbdr: WAL log bdr sequences correcly
2014-09-08 Christoph Moench... bdr: fix isolation tests after move
2014-09-08 Christoph Moench... bdr: copy bdr isolation tests from base tree
2014-09-08 Andres Freundbdr: Don't try to forbid T_AlterTableSpaceMoveStmt...
2014-09-08 Craig Ringerbdr: Remove version suffix from quickstart script
2014-09-08 Andres Freundbdr: Disallow calling setval() on distributed sequences.
2014-09-08 Petr Jelinekbdr: fix the possibly broken^Conflict history sequence...
2014-09-08 Petr Jelinekbdr: decouple conflict logging and remote apply
2014-09-08 Andres Freundbdr: Replay all insert/update/delete messages while...
2014-09-08 Petr Jelinekbdr: make sure the conflict history sequence is created...
2014-09-08 Christoph Moench... bdr: be more specific in ALTER TABLE rejections
2014-09-08 Petr Jelinekbdr: drop replication identifier correctly on logical...
2014-09-08 Andres Freundbdr: Fiddle with logical replica init message log levels.
2014-09-08 Andres Freundbdr: Use find_other_exec() API correctly when searching...
2014-09-08 Andres Freundbdr: Properly accept -V in bdr_initial_load invocations.
2014-09-08 Andres Freundbdr: Echo error messages to stderr in bdr_initial_load.
2014-09-08 Andres Freundbdr: Concentrate global guc creation to bdr.c:_PG_init().
2014-09-08 Andres Freundbdr: Minor cleanups in bdr_maintain_schema().
2014-09-08 Andres Freundbdr: Make bdr_init_copy output the newly created system...
2014-09-08 Andres Freundbdr: Add -o option to bdr_init_copy which is passed...
2014-09-08 Andres Freundbdr: Add trailing \n to all die() invocations in bdr_in...
2014-09-08 Petr Jelinekbdr: don't replicate DDL executed during internal schem...
2014-09-08 Andres Freundbdr: Reload configuration files after SIGHUP
2014-09-08 Petr Jelinekbdr: bump version to 0.7.1
2014-09-08 Andres Freundbdr: Fix typo in printing of LSNs
2014-09-08 Petr Jelinekbdr: bdr_init_copy use pg_replication_identifier_drop...
2014-09-08 Petr Jelinekbdr: allow ALTER TABLE ... DISABLE/ENABLE TRIGGER commands
2014-09-08 Petr Jelinekbdr: make ddl/view tests more stable
2014-09-08 Andres Freundbdr: Properly free tuple table slots in conflict loggin...
2014-09-08 Petr Jelinekbdr: tests for functions containing windows newline
2014-09-08 Andres Freundbdr: Fixup tests for amdata removal from psql
2014-09-08 Andres Freundbdr: Disable function body checks during apply
2014-09-08 Andres Freundbdr: Add error context callbacks for ddl replay.
2014-09-08 Andres Freundbdr: Run both isolation and plain regression tests...
2014-09-08 Andres Freundbdr: Respect bdr.skip_ddl_replication for queued drops.
2014-09-08 Andres Freundbdr: Demote some sequence log messages to DEBUG2
2014-09-08 Andres Freundbdr: Consider a sequence vote successfull in more scena...
2014-09-08 Andres Freundbdr: Limit the amount of time spent in voting.
2014-09-08 Andres Freundbdr: Vote on several sequences at once to speed up...
2014-09-08 Andres Freundbdr: Add indexes to make sequence voting faster.
2014-09-08 Andres Freundbdr: Fix type of bdr_votes.dboid column to oid from...
2014-09-08 Petr Jelinekbdr: add conflict logging tests
2014-09-08 Petr Jelinekbdr: make conflict logging behave consistently
2014-09-08 Petr Jelinekbdr: add delete_delete conflict type to bdr_conflict_type.
2014-09-08 Petr Jelinekbdr: add minimum bdr version to the output plugin options
2014-09-08 Petr Jelinekbdr: tests for ddl lock conflict
2014-09-08 Andres Freundbdr: Improve concurrency and error recovery of ddl...
2014-09-08 Andres Freundbdr: Improve log messages about ddl locking.
2014-09-08 Petr Jelinekbdr: add GRANT/REVOKE tests
2014-09-08 Craig Ringerbdr: Emit informative error messages for global sequenc...
2014-09-08 Craig Ringerbdr: Minimalist error message notes and link to style...
2014-09-08 Craig Ringerbdr: Avoid date --iso-8601 , OS X doesn't like it
2014-09-08 Petr Jelinekbdr: make ddl/function tests more stable across environ...
2014-09-08 Andres Freundbdr: Test ALTER SEQUENCE USING support
2014-09-08 Craig Ringerbdr: Make ddl/function test independent of login username
2014-09-08 Craig Ringerbdr: Don't attempt to use get_database_name unsafely
2014-09-08 Craig Ringerbdr: Remove bdr: prefixes from messages
2014-09-08 Petr Jelinekbdr: fix typo in variable name
2014-09-08 Petr Jelinekbdr: disallow UPDATEs and DELETEs on tables without PK
2014-09-08 Petr Jelinekbdr: refactor apply main loop into separate function
2014-09-08 Petr Jelinekbdr: make bdr stats work for inserts and make updates...
next