index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
Age
Commit message (
Expand
)
Author
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-11-13
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-12
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-10-01
Improve documentation about binary/textual output mode for output plugins.
Andres Freund
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-09-01
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
contrib/test_decoding/Makefile sets MODULES, so omit OBJS.
Noah Misch
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-05-16
Add test case for logical decoding of prepared transactions.
Heikki Linnakangas
2014-05-16
Fix test_decoding test case's check that slot has been dropped.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-15
contrib/test_decoding: fix regression test for psql oid display changes
Bruce Momjian
2014-03-31
test_decoding: Update .gitignore
Robert Haas
2014-03-30
Use separate output dirs for test_decoding's two runs.
Andrew Dunstan
2014-03-29
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-29
Force consistent row order in contrib/test_decoding regression test.
Noah Misch
2014-03-27
contrib/test_decoding: adjust expected output
Bruce Momjian
2014-03-12
Comment fixes related to logical decoding.
Robert Haas
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-05
Fix test_decoding regression test outputs.
Robert Haas
2014-03-05
Fix whitespace
Peter Eisentraut
2014-03-03
Introduce logical decoding.
Robert Haas