postgresql/src
Tom Lane 3d02cae310 Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs
from the source table.  This could never happen anyway before 8.4 because
the executor invariably applied a "junk filter" to rows due to be inserted;
but now that we skip doing that when it's not necessary, the case can occur.
Problem noted 2008-11-27 by KaiGai Kohei, though I misunderstood what he
was on about at the time (the opacity of the patch he proposed didn't help).
2009-02-08 18:02:27 +00:00
..
backend Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs 2009-02-08 18:02:27 +00:00
bin Provide for parallel restoration from a custom format archive. Each data and 2009-02-02 20:07:37 +00:00
include Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join 2009-02-06 23:43:24 +00:00
interfaces ecpg requires libpq; add Makefile rules to require libpq to be built 2009-02-07 17:17:34 +00:00
makefiles Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
pl Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERY 2009-02-05 15:25:49 +00:00
port Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 2009-01-21 10:30:02 +00:00
template Move forgotten comment closer to where it matters. 2008-10-29 16:23:07 +00:00
test Fix to_timestamp() to not require upper/lower case matching for meridian 2009-02-07 14:16:46 +00:00
timezone Update time zone data files to tzdata release 2009a: introduces Asia/Kathmandu 2009-01-29 19:59:59 +00:00
tools Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 2009-01-21 10:30:02 +00:00
tutorial Update copyright for 2009. 2009-01-01 17:24:05 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
Makefile.global.in Recreate ecpg_config.h with a stamp file created by config.status, same 2009-01-22 22:27:13 +00:00
Makefile.shlib Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
nls-global.mk Do not msgmerge against /dev/null; merge against the pot file itself 2009-01-20 09:58:50 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00