postgresql/src
Robert Haas 8355a011a0 Allow ON CONFLICT .. DO NOTHING on a partitioned table.
ON CONFLICT .. DO UPDATE still doesn't work, for lack of a way of
enforcing uniqueness across partitions, but we can still allow this
case.

Amit Langote, per discussion with Peter Geoghegan.  Additional
wordsmithing by me.

Discussion: http://postgr.es/m/CAA-aLv7Z4uygtq-Q5CvDi9Y=VZxUyEnuWjL=EwCfOof=L04hgg@mail.gmail.com
2017-03-27 10:37:41 -04:00
..
backend Allow ON CONFLICT .. DO NOTHING on a partitioned table. 2017-03-27 10:37:41 -04:00
bin Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
common Sync pg_dump and pg_dumpall output 2017-03-22 10:20:13 -04:00
fe_utils Spelling fixes in code comments 2017-03-14 12:58:39 -04:00
include Support hashed aggregation with grouping sets. 2017-03-27 04:20:54 +01:00
interfaces Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
makefiles
pl Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
port Fix and simplify check for whether we're running as Windows service. 2017-03-17 11:14:01 +02:00
template
test Allow ON CONFLICT .. DO NOTHING on a partitioned table. 2017-03-27 10:37:41 -04:00
timezone Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
tools Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
tutorial Recommend wrappers of PG_DETOAST_DATUM_PACKED(). 2017-03-12 19:35:33 -04:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in ICU support 2017-03-23 15:28:48 -04:00
Makefile.shlib
nls-global.mk
win32.mak