postgresql/src/backend/access
Magnus Hagander 016c990834 Fix incorrect variable datatype
Both datatypes map to the same underlying one which is why it still
worked, but we should use the correct type.

Author: Kyotaro HORIGUCHI
2017-02-28 12:20:35 +01:00
..
brin Add optimizer and executor support for parallel index scans. 2017-02-15 13:53:24 -05:00
common Consistently declare timestamp variables as TimestampTz. 2017-02-23 15:57:08 -05:00
gin Add optimizer and executor support for parallel index scans. 2017-02-15 13:53:24 -05:00
gist Allow index AMs to return either HeapTuple or IndexTuple format during IOS. 2017-02-27 17:20:34 -05:00
hash hash: Refactor overflow page allocation. 2017-02-27 22:59:55 +05:30
heap Minor fixes for WAL consistency checking. 2017-02-14 12:41:01 -05:00
index Allow index AMs to return either HeapTuple or IndexTuple format during IOS. 2017-02-27 17:20:34 -05:00
nbtree Add optimizer and executor support for parallel index scans. 2017-02-15 13:53:24 -05:00
rmgrdesc Split index xlog headers from other private index headers. 2017-02-14 15:37:59 -05:00
spgist Allow index AMs to return either HeapTuple or IndexTuple format during IOS. 2017-02-27 17:20:34 -05:00
tablesample Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
transam Fix incorrect variable datatype 2017-02-28 12:20:35 +01:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00