2ndquadrant_bdr.git
2015-02-12 Craig Ringerbdr: add bdr_test_replication_connection(...)
2015-02-12 Craig Ringerbdr: refactor bdr_connect to be more useful to other...
2015-02-12 Craig Ringerbdr: add bdr_get_remote_nodeinfo(...)
2015-02-12 Andres Freundbdr: Add caching layer above databases.
2015-02-12 Craig Ringerbdr: Add bdr_error_nodeids_must_differ for a common...
2015-02-12 Craig Ringerbdr: add bdr_parse_version(...)
2015-02-12 Craig Ringerbdr: rename worker struct members/unions to be shorter
2015-02-08 Andres FreundFix VPATH build against 9.4 (i.e. UDR).
2015-02-08 Craig Ringerbdr: Bump bdr-plugin/next to 0.9.0
2015-02-08 Craig Ringerbdr: Ignore generated Makefile.global and doc/Makefile
2015-02-08 Craig Ringerbdr: Make some more externally callable functions PGDLL...
2015-02-08 Andres Freundbdr: Add missing pgstat_report_activity(STATE_IDLE...
2015-02-08 Petr Jelinekbdr: Fix unitialized variable.
2015-02-08 Petr Jelinekbdr: Fix initialization of replication identifier emula...
2015-02-08 Andres Freundbdr: Add base structure for sgml documentation.
2015-02-08 Andres Freundbdr: Improve build infrastructure to allow more than...
2015-02-08 Petr Jelinekbdr: Always allow temp tables manipulation on UDR provider.
2015-02-08 Petr Jelinekbdr: Remove unused variable
2015-02-08 Craig Ringerbdr: move extension control files into extsql/
2015-02-04 Craig Ringerbdr: stable branch quickstart should prefer bdr-plugin...
2015-02-04 Craig Ringerbdr: Update the README and INSTALL docs for 0.8.0
2015-02-04 Craig Ringerbdr: Add a debug message for DDL replication enqueues
2015-02-04 Craig Ringerbdr: All SQL-callable functions should be PGDLLEXPORT
2015-02-04 Craig Ringerbdr: Add bdr_version_num() and bdr_min_remote_version_num()
2015-02-04 Craig Ringerbdr: Correct parameter types for bdr_get_local_nodeid()
2015-02-04 Andres Freundbdr: Add missing waits in regression tests.
2015-02-04 Andres Freundbdr: Add .gitattribute to enforce a minimum of whitespa...
2015-02-04 Andres Freundbdr: Fix build logic to work in spite of pg vpath logic...
2015-02-04 Andres Freundbdr: Fix up file headers and copyright dates.
2015-02-04 Andres Freundbdr: Fix race between asking for replay confirmation...
2015-02-04 Craig Ringerbdr: Update quickstart guide for split source tree
2015-02-04 Petr Jelinekbdr: We actually want to log remote tuple on conflict.
2015-02-04 Petr Jelinekbdr: Conflict handler enhancements.
2015-02-04 Craig Ringerbdr: Use bdr.do_not_replicate to suppress replication...
2015-02-04 Craig Ringerbdr: Add bdr.do_not_replicate GUC
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...
next