users/andresfreund/postgres.git
2014-07-03 Andres Freundbdr: Always use the correct relation name in truncation...
2014-07-03 Andres Freundbdr: Adapt to postgresql upstream changes
2014-07-03 Alvaro Herrerabdr: deparse: Support USING in CREATE SEQUENCE
2014-07-03 Christian Krusebdr: fix: include header files instead of forward decla...
2014-07-03 Andres Freundbdr: Include errno.h not sys/errno.h
2014-07-03 Andres Freundbdr: some cleanups for the init replica functionality.
2014-07-03 Craig Ringerbdr: Build bdr_init_replica.c on Windows too
2014-07-03 Andres Freundbdr: clean up include file mess
2014-07-03 Andres Freundbdr: document types of conflicts and their resolution...
2014-07-03 Craig Ringerbdr: Don't create TRUNCATE triggers for DDL replication...
2014-07-03 Craig Ringerbdr: Use logical dump/reload and catchup mode during...
2014-07-03 Craig Ringerbdr: Support stopping replay at a specified LSN
2014-07-03 Craig Ringerbdr: Expose origin id and lsn in decoded commit records
2014-07-03 Abhijit Menon-Senbdr: Add bdr_apply_pause/_resume functions
2014-07-03 Andres Freundbdr: reorder functions in bdr_apply.c
2014-07-03 Christian Krusebdr: do no longer generate a warning when bdr.permit_un...
2014-07-03 Craig Ringerbdr: Permit exclusion constraints in bdr extension...
2014-07-03 Abhijit Menon-Senbdr: Remove defunct contrib/bdr tests
2014-07-03 Christian Krusebdr: forbid partial unique indexes on permanent relations
2014-07-03 Christian Krusebdr: forbid EXCLUDE constraints on permanent relations
2014-07-03 Andres Freundbdr: Greatly improve conflict handling for insert
2014-07-03 Andres Freundbdr: Add bdr.default_apply_delay GUC
2014-07-03 Alvaro Herrerabdr: create extensions IF NOT EXISTS
2014-07-03 Christian Krusebdr: fix: actually set sys id and timeline
2014-07-03 Christian Krusebdr: fix: use palloc0() instead of palloc()
2014-07-03 Christian Krusebdr: added prototype for bdr_worker_shmem_release()
2014-07-03 Christian Krusebdr: fix: ensure to use the right format by using forma...
2014-07-03 Craig Ringerbdr: If bdr.max_connections is zero, don't try to alloc...
2014-07-03 Craig Ringerbdr: auto-calculate bdr.max_workers from bdr.connection...
2014-07-03 Andres Freundbdr: Don't print an informative message in a signal...
2014-07-03 Andres Freundbdr: code style cleanups for the dynamic bgworker change
2014-07-03 Andres Freundbdr: fix shmem size computation for the recent dynamic...
2014-07-03 Craig Ringerbdr: prefix functions with bdr_
2014-07-03 Craig Ringerbdr: Use dynamic background workers and shared memory
2014-07-03 Christian Krusebdr: fix: corrected typo in PG_FUNCTION_INFO_V1() call
2014-07-03 Christian Krusebdr: fix: SPI expects a char array for NULLs
2014-07-03 Andres Freundbdr: Fix issues with transaction local state used in...
2014-07-03 Christian Krusebdr: bugfix: avoid replication of internal schema
2014-07-03 Andres Freundbdr: Apply event from the command queue using full...
2014-07-03 Alvaro Herrerabdr: lift restriction on ALTER .. RENAME
2014-07-03 Alvaro Herrerabdr: fix idiotic bdr-drops merge mistaek
2014-07-03 Alvaro Herrerabdr: lift restriction on DROP
2014-07-03 Alvaro Herrerabdr: add DROP support, using stuff from bdr-drops
2014-07-03 Andres Freundbdr: Improve buffer and snapshot tracking.
2014-07-03 Andres Freundbdr: Minor code formatting fixes
2014-07-03 Craig Ringerbdr: Introduce support for forwarding changes from...
2014-07-03 Andres Freundbdr: Use sequencer wakeup scheduling code in the apply...
2014-07-03 Andres Freundbdr: Improve sequencer wakeup logic.
2014-07-03 Andres Freundbdr: Fix some embarrassing oversights in recent commits...
2014-07-03 Christian Krusebdr: allow certain types of ALTER TABLE commands
2014-07-03 Christian Krusebdr: better error messages for SPI calls
2014-07-03 Andres Freundbdr: Don't forbid CREATE INDEX CONCURRENTLY anymore.
2014-07-03 Andres Freundbdr: Clean up remote update replay code a bit.
2014-07-03 Andres Freundbdr: Remove superflous check_sequencer_wakeup() call.
2014-07-03 Andres Freundbdr: Simplify logic for generating the primary key...
2014-07-03 Andres Freundbdr: Try to add bdr_commandfilter.c to windows buildsystem.
2014-07-03 Christian Krusebdr: prevent specific utility commands from being executed
2014-07-03 Christian Krusebdr: bugfix: end critical section in „not acquired...
2014-07-03 Christian Krusebdr: calling check_sequencer_wakeup() now on UPDATE...
2014-07-03 Christian Krusebdr: moved apply/log update check code to a dedicated...
2014-07-03 Christian Krusebdr: generated_key wasn't used at all, so drop it
2014-07-03 Christian Krusebdr: refactored use Oids to identify and refer to relations
2014-07-03 Andres Freundbdr: Support replication of CONCURRENTLY commands.
2014-07-03 Alvaro Herrerabdr: queue CREATE SCHEMA as well
2014-07-03 Christian Krusebdr: Rewrote lookup code for bdr.bdr_queued_commands
2014-07-03 Andres Freundbdr: Fix typo causing the wrong tuple format to be...
2014-07-03 Andres Freundbdr: Fix typo causing the send/recv not to be used...
2014-07-03 Andres Freundbdr: Fix Windows build by compiling bdr_compat.c
2014-07-03 Andres Freundbdr: Properly send timestamps, xlogrecptrs as int64s
2014-07-03 Andres Freundbdr: Initial framework for choosing the correct data...
2014-07-03 Andres Freundbdr: Don't perform index insertions for HOT updates
2014-07-03 Andres Freundbdr: Use the old local tuple to build the new tuple...
2014-07-03 Andres Freundbdr: Send relation information separately from tuple...
2014-07-03 Andres Freundbdr: Ugly makefile hack to support make clean
2014-07-03 Andres Freundbdr: Initial implementation of a more elaborate tuple...
2014-07-03 Andres Freundbdr: Don't queue truncate triggers for serials created...
2014-07-03 Alvaro Herrerabdr: add CREATE EXTENSION to set of replicated commands
2014-07-03 Andres Freundbdr: Replicat CREATE TYPE
2014-07-03 Andres Freundbdr: adjustments for changed output plugin API
2014-07-03 Christian Krusebdr: use correct lock mode when creating extensions
2014-07-03 Christian Krusebdr: code formatting cleanup
2014-07-03 Alvaro Herrerabdr: mergme: Also queue ALTER TABLE commands
2014-07-03 Alvaro Herrerabdr: mergme: Only add truncate trigger if CREATE TABLE
2014-07-03 Andres Freundbdr: avoid race conditions when installing bdr extensions
2014-07-03 Christian Krusebdr: enabling CREATE TRIGGER replication
2014-07-03 Christian Krusebdr: implement support for TRUNCATE TABLE replication
2014-07-03 Andres Freundbdr: Don't insert commands into bdr_queued_commands...
2014-07-03 Andres Freundbdr: formatting fixes for bdr--0.5.sql
2014-07-03 Christian Krusebdr: moved GUCs to one-dot notation
2014-07-03 Alvaro Herrerabdr: ignore temp objects when queueing
2014-07-03 Alvaro Herrerabdr: Initial DDL replication
2014-07-03 Alvaro Herrerabdr: Initialize bgw_notify_pid to 0
2014-07-03 Andres Freundbdr: fix nasty typo leading to pkey extraction using...
2014-07-03 Andres Freundbdr: pgbench: delete instead of truncate
2014-07-03 Andres Freundbdr: bdr plugin
2014-07-03 Andres Freundbdr,core: Add database oid to IDENTIFY_SYSTEM
2014-07-03 Abhijit Menon-Senbdr,core: isolationtester: Isolationtester with multi...
2014-07-03 Abhijit Menon-Senwal_decoding: Add pg_xlog_wait_remote_{apply,receive...
2014-07-03 Craig Ringercore, bdr: Add --snapshot argument to pg_dump, allowing...
2014-07-03 Andres Freundwal_decoding: Add (non-)transactional message feature...
next