postgresql/src/backend/optimizer/util
Tom Lane 730840c9b6 First phase of work on array improvements. ARRAY[x,y,z] constructor
expressions, ARRAY(sub-SELECT) expressions, some array functions.
Polymorphic functions using ANYARRAY/ANYELEMENT argument and return
types.  Some regression tests in place, documentation is lacking.
Joe Conway, with some kibitzing from Tom Lane.
2003-04-08 23:20:04 +00:00
..
clauses.c First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
joininfo.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
pathnode.c Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to 2003-02-15 20:12:41 +00:00
plancat.c Create a distinction between Lists of integers and Lists of OIDs, to get 2003-02-09 06:56:28 +00:00
relnode.c Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to 2003-02-15 20:12:41 +00:00
restrictinfo.c Modify planner's implied-equality-deduction code so that when a set 2003-01-24 03:58:44 +00:00
tlist.c Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to 2003-02-15 20:12:41 +00:00
var.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00