index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
test_decoding
/
sql
/
ddl.sql
Age
Commit message (
Expand
)
Author
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-08
Stabilize test_decoding touching with sequences
Tomas Vondra
2022-02-11
Add decoding of sequences to test_decoding
Tomas Vondra
2020-08-26
Add regression tests for REPLICA IDENTITY with dropped indexes
Michael Paquier
2020-04-07
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-03-31
Remove header noise from test_decoding test
Alvaro Herrera
2019-06-08
Stop using spelling "nonexistant".
Noah Misch
2019-02-12
Relax overly strict assertion
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2016-10-13
Fix further hash table order dependent tests.
Andres Freund
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-03-06
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2015-06-27
Fix test_decoding's handling of nonexistant columns in old tuple versions.
Andres Freund
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
2014-09-01
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Andres Freund
2014-05-16
Fix test_decoding test case's check that slot has been dropped.
Heikki Linnakangas
2014-03-29
Force consistent row order in contrib/test_decoding regression test.
Noah Misch
2014-03-05
Fix whitespace
Peter Eisentraut
2014-03-03
Introduce logical decoding.
Robert Haas