postgresql/src/backend
Andrew Gierth 501ed02cf6 Fix transition tables for partition/inheritance.
We disallow row-level triggers with transition tables on child tables.
Transition tables for triggers on the parent table contain only those
columns present in the parent.  (We can't mix tuple formats in a
single transition table.)

Patch by Thomas Munro

Discussion: https://postgr.es/m/CA%2BTgmoZzTBBAsEUh4MazAN7ga%3D8SsMC-Knp-6cetts9yNZUCcg%40mail.gmail.com
2017-06-28 18:55:03 +01:00
..
access Fix typo in comment 2017-06-22 16:42:38 -04:00
bootstrap Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
catalog Fix transition tables for partition/inheritance. 2017-06-28 18:55:03 +01:00
commands Fix transition tables for partition/inheritance. 2017-06-28 18:55:03 +01:00
executor Fix transition tables for partition/inheritance. 2017-06-28 18:55:03 +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 Second try at fixing tcp_keepalives_idle option on Solaris. 2017-06-28 12:30:16 -04:00
main Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
nodes Phase 3 of pgindent updates. 2017-06-21 15:35: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 Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
postmaster Don't lose walreceiver start requests due to race condition in postmaster. 2017-06-26 17:31:56 -04:00
regex Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
replication Improve replication lag interpolation after idle period 2017-06-23 18:58:46 +01:00
rewrite Phase 3 of pgindent updates. 2017-06-21 15:35:54 -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 Minor code review for parse_phrase_operator(). 2017-06-26 10:31:10 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Add ICU_CFLAGS to global CPPFLAGS 2017-06-12 15:57:22 -04:00
Makefile Implement multivariate n-distinct coefficients 2017-03-24 14:06:10 -03:00
nls.mk Translation updates 2017-05-15 12:19:54 -04:00