index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
Age
Commit message (
Expand
)
Author
2021-06-23
Improve display of query results in isolation tests.
Tom Lane
2021-06-22
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-06-17
Detect unused steps in isolation specs and do some cleanup
Michael Paquier
2020-02-19
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2019-04-29
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-02-12
Relax overly strict assertion
Alvaro Herrera
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-07-05
Reduce cost of test_decoding's new oldest_xmin test
Alvaro Herrera
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2017-10-06
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-05
Fix more user-visible elog() calls.
Robert Haas
2017-08-05
Add regression test for wide REPLICA IDENTITY FULL updates.
Andres Freund
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2016-11-21
Make contrib/test_decoding regression tests safe for CZ locale.
Tom Lane
2016-10-03
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-07
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-13
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-05
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-05
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-03
Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.
Andres Freund
2016-03-02
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-28
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-14
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-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-11
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-29
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
[next]