postgresql/src/backend/utils/cache
Tom Lane f0cc132621 Fix oversight in recent rowtype-handling improvements: transformTargetList
should recognize 'foo.*' when the star appears in A_Indirection, not only
in ColumnRef.  This allows 'SELECT something.*' to do what the user
expects when the something is an expression yielding a row.
2004-06-19 18:19:56 +00:00
..
catcache.c Reimplement the linked list data structure used throughout the backend. 2004-05-26 04:41:50 +00:00
inval.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
lsyscache.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
relcache.c Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
syscache.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
typcache.c Fix oversight in recent rowtype-handling improvements: transformTargetList 2004-06-19 18:19:56 +00:00