postgresql/src/backend
Tom Lane f68f11928d Tighten selection of equality and ordering operators for grouping
operations: make sure we use operators that are compatible, as determined
by a mergejoin link in pg_operator.  Also, add code to planner to ensure
we don't try to use hashed grouping when the grouping operators aren't
marked hashable.
2002-11-29 21:39:12 +00:00
..
access This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
bootstrap Rename server_min_messages to log_min_messages. Part of consolidation 2002-11-14 23:53:27 +00:00
catalog Add DOMAIN check constraints. 2002-11-15 02:50:21 +00:00
commands Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
executor Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
lib pgindent run. 2002-09-04 20:31:48 +00:00
libpq Remove inappropriate inclusions of OpenSSL internal header e_os.h, 2002-11-07 18:45:51 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes Remove unused constisset and constiscast fields of Const nodes. Clean 2002-11-25 21:29:42 +00:00
optimizer Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
parser Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
postmaster Code review for superuser_reserved_connections patch. Don't try to do 2002-11-21 06:36:08 +00:00
regex This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
rewrite Rule rewriter was doing the wrong thing with conditional INSTEAD rules 2002-10-20 00:58:55 +00:00
storage Code review for superuser_reserved_connections patch. Don't try to do 2002-11-21 06:36:08 +00:00
tcop Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
utils Tighten selection of equality and ordering operators for grouping 2002-11-29 21:39:12 +00:00
Makefile > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 2002-10-09 16:21:54 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00