[COMMITTERS] pgsql: Remove duplicate code in DefineOpFamily().

2010-07-15 Thread Tom Lane
Log Message: --- Remove duplicate code in DefineOpFamily(). The code was probably meant to be this way all along, since the subroutine CreateOpFamily previously had only one caller. But it wasn't. KaiGai Kohei Modified Files: -- pgsql/src/backend/commands: opclas

[COMMITTERS] pgsql: Remove a sanity check in the exclusion-constraint code that

2010-07-15 Thread Tom Lane
Log Message: --- Remove a sanity check in the exclusion-constraint code that prevented users from defining non-self-conflicting constraints. Jeff Davis Note: I (tgl) objected to removing this check in 9.0 on the grounds that it was an important sanity check in new, poorly tested code. Ho

[COMMITTERS] pgsql: Add support for dividing money by money (yielding a float8

2010-07-15 Thread Tom Lane
Log Message: --- Add support for dividing money by money (yielding a float8 result) and for casting between money and numeric. Andy Balholm, reviewed by Kevin Grittner Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.250 -> r1.251) (http://anoncvs.