postgresql/src
Tom Lane ce5b24abed Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining
what a Var node refers to.  This is no longer necessary because the new
flat-range-table representation of plan trees makes it relatively easy to dig
down through child plan levels to find the original reference; and to keep
doing it that way, we'd have to store joinaliasvars lists in flattened RTEs,
as demonstrated by bug report from Leszek Trenkner.  This change makes
varnoold/varoattno truly just debug aids, which wasn't quite the case before.
Perhaps we should drop them, or only have them in assert-enabled builds?
2007-05-24 18:58:42 +00:00
..
backend Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining 2007-05-24 18:58:42 +00:00
bin Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE 2007-05-15 20:20:21 +00:00
include Repair planner bug introduced in 8.2 by ability to rearrange outer joins: 2007-05-22 23:23:58 +00:00
interfaces Also removed the function not just the call, sorry. 2007-05-21 07:07:48 +00:00
makefiles Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 2006-11-28 05:45:43 +00:00
pl Support for MOVE in PL/PgSQL. Initial patch from Magnus, some improvements 2007-04-29 01:21:09 +00:00
port Silence mingw compiler warning 2007-04-18 08:32:40 +00:00
template Make --with-ldap build on Unixware, per Olivier Prenant. 2006-12-14 21:49:54 +00:00
test Repair planner bug introduced in 8.2 by ability to rearrange outer joins: 2007-05-22 23:23:58 +00:00
timezone Sync timezone data with 2007e zic release. 2007-04-19 22:44:32 +00:00
tools fix perl thinko 2007-05-15 01:57:57 +00:00
tutorial Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
DEVELOPERS Testing commit stuff 2006-07-10 15:50:02 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
Makefile.global.in Contrib module uuid-ossp for generating UUID values using the OSSP UUID 2007-04-21 17:26:18 +00:00
Makefile.shlib Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the 2007-02-20 22:45:57 +00:00
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
nls-global.mk When merging PO files, take into consideration translations in other PO 2006-04-05 13:40:15 +00:00
win32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00