postgresql/src/backend/access
Peter Eisentraut 04700b685f Rename TransactionChain functions
We call this thing a "transaction block" everywhere except in a few
functions, where it is mysteriously called a "transaction chain".  In
the SQL standard, a transaction chain is something different.  So rename
these functions to match the common terminology.

Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
2018-03-16 13:18:06 -04:00
..
brin Log when a BRIN autosummarization request fails 2018-03-14 11:59:40 -03:00
common Use platform independent type for TupleTableSlot->tts_off. 2018-02-20 15:12:52 -08:00
gin Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
gist Make gistvacuumcleanup() count the actual number of index tuples. 2018-03-02 11:22:42 -05:00
hash Remove redundant IndexTupleDSize macro. 2018-02-28 19:25:54 -05:00
heap Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments. 2018-03-05 15:28:03 -08:00
index Local partitioned indexes 2018-01-19 11:49:22 -03:00
nbtree Remove redundant IndexTupleDSize macro. 2018-02-28 19:25:54 -05:00
rmgrdesc Update copyright for 2018 2018-01-02 23:30:12 -05:00
spgist Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
tablesample Update copyright for 2018 2018-01-02 23:30:12 -05:00
transam Rename TransactionChain functions 2018-03-16 13:18:06 -04:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00