index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execIndexing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-3
/
+3
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-12
/
+8
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
1
-1
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix typo in comment.
Robert Haas
2016-09-15
1
-1
/
+1
*
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-04
1
-7
/
+12
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-1
/
+1
*
Remove trailing commas in enums.
Andres Freund
2016-04-14
1
-1
/
+1
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
1
-7
/
+7
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
1
-7
/
+7
*
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
1
-2
/
+4
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Remove duplicate word.
Robert Haas
2015-10-20
1
-1
/
+1
*
Improve INSERT .. ON CONFLICT error message.
Robert Haas
2015-10-13
1
-2
/
+2
*
Correct type of waitMode variable in ExecInsertIndexTuples().
Andres Freund
2015-08-15
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-13
/
+13
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-53
/
+364
*
Add comments explaining how unique and exclusion constraints are enforced.
Heikki Linnakangas
2015-04-24
1
-7
/
+52
*
Move functions related to index maintenance to separate source file.
Heikki Linnakangas
2015-04-24
1
-0
/
+541