2ndquadrant_bdr.git
2015-02-04 Craig Ringerbdr: Make waitforstart reliably notice when BDR has...
2015-02-04 Craig Ringerbdr: Prevent slot creation on output plugin if bdr...
2015-02-04 Craig Ringerbdr: Document contribs required for test runs
2015-02-04 Craig Ringerbdr: EXEC_BACKEND support for background worker launches
2015-02-04 Craig Ringerbdr: Introduce bdr_get_local_nodeid()
2014-12-24 Craig Ringerbdr: When init_replica fails, close the replication...
2014-12-24 Craig Ringerbdr: Leave environment intact when launching pg_dump...
2014-12-24 Craig Ringerbdr: update .gitignore to skip generated .sql files
2014-12-24 Craig Ringerbdr: move perdb_worker_main to new bdr_perdb.c
2014-12-16 Craig Ringerbdr: Move bdr_apply_main into bdr_apply.c
2014-12-15 Craig Ringerbdr: Don't check for DDL locking in DML when DDL lockin...
2014-12-15 Petr Jelinekbdr: bdr_init_copy now uses replica_local_dsn for local...
2014-12-09 Andres Freundbdr: Fix bdr.table_set_replication_sets() for relations...
2014-12-04 Petr Jelinekbdr: Use correct connection for extension creation...
2014-12-04 Petr Jelinekbdr: No need for submake-libpq
2014-12-02 Andres Freundbdr: Minor sequence voting performance improvements.
2014-12-02 Andres Freundbdr: Improve logic and output of when to do sequence...
2014-12-02 Andres Freundbdr: Dramatically increase chance of successful sequenc...
2014-12-02 Andres Freundbdr: Prepare SQL statements used by the sequencer.
2014-12-02 Andres Freundbdr: Only wait on the latch in the sequencer after...
2014-12-02 Andres Freundbdr: Use "C" collation for the text columns used in...
2014-12-02 Petr Jelinekbdr: Build bdr--0.8.0.1.sql too
2014-12-01 Craig Ringerbdr: Update ber_version.h.in to 0.8.0 to reflect bdr...
2014-11-28 Petr Jelinekbdr: proper upgrade script for the UDR merge changes
2014-11-28 Petr Jelinekbdr: Enable set_sysid in UDR's bdr_init_copy.
2014-11-28 Petr Jelinekbdr: Make bdr_init_copy work for online upgrade correctly.
2014-11-28 Petr Jelinekbdr: Move some replication identifier interfaces to C.
2014-11-28 Craig Ringerbdr: Allow builds to explicitly specify that they expec...
2014-11-26 Andres Freundbdr: Also don't acquire the ddl lock for DROP REL pg_te...
2014-11-26 Andres Freundbdr: Don't acquire the DDL lock for CREATE TEMPORARY...
2014-11-26 Andres Freundbdr: Make sure tables can't be created WITH OIDs
2014-11-26 Andres Freundbdr: Add tests for ALTER TABLE ... ALTER COLUMN .....
2014-11-26 Andres Freundbdr: Add 'bdr.skip_ddl_locking' - useful to speedup...
2014-11-25 Petr Jelinekbdr: ALTER TABLE ONLY tests
2014-11-25 Andres Freundbdr: Allow ALTER TABLE ... ALTER COLUMN ... SET STATISTICS
2014-11-25 Andres Freundbdr: Fix URLs in INSTALL.src to work without a git...
2014-11-24 Petr Jelinekbdr: Support CREATE/DROP AGGREGATE/OPERATOR
2014-11-23 Andres Freundbdr: Fix regression database setup to work with VPATH...
2014-11-23 Andres Freundbdr: Don't use free'd memory in bdr_queue_dropped_objec...
2014-11-22 Petr Jelinekbdr: regenerate configure script
2014-11-21 Petr Jelinekbdr: Add 'interactive' option to output plugin.
2014-11-21 Petr Jelinekbdr: Fix transaction handling in output plugin.
2014-11-21 Petr Jelinekbdr: Add some explanatory comments.
2014-11-21 Petr Jelinekbdr: Rewrite the dml tests so they work with both BDR...
2014-11-21 Petr Jelinekbdr: Overhauld of bdr_replicate_ddl_command
2014-11-21 Petr Jelinekbdr: Update of replication identifier emulation code
2014-11-21 Petr Jelinekbdr: Logical initialization works for UDR now.
2014-11-21 Petr Jelinekbdr: Don't try to handle UPDATE/UPDATE conflicts in...
2014-11-21 Petr Jelinekbdr: make UDR work with new buildsystem
2014-11-21 Petr Jelinekbdr: Make bdr_init_copy work for UDR
2014-11-21 Petr Jelinekbdr: prototype of DDL replication in UDR
2014-11-21 Petr Jelinekbdr: compiles and works with vanilla 9.4
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...
next