summaryrefslogtreecommitdiff
path: root/src/backend/executor/execIndexing.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan2022-01-121-2/+29
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-081-11/+2
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-131-4/+156
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-141-6/+3
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley2019-06-051-0/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-9/+9
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-231-1/+3
* tableam: Add and use scan APIs.Andres Freund2019-03-111-11/+7
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-211-1/+1
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-271-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+2
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-1/+1
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-071-7/+7
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-3/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-12/+8
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-091-1/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix typo in comment.Robert Haas2016-09-151-1/+1
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-041-7/+12
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Remove trailing commas in enums.Andres Freund2016-04-141-1/+1
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-7/+7
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-7/+7
* Avoid incorrectly indicating exclusion constraint waitStephen Frost2016-03-151-2/+4
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Remove duplicate word.Robert Haas2015-10-201-1/+1
* Improve INSERT .. ON CONFLICT error message.Robert Haas2015-10-131-2/+2
* Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund2015-08-151-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-13/+13
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-53/+364
* Add comments explaining how unique and exclusion constraints are enforced.Heikki Linnakangas2015-04-241-7/+52
* Move functions related to index maintenance to separate source file.Heikki Linnakangas2015-04-241-0/+541