summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-32/+38
* Remove 'Array' node type, which has evidently been dead code forTom Lane2000-07-221-45/+1
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-5/+1
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-2/+2
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-37/+3
* Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane2000-06-161-18/+27
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-16/+16
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-221-1/+5
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-3/+3
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-201-1/+32
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-65/+55
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-7/+58
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-48/+15
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-36/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-31/+1
* Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn'tTom Lane2000-01-141-87/+63
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-27/+44
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-131-1/+9
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-1/+67
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-1/+5
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-24/+16
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-259/+29
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-091-1/+6
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-241-9/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-10/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-30/+31
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-181-25/+1
* Change resjunk to a boolean.Bruce Momjian1999-05-171-2/+2
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-4/+9
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-011-5/+1
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-3/+3
* otherrels is now unjoined_relsBruce Momjian1999-02-151-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-121-11/+11
* Fix optimizer and make faster.Bruce Momjian1999-02-121-7/+1
* More optimizer speedups.Bruce Momjian1999-02-111-11/+11
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-11/+11
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-091-21/+21
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-13/+54
* Optimizer cleanup.Bruce Momjian1999-02-081-11/+11
* Optimizer cleanup.Bruce Momjian1999-02-051-3/+3
* More optimizer cleanups.Bruce Momjian1999-02-041-2/+2
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-041-8/+8
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-17/+9