2ndquadrant_bdr.git
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...
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...
next