postgresql/src
Tom Lane 6b0706ac33 Arrange for an explicit cast applied to an ARRAY[] constructor to be applied
directly to all the member expressions, instead of the previous implementation
where the ARRAY[] constructor would infer a common element type and then we'd
coerce the finished array after the fact.  This has a number of benefits,
one being that we can allow an empty ARRAY[] construct so long as its
element type is specified by such a cast.

Brendan Jurd, minor fixes by me.
2008-03-20 21:42:48 +00:00
..
backend Arrange for an explicit cast applied to an ARRAY[] constructor to be applied 2008-03-20 21:42:48 +00:00
bin Dept of second thoughts: --no-tablespaces had better also prevent 2008-03-20 17:42:51 +00:00
include Arrange for an explicit cast applied to an ARRAY[] constructor to be applied 2008-03-20 21:42:48 +00:00
interfaces Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. 2008-03-20 16:29:45 +00:00
makefiles Reorganize some of the exports list generation code. It seems that this 2008-02-26 10:45:24 +00:00
pl Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00
port Fix our printf implementation to follow spec: if a star parameter 2008-03-18 01:49:44 +00:00
template Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 2007-09-26 00:32:46 +00:00
test Arrange for an explicit cast applied to an ARRAY[] constructor to be applied 2008-03-20 21:42:48 +00:00
timezone Update to tzdata 2008a distribution (Chilean DST law change). 2008-03-13 19:21:43 +00:00
tools Add find_typedef comments for Linux. 2008-03-18 23:23:08 +00:00
tutorial Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00
Makefile.global.in Upgrade to Autoconf 2.61: 2008-02-17 16:36:43 +00:00
Makefile.shlib Don't build the win32 support files in the all target, only in distprep and 2008-02-26 14:26:16 +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 When merging PO files, take into consideration translations in other PO 2006-04-05 13:40:15 +00:00
win32.mak Update supported standalone VC++ version to 7.1+ only, and fix 2007-08-03 10:47:11 +00:00