postgresql/contrib/citext
Kevin Grittner f566515192 Add record_image_ops opclass for matview concurrent refresh.
REFRESH MATERIALIZED VIEW CONCURRENTLY was broken for any matview
containing a column of a type without a default btree operator
class.  It also did not produce results consistent with a non-
concurrent REFRESH or a normal view if any column was of a type
which allowed user-visible differences between values which
compared as equal according to the type's default btree opclass.
Concurrent matview refresh was modified to use the new operators
to solve these problems.

Documentation was added for record comparison, both for the
default btree operator class for record, and the newly added
operators.  Regression tests now check for proper behavior both
for a matview with a box column and a matview containing a citext
column.

Reviewed by Steve Singer, who suggested some of the doc language.
2013-10-09 14:26:09 -05:00
..
expected Add record_image_ops opclass for matview concurrent refresh. 2013-10-09 14:26:09 -05:00
sql Add record_image_ops opclass for matview concurrent refresh. 2013-10-09 14:26:09 -05:00
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
citext--1.0.sql Don't quote language name 2011-11-17 18:27:54 -03:00
citext--unpackaged--1.0.sql Fix contrib/citext's upgrade script to handle array and domain cases. 2012-05-11 15:22:30 -04:00
citext.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
citext.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00