postgresql/src/backend
Tom Lane 31bc839724 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
transformExpr() is required to cope with already-transformed expression
trees, for various ugly-but-not-quite-worth-cleaning-up reasons.  However,
some of its newer subroutines hadn't gotten the memo.  This accounts for
bug #7763 from Norbert Buchmuller: transformRowExpr() was overwriting the
previously determined type of a RowExpr during CREATE TABLE LIKE INCLUDING
INDEXES.  Additional investigation showed that transformXmlExpr had the
same kind of problem, but all the other cases seem to be safe.

Andres Freund and Tom Lane
2012-12-23 14:07:24 -05:00
..
access Fix grammatical mistake in error message 2012-12-20 23:36:13 -05:00
bootstrap Add context info to OAT_POST_CREATE security hook 2012-10-23 18:24:24 -03:00
catalog Make some messages more consistent in style 2012-12-21 00:10:46 -05:00
commands Make some messages more consistent in style 2012-12-21 00:10:46 -05:00
executor Add defenses against integer overflow in dynahash numbuckets calculations. 2012-12-11 22:09:05 -05:00
foreign
lib Basic binary heap implementation. 2012-11-29 11:16:59 -05:00
libpq Attempt to un-break Windows builds with USE_LDAP. 2012-12-04 17:25:51 -05:00
main
nodes
optimizer Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 2012-11-28 21:26:01 -05:00
parser Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 2012-12-23 14:07:24 -05:00
po
port Change test ExceptionalCondition to return void 2012-11-30 19:24:21 -03:00
postmaster Don't set ThisTimeLineID in checkpointer & bgwriter during recovery. 2012-12-20 14:39:04 +02:00
regex
replication Fix sloppiness in the timeline switch over streaming replication patch. 2012-12-21 20:08:12 +02:00
rewrite Support automatically-updatable views. 2012-12-08 18:26:21 -05:00
snowball
storage Fix performance problems with autovacuum truncation in busy workloads. 2012-12-11 14:33:08 -06:00
tcop Allow adding values to an enum type created in the current transaction. 2012-12-01 14:27:30 -05:00
tsearch
utils Fix failure to ignore leftover temp tables after a server crash. 2012-12-17 20:15:32 -05:00
.gitignore
common.mk
Makefile
nls.mk