]> granicus.if.org Git - postgresql/history - src/backend/executor/execIndexing.c
Faster expression evaluation and targetlist projection.
[postgresql] / src / backend / executor / execIndexing.c
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-09-15 Robert HaasFix typo in comment.
2016-07-04 Tom LaneFix failure to handle conflicts in non-arbiter exclusio...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-15 Andres FreundRemove trailing commas in enums.
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-15 Stephen FrostAvoid incorrectly indicating exclusion constraint wait
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-20 Robert HaasRemove duplicate word.
2015-10-13 Robert HaasImprove INSERT .. ON CONFLICT error message.
2015-08-15 Andres FreundCorrect type of waitMode variable in ExecInsertIndexTup...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-24 Heikki LinnakangasAdd comments explaining how unique and exclusion constr...
2015-04-24 Heikki LinnakangasMove functions related to index maintenance to separate...