index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
Age
Commit message (
Expand
)
Author
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-06
Modify test_decoding/messages to remove non-ascii chars
Simon Riggs
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-03-19
Fix phony .PHONY.
Tom Lane
2016-03-06
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-06
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-06
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-04
Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.
Andres Freund
2016-03-03
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-03
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-09-22
test_decoding: Protect against rare spurious test failures.
Andres Freund
2015-08-15
Remove bogus step from test_decoding isolation tests.
Robert Haas
2015-08-10
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-06-27
Fix test_decoding's handling of nonexistant columns in old tuple versions.
Andres Freund
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-12
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-08
Remove dependency on ordering in logical decoding upsert test.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-23
Improve speed of make check-world
Peter Eisentraut
2015-04-22
Rename pg_replication_slot's new active_in to active_pid.
Andres Freund
2015-04-21
Add 'active_in' column to pg_replication_slots.
Andres Freund
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
[next]