postgresql/contrib/test_decoding/sql
Peter Eisentraut 5dfd1e5a66 Logical decoding of TRUNCATE
Add a new WAL record type for TRUNCATE, which is only used when
wal_level >= logical.  (For physical replication, TRUNCATE is already
replicated via SMGR records.)  Add new callback for logical decoding
output plugins to receive TRUNCATE actions.

Author: Simon Riggs <simon@2ndquadrant.com>
Author: Marco Nenciarini <marco.nenciarini@2ndquadrant.it>
Author: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Reviewed-by: Petr Jelinek <petr.jelinek@2ndquadrant.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
2018-04-07 11:34:10 -04:00
..
binary.sql
ddl.sql MERGE SQL Command following SQL:2016 2018-04-03 09:28:16 +01:00
decoding_in_xact.sql
decoding_into_rel.sql Fix crash when logical decoding is invoked from a PL function. 2017-10-06 19:18:58 -04:00
messages.sql
permissions.sql
prepared.sql
replorigin.sql Fix more user-visible elog() calls. 2017-10-05 07:58:02 -04:00
rewrite.sql
slot.sql Ability to advance replication slots 2018-01-17 11:38:34 +00:00
spill.sql Make contrib/test_decoding regression tests safe for CZ locale. 2016-11-21 20:39:28 -05:00
time.sql
toast.sql Add regression test for wide REPLICA IDENTITY FULL updates. 2017-08-05 14:43:11 -07:00
truncate.sql Logical decoding of TRUNCATE 2018-04-07 11:34:10 -04:00
xact.sql