users/andresfreund/postgres.git
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...
2014-07-03 Andres Freundcore: Hack around function_parse_error_transpose()...
2014-07-03 Andres Freundcore: Add strtoll/strtoull emulation if necessary.
2014-07-03 Andres Freundseqam: v0.2.3
2014-07-03 Andres Freundreplication_identifiers: v0.3.2
2014-07-03 Andres Freundcommitts: v0.4.5
2014-07-03 Alvaro Herreracore: use PG_FUNCNAME_MACRO to avoid stale name
2014-07-03 Alvaro Herreraevent_trigger.c: Fix typo in comment
2014-07-03 Alvaro Herreragram.y: more psprintf()
2014-07-03 Alvaro Herrerajson.c: fix typo
2014-07-03 Andres FreundMerge remote-tracking branch '2ndq-bdr/deparse_9_4...
2014-07-03 Andres FreundMerge remote-tracking branch '2ndq-bdr/bdr-drops_9_4...
2014-07-03 Peter EisentrautUse a separate temporary directory for the Unix-domain...
2014-07-03 Peter EisentrautSupport vpath builds in TAP tests
2014-07-02 Kevin GrittnerSmooth reporting of commit/rollback statistics.
2014-07-02 Bruce Momjianpg_upgrade: preserve database and relation minmxid...
2014-07-02 Bruce Momjianpg_upgrade: no need to remove "members" files for...
2014-07-02 Tom LaneAdd some errdetail to checkRuleResultList().
2014-07-02 Fujii MasaoPrevent psql from issuing BEGIN before ALTER SYSTEM...
2014-07-01 Tom LaneFix inadequately-sized output buffer in contrib/unaccent.
2014-06-30 Bruce Momjianpg_upgrade: update C comments about pg_dumpall
2014-06-30 Noah MischDon't prematurely free the BufferAccessStrategy in...
2014-06-30 Andres FreundCheck interrupts during logical decoding more frequently.
2014-06-30 Heikki LinnakangasRevert the assertion of no palloc's in critical section.
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-27 Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-27 Alvaro HerreraDon't allow relminmxid to go backwards during VACUUM...
2014-06-27 Alvaro HerreraFix broken Assert() introduced by 8e9a16ab8f7f0e58
2014-06-27 Tom LaneDisallow pushing volatile qual expressions down into...
2014-06-26 Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-26 Tom LaneForward-patch regression test for "could not find pathk...
2014-06-26 Fujii MasaoRemove obsolete example of CSV log file name from log_f...
2014-06-25 Tom LaneRationalize error messages within jsonfuncs.c.
2014-06-25 Tom LaneCosmetic improvements in jsonfuncs.c.
2014-06-25 Tom LaneFix handling of nested JSON objects in json_populate_re...
2014-06-24 Bruce Momjianpg_upgrade: remove pg_multixact files left by initdb
2014-06-24 Heikki LinnakangasDon't allow foreign tables with OIDs.
2014-06-23 Fujii MasaoFix typo in replication slot function doc.
2014-06-23 Fujii MasaoAdd missing closing parenthesis into max_replication_sl...
2014-06-21 Bruce Momjiandoc: adjust JSONB GIN index description
2014-06-21 Bruce Momjian9.4 release notes: adjust some entry wording
2014-06-21 Kevin GrittnerFix documentation template for CREATE TRIGGER.
2014-06-20 Joe ConwayClean up data conversion short-lived memory context.
2014-06-20 Andres FreundDo all-visible handling in lazy_vacuum_page() outside...
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
next