| 2014-07-03 |
Petr Jelinek | bdr: add -s [SYSID] option to pg_resetxlog |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Distributed DDL locking. |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Allow shutdown to interrupt bdr workers by trigger... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Reset replication identifier lsn/time after a... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Reduce log level of feedback messages to DEBUG2 |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Fix typo in log message |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Don't increase the number of configured nodes... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | wal_decoding: Fix sending of nontransactional messages... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | wal_decoding: Add rmgrdesc support for the message... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Send remote transaction origin (sysid,tlid,dboid... |
commit | commitdiff | tree |
| 2014-07-03 |
Petr Jelinek | bdr: Remove unused ApplyWorker allocations from _PG_init |
commit | commitdiff | tree |
| 2014-07-03 |
Petr Jelinek | bdr: Fix crash when queueing ddl commands that are... |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr: code review for bdr_conflict_handlers_check_handle... |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr: minor code review for bdr_create_conflict_handler |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr/deparse: have DDL replication track perpetrators |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Fix use of wrong variable. |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: restart bgworkers after connection aborts again. |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Set application_name for both SPI and libpq connec... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Use (sysid,timelineid,dboid) on the wire, not... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Use database oid, not database name, as key in... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Expose dboid via bdr_connect |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: BGWorker exit with BGW_NO_RESTART is now respected... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Fix init_replica bug introduced by per-db workers... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Add db oid param to fetch_sysid_via_node_id, add... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Fixup for Mkvcbuild.pm typo |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: include header file for prototypes |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Put files to be built into a consistent order... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: move fetch_sysid_via_node_id into bdr_catalogs.c |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Add timeline ID to bdr.bdr_nodes, change sysid... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: tests for DDL replication |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fixing check target |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: use get_database_name() not direct syscache lookup |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr: fix drops stuff for internal objects |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr: replicate all DDL commands |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Don't use send/recv protocol for array/composite... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Use GetSysCacheOidError2 to cut some code in confl... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: move GetSysCacheOidError2 into bdr_catalogs.c... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Better error message on slot creation for db where... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: minor header cleanup |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: don't perform ddl command filtering in non bdr... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: disable commandfilter when running in single user... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: test cases for cluster-internal drop replication... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: enabling cluster-internal replication |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: implementing bdr.<name>_local_dbname |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: refactor BdrConnectionConfig to use char * instead... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Prevent slot creation until BDR is up and ready |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: At high debug levels log replication protocol... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Prevent null pointer dereference for blank output... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Don't register duplicate apply workers on perdb... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: always send 0 as timeframe for UPDATE vs... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: integration of conflict handlers for UPDATE vs... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: use same datatype as bdr_max_workers to avoid... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: adding errcodes to a lot of ereports |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: refactoring: remove duplicate enum for conflict... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: bdr_queued_commands has been changed, use... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Move apply worker global state out of shmem |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: implement per-db worker in shmem |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Be a bit more considerate when creating the necess... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Be more careful about recursively entered ddl... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Try to be more consistent in bdr--0.5.sql |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr: queue command_tag rather than objtype/identity |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Log conflicts to a bdr.bdr_conflict_history table |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: move heap and index access routines into bdr_execu... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: move bdr_process_remote_command into bdr_apply.c |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: include timeframe in conflict handlers view |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: partly reverting ff6fc55 due to mussjudgements |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: we now use ereport() and elog(DEBUG1) in various... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: get schema name from oid and don't use hard... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: do not use vars named errmsg, generate proper... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: use correct datatypes in various loops |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: command filter enhancements and fixes |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: conflict handlers: refactored handler invocation |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: use CreateCommandTag() for various commands |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: really disallow SECURITY LABEL for now |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Don't use hack to avoid copying whole tuples when... |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Send remote transaction ID in begin messages |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Remove unused field has_timetravel from ReorderBuf... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: use createCommandTag() |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: conflict handlers: always forbid conflict handlers... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: isolationtester: some basic tests for generating... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: allow VALIDATE CONSTRAINT |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: build bdr_relcache.c and bdr_conflict_handler... |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: introducing conflict handlers |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: introducing a relcache |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix: don't access relation after it's been closed |
commit | commitdiff | tree |
| 2014-07-03 |
Christian Kruse | bdr: fix command filter to check on the transformed... |
commit | commitdiff | tree |
| 2014-07-03 |
Abhijit Menon-Sen | bdr: Fix a couple of minor typos |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Significantly improve the commandfilter. |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Place assertion forbidding expression unique index... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Use a more narrow START/END critical section in... |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr: also replicate CREATE FUNCTION |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr: don't replicate objects in extensions |
commit | commitdiff | tree |
| 2014-07-03 |
Alvaro Herrera | bdr: also replicate ALTER SEQUENCE |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Also accept ProcessedConstraints in the commandfilter. |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: WIP: add more info to ddl queues |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: in get_worker_option removal, it helps to incremen... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Supply a 'short_desc' for bdr.default_apply_delay. |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Fix typo in the get_worker_option() removal patch. |
commit | commitdiff | tree |
| 2014-07-03 |
Craig Ringer | bdr: Remove get_worker_option in favour of direct GUC... |
commit | commitdiff | tree |
| 2014-07-03 |
Andres Freund | bdr: Don't include frontend libpq in generic bdr header. |
commit | commitdiff | tree |
| next |