index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
/
expected
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
1
-1
/
+1
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
1
-4
/
+8
*
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-20
1
-0
/
+45
*
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-29
1
-1
/
+55
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
1
-0
/
+44
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
1
-0
/
+10
*
pgstat: add/extend tests for resetting various kinds of stats.
Andres Freund
2022-04-07
1
-30
/
+87
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
11
-376
/
+51
*
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-06
1
-61
/
+10
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
1
-0
/
+46
*
Close race condition in slot_creation_error.spec.
Noah Misch
2022-03-18
1
-9
/
+11
*
Stabilize test_decoding touching with sequences
Tomas Vondra
2022-03-08
5
-22
/
+22
*
Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.
Noah Misch
2022-03-04
1
-1
/
+4
*
Rearrange libpq's error reporting to avoid duplicated error text.
Tom Lane
2022-02-18
1
-1
/
+0
*
Add isolation test for errors during logical slot creation.
Andres Freund
2022-02-14
1
-0
/
+113
*
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
1
-1
/
+1
*
Fix skip-empty-xacts with sequences in test_decoding
Tomas Vondra
2022-02-12
1
-7
/
+5
*
Add decoding of sequences to test_decoding
Tomas Vondra
2022-02-12
11
-29
/
+356
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
1
-0
/
+76
*
Add SQL functions to monitor the directory contents of replication slots
Michael Paquier
2021-11-23
1
-0
/
+21
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
1
-0
/
+22
*
Improve display of query results in isolation tests.
Tom Lane
2021-06-23
9
-385
/
+643
*
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-06-22
1
-1
/
+1
*
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-27
1
-0
/
+24
*
Fix tests for replication slots stats.
Amit Kapila
2021-05-13
1
-42
/
+4
*
Another try to fix the test case added by commit f5fc2f5b23.
Amit Kapila
2021-04-30
1
-30
/
+32
*
Fix test case added by commit f5fc2f5b23.
Amit Kapila
2021-04-19
1
-19
/
+38
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
1
-23
/
+56
*
Message improvement
Peter Eisentraut
2021-04-07
1
-1
/
+1
*
Fix memory lifetime issues of replication slot stats.
Andres Freund
2021-03-17
1
-0
/
+16
*
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-03
3
-25
/
+25
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
2
-51
/
+15
*
Raise a timeout to 180s, in contrib/test_decoding.
Noah Misch
2021-02-27
1
-3
/
+2
*
Fix the test for decoding of two-phase transactions.
Amit Kapila
2021-01-09
1
-2
/
+2
*
Test decoding of two-phase transactions during the build of a consistent snap...
Amit Kapila
2021-01-05
1
-0
/
+41
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
2
-0
/
+382
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
1
-2
/
+3
*
Change the attribute name in pg_stat_replication_slots view.
Amit Kapila
2020-10-20
1
-7
/
+7
*
Fix the unstable output of tests added by commit 8fccf75834.
Amit Kapila
2020-10-13
1
-9
/
+11
*
Add tests for logical replication spilled stats.
Amit Kapila
2020-10-13
1
-0
/
+109
*
Skip empty transaction stream in test_decoding.
Amit Kapila
2020-09-11
2
-4
/
+20
*
Add regression tests for REPLICA IDENTITY with dropped indexes
Michael Paquier
2020-08-26
1
-1
/
+70
*
Fix the logical streaming test.
Amit Kapila
2020-08-08
1
-2
/
+2
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
2
-0
/
+100
*
Replace superuser check by ACLs for replication origin functions
Michael Paquier
2020-06-14
1
-0
/
+29
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
1
-0
/
+4
*
Check slot->restart_lsn validity in a few more places
Alvaro Herrera
2020-04-28
1
-1
/
+2
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
5
-10
/
+10
*
Remove header noise from test_decoding test
Alvaro Herrera
2020-03-31
1
-2
/
+2
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
1
-0
/
+39
[next]