postgresql/src/backend
Tom Lane 43d50ba4dd query_tree_mutator should copy RangeTblEntry nodes even when it's not
planning to modify them itself.  Otherwise we end up with shared RTE
substructure, which breaks inheritance_planner because the rte->inh
flag needs to be independent in each copied subquery.  Per bug report
from Chris Piker.
2003-12-09 01:56:41 +00:00
..
access Fix bad interaction between NOTIFY processing and V3 extended query 2003-10-16 16:50:41 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Remove test on c.relkind from check_constraints view; unnecessary and 2003-12-07 19:43:13 +00:00
commands Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node 2003-11-24 16:54:15 +00:00
executor Band-aid solution for problems with SubPlans used in hash join clauses, 2003-11-25 19:17:16 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Guard against bug in Solaris' bsearch(), per Michael Wildpaner. 2003-12-05 15:50:39 +00:00
main Cleanup on --help-config: Now called --describe-config, no further options, 2003-10-18 22:59:09 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer query_tree_mutator should copy RangeTblEntry nodes even when it's not 2003-12-09 01:56:41 +00:00
parser Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node 2003-11-24 16:54:15 +00:00
po Translation update for last-minute change 2003-11-16 08:59:21 +00:00
port Don't need hack copy of system() anymore in OS X 10.3. 2003-11-08 20:14:57 +00:00
postmaster Make creation of statistics collection socket more robust, by allowing it 2003-11-15 17:24:19 +00:00
regex Fix broken definition of :print: character class, per Bruno Wolff. 2003-09-29 00:21:58 +00:00
rewrite It is possible for ResolveNew to be used to insert a sublink into a 2003-10-20 20:01:59 +00:00
storage Force zero_damaged_pages to be effectively ON during recovery from WAL, 2003-12-01 16:53:30 +00:00
tcop Repair missed renamings of show_statement_stats and show_executor_stats. 2003-11-24 14:50:02 +00:00
utils Repair indexed bytea like operations, and related selectivity 2003-12-07 04:12:50 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Translation updates 2003-11-15 10:20:02 +00:00