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
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-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-05
Add regression test for wide REPLICA IDENTITY FULL updates.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-04-04
Force synchronous commit in new-ish test_decoding test.
Andres Freund
2017-03-14
Improve isolation tests infrastructure.
Andres Freund
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-15
Various temporary slots test improvements
Peter Eisentraut
2016-12-12
Fix race condition in test_decoding "slot" test.
Tom Lane
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-11-22
Make contrib/test_decoding regression tests safe for CZ locale.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-10-13
Fix further hash table order dependent tests.
Andres Freund
2016-10-04
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-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
[next]