postgresql/src/backend
Tom Lane b281ea8cf1 Whole-row references were broken for subqueries and functions, because
attr_needed/attr_widths optimization failed to allow for Vars with attno
zero in this case.  Per report from Tatsuo Ishii.
2003-12-08 18:19:58 +00:00
..
access Add a warning to AtEOXact_SPI() to catch cases where the current 2003-12-02 19:26:47 +00:00
bootstrap Avoid assuming that type key_t is 32 bits, since it reportedly isn't 2003-12-01 22:15:38 +00:00
catalog Remove test on c.relkind from check_constraints view; unnecessary and 2003-12-07 19:43:02 +00:00
commands $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
executor Add a warning to AtEOXact_SPI() to catch cases where the current 2003-12-02 19:26:47 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Guard against bug in Solaris' bsearch(), per Michael Wildpaner. 2003-12-05 15:50:31 +00:00
main $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nodes make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
optimizer Whole-row references were broken for subqueries and functions, because 2003-12-08 18:19:58 +00:00
parser This patch adds a new GUC var, "default_with_oids", which follows the 2003-12-01 22:08:02 +00:00
po $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
port Avoid assuming that type key_t is 32 bits, since it reportedly isn't 2003-12-01 22:15:38 +00:00
postmaster Avoid assuming that type key_t is 32 bits, since it reportedly isn't 2003-12-01 22:15:38 +00:00
regex $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewrite $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
storage Try to reduce confusion about what is a lock method identifier, a lock 2003-12-01 21:59:25 +00:00
tcop Avoid assuming that type key_t is 32 bits, since it reportedly isn't 2003-12-01 22:15:38 +00:00
utils Repair indexed bytea like operations, and related selectivity 2003-12-07 04:14:10 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00