2ndquadrant_bdr.git
2015-07-06 Petr JelinekAdd our own function for finding Postgres binaries
2015-07-06 Petr JelinekDon't insert node in bdr_init_copy in UDR mode.
2015-07-06 Petr JelinekFix DROP replay of functions with no parameters.
2015-07-06 Craig RingerExplain that you can't part a node from its self
2015-07-06 Craig RingerImprove error message on insert/insert multi-unique...
2015-07-06 Ian BarwickAdd documentation for bdr_get_local_nodeid()
2015-07-06 Ian BarwickFix doc references for bdr_get_local_node_name()
2015-07-06 Martín MarquésDocumentation Typo
2015-07-06 Martín MarquésSeveral documentation corrections
2015-07-06 Craig RingerDocument that bdr_initial_load exists but is internal
2015-07-06 Craig RingerCorrect --help output for bdr_initial_load
2015-07-06 Craig RingerBuild instructions changes for UDR
2015-06-30 Petr JelinekFix copy pasto in previous commit
2015-06-30 Petr JelinekMake sequence pernode cache configurable
2015-06-28 Ian Barwickdoc: add missing '=' to bdr_init_copy parameters
2015-06-26 Craig RingerHighlight replication sets fix in 0.9.1 relnotes
2015-06-25 Ian Barwickdoc: Fix typo
2015-06-24 Ian Barwickdoc: bdr_get_node_name -> bdr_get_local_node_name
2015-06-23 Ian BarwickAdd missing schema qualification
2015-06-15 Ian Barwickdoc: fix typo
2015-06-12 Ian BarwickAdd missing 'bdr_' prefix
2015-05-26 Craig RingerRelease notes for 0.9.1 bdr-plugin/0.9.1
2015-05-26 Craig RingerBump version to 0.9.1
2015-05-26 Craig RingerAdd bdr.bdr_apply_is_paused() information function
2015-05-26 Craig Ringerdoc that bdr.bdr_replicate_ddl_command takes fully...
2015-05-26 Craig RingerUpdate bdr_dump to include setval fixes
2015-05-26 Craig RingerUpdate bdr_dump to 9.4.2 + --snapshot
2015-05-26 Craig RingerFix UDR for bdr_locks after a1b2dfa82 permit_ddl_locking
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 Craig Ringerbdr.table_set_replication_sets should permit unsafe...
2015-05-25 Andres FreundDon't specify the sequence am in UDR.
2015-05-25 Andres FreundInitial code to actually remove slots when parting...
2015-05-25 Craig RingerBetter error message if PG_CONFIG is nonsense
2015-05-25 Craig Ringerfixup! Add a test for node part
2015-05-25 Craig RingerAdd a test for node part
2015-05-25 Petr JelinekFix broken supervisordb test
2015-05-25 Craig RingerPrevent users from connecting to bdr_supervisordb
2015-05-06 Petr JelinekUse correct replication set and apply delay config...
2015-05-06 Petr Jelinekfix bdr_init_copy for UDR
2015-04-24 Craig RingerPrevent attempts to create/drop/rename bdr_supervisordb
2015-04-24 Craig RingerBackport bdr.permit_ddl_locking to 0.9 stable branch
2015-04-24 Craig RingerMore detail on DDL rep, mention use of replicate_ddl_co...
2015-04-24 Craig RingerClarify that you can only monitor lag from an upstream
2015-04-24 Craig RingerMore docs on DDL locking
2015-04-24 Craig RingerThe apply worker wasn't checking for postmaster death...
2015-04-24 Petr JelinekCorrect lock level in filter_AlterTableStmt()
2015-04-24 Martín MarquésMissing separation coma in the bdr.bdr_group_join example
2015-04-24 Craig RingerFixes for UNLOGGED tables in the command filter
2015-04-24 Petr JelinekFix typo in previous commit
2015-04-24 Petr Jelinekbdr_init_copy: insert correct bdr_node entry
2015-04-24 Petr Jelinekbdr_init_copy: properly escape single quotes
2015-04-24 Martín MarquésTypo in bdr_init_copy help information
2015-04-24 Martín MarquésTypo in the docs
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 Craig RingerRename 'bdr' reserved db to 'bdr_supervisordb'
2015-04-15 Craig RingerLower log level of 'Found bdr_connections entry ' log...
2015-04-07 Petr JelinekDon't acquire table locks in command filter.
2015-04-07 Craig RingerDocument pg_xlog_wait_remote_recieve and pg_xlog_wait_r...
2015-04-07 Craig RingerSwap "node management" and "configuration settings...
2015-04-01 Petr Jelinekdoc: Fix typos in function names.
2015-04-01 Petr JelinekFix bdr.bdr_replication_identifier table definition
2015-03-29 Petr Jelinekdoc: Print BDR version in the title.
2015-03-29 Petr Jelinekdoc: Add optinal website-build flag
2015-03-29 Petr Jelinekdoc: Make the font bit nices
2015-03-26 Petr JelinekFix identifier test so that it works for UDR too.
2015-03-26 Petr JelinekRevert inadvertent test change done in d8fc209d5
2015-03-26 Petr Jelinekdoc: Remove mentions of bdr-plugin/stable branch from...
2015-03-26 Ian Barwickdoc: Reword installation requirements slightly
2015-03-26 Ian Barwickdoc: fix a couple of xreflabels
2015-03-26 Ian Barwickdoc: misc typo fixes
2015-03-26 Craig RingerDocument tree structure for github README
2015-03-25 Petr JelinekFix PK detection on inherited tables.
2015-03-25 Petr Jelinekdoc: psql provided by BDR-PG has seqam support in \ds.
2015-03-25 Petr Jelinekdoc: Remove incorrect warning about bdr.bdr_replicate_d...
2015-03-25 Christoph Moench... fix link
2015-03-24 Craig Ringerdoc: Mention 2ndQuadrant prominently in top level,... bdr-plugin/0.9.0
2015-03-24 Craig Ringerdoc: Document apt repo key ID
2015-03-24 Craig Ringerdoc: Make it clear that conflicts and repsets docs...
2015-03-24 Craig Ringerdoc: Sort relnotes newest to oldest (desc)
2015-03-24 Craig Ringerdoc: Mention Debian/Ubuntu packages
2015-03-24 Craig Ringerdoc: Flesh out 0.9.0 relnotes
2015-03-24 Craig Ringerbdr: Flesh out 0.8.0 relnotes
2015-03-24 Craig Ringerdoc: Skeletal documentation on catalogs, conflicts...
2015-03-24 Craig Ringerdoc: Examples of node removal
2015-03-24 Craig Ringerdoc: Remove superceded distributed sequences docs
2015-03-24 Craig RingerMake bdr.queue_truncate() SECURITY DEFINER
2015-03-24 Abhijit Menon-SenFix typo: wheras → whereas
2015-03-24 Craig Ringerdoc: Convert and update global sequences documentation
2015-03-24 Craig Ringerdoc: Rearrange top level to have consistent part/chapte...
2015-03-24 Craig Ringerdoc: add a stub "catalogs and views" section
2015-03-24 Craig Ringerdoc: First pass copy-editing and revision of monitoring...
2015-03-23 kforte90"added information that seems helpful to monitoring...
2015-03-23 kforte90"added examples of how to call node functions"
2015-03-23 kforte90" added bdr.bdr_nodes table for monitoring"
2015-03-23 Craig Ringerbdr: doc: Add release notes for 0.7.x, 0.8.x, and ...
2015-03-23 Craig Ringerbdr: doc: Further node management docs work
2015-03-23 Craig Ringerbdr: add bdr.bdr_get_local_node_name() function
next