postgresql/src
Tom Lane 079013f0b7 Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
When IF NOT EXISTS was added to CREATE TABLE AS, this logic didn't get
the memo, possibly resulting in an Assert failure.  It looks like there
would have been no ill effects in a non-Assert build, though.  Back-patch
to 9.5 where the IF NOT EXISTS option was added.

Stas Kelvich
2016-04-11 20:07:17 -04:00
..
backend Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ... 2016-04-11 20:07:17 -04:00
bin Translation updates 2016-03-28 08:44:53 +02:00
common pgindent run for 9.5 2015-05-23 21:35:49 -04:00
include Stamp 9.5.2. 2016-03-28 16:07:39 -04:00
interfaces Avoid possibly-unsafe use of Windows' FormatMessage() function. 2016-03-29 11:54:57 -04:00
makefiles Link $(WIN32RES) into single-file modules only when PGFILEDESC is set. 2015-08-05 20:45:21 -04:00
pl Fix freshly-introduced PL/Python portability bug. 2016-04-11 18:17:02 -04:00
port Avoid possibly-unsafe use of Windows' FormatMessage() function. 2016-03-29 11:54:57 -04:00
template AIX: Test the -qlonglong option before use. 2015-07-17 03:01:29 -04:00
test Reset plan->row_security_env and planUserId 2016-03-28 09:03:41 -04:00
timezone Modernize zic's test for valid timezone abbreviations. 2016-03-26 15:59:14 -04:00
tools Turn down MSVC compiler verbosity 2016-04-08 12:36:59 -04:00
tutorial Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
.gitignore
bcc32.mak
DEVELOPERS
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Back-patch fixes to make TAP tests work on Windows. 2015-11-17 14:10:24 -05:00
Makefile.shlib AIX: Link TRANSFORM modules with their dependencies. 2015-07-15 21:00:30 -04:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak