postgresql/src/pl
Tom Lane 0cb65564e5 Add exclusion constraints, which generalize the concept of uniqueness to
support any indexable commutative operator, not just equality.  Two rows
violate the exclusion constraint if "row1.col OP row2.col" is TRUE for
each of the columns in the constraint.

Jeff Davis, reviewed by Robert Haas
2009-12-07 05:22:23 +00:00
..
plperl Fix session-lifespan memory leak when a plperl function is redefined: 2009-11-29 21:02:16 +00:00
plpgsql Add exclusion constraints, which generalize the concept of uniqueness to 2009-12-07 05:22:23 +00:00
plpython Improve PL/Python elog output 2009-11-03 11:05:03 +00:00
tcl Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00