projects
/
users
/
andresfreund
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/andresfreund/postgres.git
2014-07-03
Andres Freund
bdr: Minor code formatting fixes
commit
|
commitdiff
|
tree
2014-07-03
Craig Ringer
bdr: Introduce support for forwarding changes from...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Use sequencer wakeup scheduling code in the apply...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Improve sequencer wakeup logic.
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Fix some embarrassing oversights in recent commits...
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: allow certain types of ALTER TABLE commands
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: better error messages for SPI calls
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Don't forbid CREATE INDEX CONCURRENTLY anymore.
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Clean up remote update replay code a bit.
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Remove superflous check_sequencer_wakeup() call.
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Simplify logic for generating the primary key...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Try to add bdr_commandfilter.c to windows buildsystem.
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: prevent specific utility commands from being executed
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: bugfix: end critical section in „not acquired...
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: calling check_sequencer_wakeup() now on UPDATE...
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: moved apply/log update check code to a dedicated...
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: generated_key wasn't used at all, so drop it
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: refactored use Oids to identify and refer to relations
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Support replication of CONCURRENTLY commands.
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
bdr: queue CREATE SCHEMA as well
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: Rewrote lookup code for bdr.bdr_queued_commands
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Fix typo causing the wrong tuple format to be...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Fix typo causing the send/recv not to be used...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Fix Windows build by compiling bdr_compat.c
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Properly send timestamps, xlogrecptrs as int64s
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Initial framework for choosing the correct data...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Don't perform index insertions for HOT updates
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Use the old local tuple to build the new tuple...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Send relation information separately from tuple...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Ugly makefile hack to support make clean
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Initial implementation of a more elaborate tuple...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Don't queue truncate triggers for serials created...
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
bdr: add CREATE EXTENSION to set of replicated commands
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Replicat CREATE TYPE
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: adjustments for changed output plugin API
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: use correct lock mode when creating extensions
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: code formatting cleanup
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
bdr: mergme: Also queue ALTER TABLE commands
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
bdr: mergme: Only add truncate trigger if CREATE TABLE
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: avoid race conditions when installing bdr extensions
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: enabling CREATE TRIGGER replication
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: implement support for TRUNCATE TABLE replication
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: Don't insert commands into bdr_queued_commands...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: formatting fixes for bdr--0.5.sql
commit
|
commitdiff
|
tree
2014-07-03
Christian Kruse
bdr: moved GUCs to one-dot notation
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
bdr: ignore temp objects when queueing
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
bdr: Initial DDL replication
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
bdr: Initialize bgw_notify_pid to 0
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: fix nasty typo leading to pkey extraction using...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: pgbench: delete instead of truncate
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr: bdr plugin
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
bdr,core: Add database oid to IDENTIFY_SYSTEM
commit
|
commitdiff
|
tree
2014-07-03
Abhijit Menon-Sen
bdr,core: isolationtester: Isolationtester with multi...
commit
|
commitdiff
|
tree
2014-07-03
Abhijit Menon-Sen
wal_decoding: Add pg_xlog_wait_remote_{apply,receive...
commit
|
commitdiff
|
tree
2014-07-03
Craig Ringer
core, bdr: Add --snapshot argument to pg_dump, allowing...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
wal_decoding: Add (non-)transactional message feature...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
core: Hack around function_parse_error_transpose()...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
core: Add strtoll/strtoull emulation if necessary.
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
seqam: v0.2.3
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
replication_identifiers: v0.3.2
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
committs: v0.4.5
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
core: use PG_FUNCNAME_MACRO to avoid stale name
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
event_trigger.c: Fix typo in comment
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
gram.y: more psprintf()
commit
|
commitdiff
|
tree
2014-07-03
Alvaro Herrera
json.c: fix typo
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
Merge remote-tracking branch '2ndq-bdr/deparse_9_4...
commit
|
commitdiff
|
tree
2014-07-03
Andres Freund
Merge remote-tracking branch '2ndq-bdr/bdr-drops_9_4...
commit
|
commitdiff
|
tree
2014-07-03
Peter Eisentraut
Use a separate temporary directory for the Unix-domain...
commit
|
commitdiff
|
tree
2014-07-03
Peter Eisentraut
Support vpath builds in TAP tests
commit
|
commitdiff
|
tree
2014-07-02
Kevin Grittner
Smooth reporting of commit/rollback statistics.
commit
|
commitdiff
|
tree
2014-07-02
Bruce Momjian
pg_upgrade: preserve database and relation minmxid...
commit
|
commitdiff
|
tree
2014-07-02
Bruce Momjian
pg_upgrade: no need to remove "members" files for...
commit
|
commitdiff
|
tree
2014-07-02
Tom Lane
Add some errdetail to checkRuleResultList().
commit
|
commitdiff
|
tree
2014-07-02
Fujii Masao
Prevent psql from issuing BEGIN before ALTER SYSTEM...
commit
|
commitdiff
|
tree
2014-07-01
Tom Lane
Fix inadequately-sized output buffer in contrib/unaccent.
commit
|
commitdiff
|
tree
2014-06-30
Bruce Momjian
pg_upgrade: update C comments about pg_dumpall
commit
|
commitdiff
|
tree
2014-06-30
Noah Misch
Don't prematurely free the BufferAccessStrategy in...
commit
|
commitdiff
|
tree
2014-06-30
Andres Freund
Check interrupts during logical decoding more frequently.
commit
|
commitdiff
|
tree
2014-06-30
Heikki Linnakangas
Revert the assertion of no palloc's in critical section.
commit
|
commitdiff
|
tree
2014-06-29
Tom Lane
Remove use_json_as_text options from json_to_record...
commit
|
commitdiff
|
tree
2014-06-27
Alvaro Herrera
Have multixact be truncated by checkpoint, not vacuum
commit
|
commitdiff
|
tree
2014-06-27
Alvaro Herrera
Don't allow relminmxid to go backwards during VACUUM...
commit
|
commitdiff
|
tree
2014-06-27
Alvaro Herrera
Fix broken Assert() introduced by 8e9a16ab8f7f0e58
commit
|
commitdiff
|
tree
2014-06-27
Tom Lane
Disallow pushing volatile qual expressions down into...
commit
|
commitdiff
|
tree
2014-06-26
Tom Lane
Get rid of bogus separate pg_proc entries for json_extr...
commit
|
commitdiff
|
tree
2014-06-26
Tom Lane
Forward-patch regression test for "could not find pathk...
commit
|
commitdiff
|
tree
2014-06-26
Fujii Masao
Remove obsolete example of CSV log file name from log_f...
commit
|
commitdiff
|
tree
2014-06-25
Tom Lane
Rationalize error messages within jsonfuncs.c.
commit
|
commitdiff
|
tree
2014-06-25
Tom Lane
Cosmetic improvements in jsonfuncs.c.
commit
|
commitdiff
|
tree
2014-06-25
Tom Lane
Fix handling of nested JSON objects in json_populate_re...
commit
|
commitdiff
|
tree
2014-06-24
Bruce Momjian
pg_upgrade: remove pg_multixact files left by initdb
commit
|
commitdiff
|
tree
2014-06-24
Heikki Linnakangas
Don't allow foreign tables with OIDs.
commit
|
commitdiff
|
tree
2014-06-23
Fujii Masao
Fix typo in replication slot function doc.
commit
|
commitdiff
|
tree
2014-06-23
Fujii Masao
Add missing closing parenthesis into max_replication_sl...
commit
|
commitdiff
|
tree
2014-06-21
Bruce Momjian
doc: adjust JSONB GIN index description
commit
|
commitdiff
|
tree
2014-06-21
Bruce Momjian
9.4 release notes: adjust some entry wording
commit
|
commitdiff
|
tree
2014-06-21
Kevin Grittner
Fix documentation template for CREATE TRIGGER.
commit
|
commitdiff
|
tree
2014-06-20
Joe Conway
Clean up data conversion short-lived memory context.
commit
|
commitdiff
|
tree
2014-06-20
Andres Freund
Do all-visible handling in lazy_vacuum_page() outside...
commit
|
commitdiff
|
tree
2014-06-20
Tom Lane
Avoid leaking memory while evaluating arguments for...
commit
|
commitdiff
|
tree
next