postgresql/src/backend/access/common
Tom Lane 1f44a313bd Add missing reset of need_initialization in reloptions code.
This resulted in useless extra work during every call of parseRelOptions,
but no bad effects other than that.  Noted by Alvaro.
2010-03-11 21:47:19 +00:00
..
Makefile Improve plpgsql's ability to cope with rowtypes containing dropped columns, 2009-08-06 20:44:32 +00:00
heaptuple.c Remove partial, broken support for NULL pointers when fetching attributes. 2010-01-10 04:26:36 +00:00
indextuple.c Remove partial, broken support for NULL pointers when fetching attributes. 2010-01-10 04:26:36 +00:00
printtup.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
reloptions.c Add missing reset of need_initialization in reloptions code. 2010-03-11 21:47:19 +00:00
scankey.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tupconvert.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
tupdesc.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00