postgresql/src
Tom Lane 64917ccb56 make_sort_from_pathkeys()'s method for choosing which of several
equivalent sort expressions to use was broken: you can't just look
at the relation membership, you have to actually grovel over the
individual Vars in each expression.  I think this did work when it
was written, but it was broken by subsequent optimizations that made
join relations not propagate every single input variable upward.
Must find the Var that got propagated, not choose one at random.
Per bug report from Daniel O'Neill.
2004-02-29 17:36:05 +00:00
..
backend make_sort_from_pathkeys()'s method for choosing which of several 2004-02-29 17:36:05 +00:00
bin Translation updates 2004-02-28 17:17:48 +00:00
corba
include Remove unneeded indxqual field in IndexScanState, and the useless work 2004-02-28 19:46:06 +00:00
interfaces Add %option nodefault to all our flex lexers. Fix a couple of rule gaps 2004-02-24 22:06:32 +00:00
makefiles
pl Teach plpgsql's lexer about dollar-quoted literals. 2004-02-25 18:10:51 +00:00
port For immediate application to HEAD. 2004-02-26 02:59:26 +00:00
template Check and set thread-safe functions separately, rather than as a single 2004-02-11 21:44:06 +00:00
test "Corrects" the int8/float4/float8 tests under win32. 2004-02-29 02:41:45 +00:00
tools Check and set thread-safe functions separately, rather than as a single 2004-02-11 21:44:06 +00:00
tutorial
utils For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
Makefile.shlib
nls-global.mk
win32.mak