postgresql/src/backend/access
Andres Freund f4f5845b31 Quick adaption of JIT tuple deforming to the fast default patch.
Instead using memset to set tts_isnull, call the new
slot_getmissingattrs().

Also fix a bug (= instead of >=) in the code generation. Normally = is
correct, but when repeatedly deforming fields not in a
tuple (e.g. deform up to natts + 1 and then natts + 2) >= is needed.

Discussion: https://postgr.es/m/20180328010053.i2qvsuuusst4lgmc@alap3.anarazel.de
2018-03-27 21:03:10 -07:00
..
brin Fix thinko in comment 2018-03-26 12:03:42 -03:00
common Quick adaption of JIT tuple deforming to the fast default patch. 2018-03-27 21:03:10 -07:00
gin Support parallel btree index builds. 2018-02-02 13:32:44 -05:00
gist Add predicate locking for GiST 2018-03-27 15:43:19 +03:00
hash Remove redundant IndexTupleDSize macro. 2018-02-28 19:25:54 -05:00
heap Allow HOT updates for some expression indexes 2018-03-27 19:57:02 +01:00
index Local partitioned indexes 2018-01-19 11:49:22 -03:00
nbtree Optimize btree insertions for common case of increasing values 2018-03-26 22:39:24 +10:30
rmgrdesc Update copyright for 2018 2018-01-02 23:30:12 -05:00
spgist Fix tuple counting in SP-GiST index build. 2018-03-22 13:24:05 -04:00
tablesample Update copyright for 2018 2018-01-02 23:30:12 -05:00
transam Allow memory contexts to have both fixed and variable ident strings. 2018-03-27 16:46:51 -04:00
Makefile TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00