postgresql/contrib/hstore
Tom Lane 398f70ec07 Preserve column names in the execution-time tupledesc for a RowExpr.
The hstore and json datatypes both have record-conversion functions that
pay attention to column names in the composite values they're handed.
We used to not worry about inserting correct field names into tuple
descriptors generated at runtime, but given these examples it seems
useful to do so.  Observe the nicer-looking results in the regression
tests whose results changed.

catversion bump because there is a subtle change in requirements for stored
rule parsetrees: RowExprs from ROW() constructs now have to include field
names.

Andrew Dunstan and Tom Lane
2012-02-14 17:34:56 -05:00
..
data
expected Preserve column names in the execution-time tupledesc for a RowExpr. 2012-02-14 17:34:56 -05:00
sql Fix hstore regression tests. 2011-11-08 08:09:10 -05:00
.gitignore
crc32.c
crc32.h
hstore_compat.c
hstore_gin.c
hstore_gist.c
hstore_io.c
hstore_op.c
hstore--1.0--1.1.sql Fix hstore regression tests. 2011-11-08 08:09:10 -05:00
hstore--1.0.sql
hstore--1.1.sql Remove hstore's text => text operator. 2011-11-07 21:47:45 -05:00
hstore--unpackaged--1.0.sql
hstore.control Remove hstore's text => text operator. 2011-11-07 21:47:45 -05:00
hstore.h
Makefile Remove hstore's text => text operator. 2011-11-07 21:47:45 -05:00