postgresql/src/backend
Andrew Gierth 1add0b15f1 Fix COPY's handling of transition tables with indexes.
Commit c46c0e5202 failed to pass the
TransitionCaptureState object to ExecARInsertTriggers() in the case
where it's using heap_multi_insert and there are indexes.  Repair.

Thomas Munro, from a report by David Fetter
Discussion: https://postgr.es/m/20170708084213.GA14720%40fetter.org
2017-07-10 11:40:08 +01:00
..
access Fix potential data corruption during freeze 2017-07-06 17:18:55 +03:00
bootstrap Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
catalog Clarify the contract of partition_rbound_cmp(). 2017-07-06 12:46:08 +01:00
commands Fix COPY's handling of transition tables with indexes. 2017-07-10 11:40:08 +01:00
executor Fix transition tables for wCTEs. 2017-06-28 18:59:01 +01:00
foreign Abstract logic to allow for multiple kinds of child rels. 2017-04-03 22:41:31 -04:00
lib Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
libpq Treat clean shutdown of an SSL connection same as the non-SSL case. 2017-07-03 14:51:51 +03:00
main Change pg_ctl to detect server-ready by watching status in postmaster.pid. 2017-06-28 17:31:32 -04:00
nodes Fix output of char node fields 2017-07-05 10:51:54 -04:00
optimizer Document partitioned_rels in create_modifytable_path header comment. 2017-06-22 13:52:50 -04:00
parser Re-allow SRFs and window functions within sub-selects within aggregates. 2017-06-27 17:51:11 -04:00
po Translation updates 2017-05-15 12:19:54 -04:00
port Change pg_ctl to detect server-ready by watching status in postmaster.pid. 2017-06-28 17:31:32 -04:00
postmaster Change pg_ctl to detect server-ready by watching status in postmaster.pid. 2017-06-28 17:31:32 -04:00
regex Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
replication Reduce delay for last logicalrep feedback message when master goes idle. 2017-07-01 12:15:51 -04:00
rewrite Fix UPDATE of GENERATED ALWAYS identity columns 2017-06-30 23:44:17 -04:00
snowball Initial pgindent run with pg_bsd_indent version 2.0. 2017-06-21 14:39:04 -04:00
statistics Fix typos in README.dependencies 2017-06-22 17:12:27 -04:00
storage Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
tcop Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
tsearch Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
utils Refine memory allocation in ICU conversions 2017-07-01 23:08:37 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
common.mk Add ICU_CFLAGS to global CPPFLAGS 2017-06-12 15:57:22 -04:00
nls.mk Translation updates 2017-05-15 12:19:54 -04:00