2ndquadrant_bdr.git
2015-06-25 Ian Barwickdoc: Fix typo
2015-06-23 Ian BarwickAdd missing schema qualification
2015-06-22 Craig RingerImprovements to BDR/UDR join sanity checking
2015-06-22 Craig RingerFix outdated comment in bdr_get_remote_nodeinfo
2015-06-22 Craig RingerTests show that truncate triggers are created before...
2015-06-19 Craig RingerDocument that UPDATE and DELETE require a PRIMARY KEY
2015-06-19 Craig RingerFlesh out the conflicts docs
2015-06-19 Craig RingerFix docs structure errors, a few cleanups
2015-06-19 Craig RingerRemove duplicate conflicts info
2015-06-18 Petr JelinekAdd our own function for finding Postgres binaries
2015-06-18 Petr JelinekDon't insert node in bdr_init_copy in UDR mode.
2015-06-17 Petr JelinekFix DROP replay of functions with no parameters.
2015-06-17 Craig RingerExplain that you can't part a node from its self
2015-06-17 Craig RingerReject attempts to part from self, detect part from...
2015-06-17 Craig RingerImprove error message on insert/insert multi-unique...
2015-06-16 Craig RingerMore explanation of conflict types
2015-06-15 Ian Barwickdoc: fix typo
2015-06-12 Petr JelinekAssertion fixes
2015-06-12 Ian BarwickAdd documentation for bdr_get_local_nodeid()
2015-06-12 Ian BarwickFix doc references for bdr_get_local_node_name()
2015-06-12 Ian BarwickAdd missing 'bdr_' prefix
2015-06-11 Petr JelinekAdd bdr_unsubscribe()
2015-06-11 Petr JelinekFix some compiler warnings
2015-06-06 Martín MarquésDocumentation Typo
2015-06-06 Martín MarquésSeveral documentation corrections
2015-06-03 Petr JelinekAdd missing header
2015-06-03 Petr JelinekChange bdr_nodes_get_local_info from SPI to heap scan...
2015-06-03 Petr JelinekMissing extension file
2015-06-03 Craig RingerDocument that bdr_initial_load exists but is internal
2015-06-03 Craig RingerCorrect --help output for bdr_initial_load
2015-06-02 Petr JelinekOn second thought use session cache for bdr_nodes.
2015-06-02 Craig RingerBuild instructions changes for UDR
2015-06-01 Petr JelinekAdd missing files for previous commit
2015-06-01 Petr JelinekAdd read-only nodes.
2015-05-29 Craig RingerUpgrade support for 0.9.1.0
2015-05-29 Craig RingerRelease notes for 0.9.1
2015-05-29 Craig RingerAdd bdr.bdr_apply_is_paused() information function
2015-05-29 Craig Ringerdoc that bdr.bdr_replicate_ddl_command takes fully...
2015-05-29 Craig RingerUpdate bdr_dump to include setval fixes
2015-05-29 Craig RingerUpdate bdr_dump to 9.4.2 + --snapshot
2015-05-26 Petr JelinekAdd backwards compatibility to the DDL locking
2015-05-25 Craig Ringerfixup! Add update path from 0.9.0.5 to 0.10.0.0
2015-05-25 Craig RingerAdd update path from 0.9.0.5 to 0.10.0.0
2015-05-25 Andres Freundbdr: Send pgstat upon replayed commit in apply process.
2015-05-25 Andres Freundbdr: Improve sequencer locking and pgstat reporting.
2015-05-25 Andres Freundbdr: Adjust database name in debug message.
2015-05-25 Andres Freundbdr: Add minimal checks for the cloning of databases...
2015-05-22 Petr JelinekAdd the 0.10.0.2 to Makefile
2015-05-22 Craig Ringerbdr.table_set_replication_sets should permit unsafe...
2015-05-21 Andres FreundDon't specify the sequence am in UDR.
2015-05-15 Andres FreundInitial code to actually remove slots when parting...
2015-05-15 Craig Ringerfixup! Add a test for node part
2015-05-15 Craig RingerFix UDR after BDRLockType introduction in 10b331fea
2015-05-15 Craig RingerBetter error message if PG_CONFIG is nonsense
2015-05-06 Petr JelinekUse correct replication set and apply delay config...
2015-05-06 Craig RingerAdd a test for node part
2015-05-05 Petr JelinekUse the new lesser form of global lock for some of...
2015-05-05 Petr JelinekAdd support for more levels of global locks.
2015-05-01 Petr JelinekFix broken supervisordb test
2015-05-01 Petr JelinekMake DML operation wait when there is DDL in progress.
2015-05-01 Petr JelinekDon't immediately kill all transactions when acquiring...
2015-04-24 Craig RingerPrevent users from connecting to bdr_supervisordb
2015-04-24 Craig RingerPrevent attempts to create/drop/rename bdr_supervisordb
2015-04-24 Craig Ringerfixup! Prevent taking the DDL lock without explicit...
2015-04-23 Petr JelinekFix typo in previous commit
2015-04-22 Petr Jelinekbdr_init_copy: insert correct bdr_node entry
2015-04-22 Petr Jelinekbdr_init_copy: properly escape single quotes
2015-04-22 Martín MarquésTypo in bdr_init_copy help information
2015-04-22 Martín MarquésRevert "Typo in bdr_init_copy help information"
2015-04-22 Martín MarquésTypo in bdr_init_copy help information
2015-04-22 Craig Ringerfixup! Prevent taking the DDL lock without explicit...
2015-04-22 Craig RingerMake PG_CONFIG a declared precious configure variable
2015-04-22 Craig RingerFix incorrect AC_ARG_VAR usage, make PATH a precious...
2015-04-21 Martín MarquésTypo in the docs
2015-04-21 Craig RingerPrevent taking the DDL lock without explicit authorization
2015-04-21 Craig RingerRename 'bdr' reserved db to 'bdr_supervisordb'
2015-04-21 Craig RingerFix tests broken by d7efbe8 and incorrect relation...
2015-04-21 Craig RingerMore detail on DDL rep, mention use of replicate_ddl_co...
2015-04-20 Craig RingerClarify that you can only monitor lag from an upstream
2015-04-20 Craig RingerMore docs on DDL locking
2015-04-20 Craig RingerThe apply worker wasn't checking for postmaster death...
2015-04-18 Petr JelinekMake sure node_name is not null and unique.
2015-04-18 Petr Jelinekfix bdr_init_copy for UDR
2015-04-18 Petr Jelinekpg_upgrade compatibility
2015-04-18 Petr JelinekBeginnings of 9.5 compat (UDR only so far)
2015-04-16 Petr JelinekCorrect lock level in filter_AlterTableStmt()
2015-04-15 Martín MarquésMissing separation coma in the bdr.bdr_group_join example
2015-04-15 Martín MarquésTypo in the docs
2015-04-15 Craig RingerLower log level of 'Found bdr_connections entry ' log...
2015-04-10 Craig RingerFixes for UNLOGGED tables in the command filter
2015-04-08 Petr JelinekMake bdr_replicate_ddl_command() obey the command filter.
2015-04-08 Petr JelinekRename locks check interface.
2015-04-07 Craig RingerDocument pg_xlog_wait_remote_recieve and pg_xlog_wait_r...
2015-04-06 Petr JelinekDon't acquire table locks in command filter.
2015-04-03 Petr JelinekFix global lock crash recovery on multidb setup
2015-04-01 Petr Jelinekdoc: Fix typos in function names.
2015-04-01 Petr JelinekFix bdr.bdr_replication_identifier table definition
2015-04-01 Craig RingerSwap "node management" and "configuration settings...
2015-04-01 Craig RingerQuickstart should be using bdr-plugin/next
2015-03-29 Petr Jelinekdoc: Print BDR version in the title.
next