summaryrefslogtreecommitdiff
path: root/src/backend/nodes/equalfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* copyObject() and equal() now know about all parse-time node types,Tom Lane2000-08-111-52/+1281
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-13/+20
* Remove 'Array' node type, which has evidently been dead code forTom Lane2000-07-221-23/+1
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-3/+1
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-3/+3
* Add test code to copy all parse/plan trees. Repair essential omissionsTom Lane2000-06-291-96/+71
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-20/+35
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-221-1/+4
* equalAttr() had its strcmp test backwards :-(Tom Lane2000-03-011-2/+2
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-5/+4
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-201-1/+16
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-20/+15
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-4/+18
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-1/+3
* Hmm, equalfuncs didn't know about SortClause or GroupClauseTom Lane2000-01-311-1/+19
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-11/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-4/+15
* Clean up handling of explicit NULL constants. Cases likeTom Lane1999-12-241-1/+8
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-131-1/+5
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-1/+41
* Clean up possible memory leakage in nodeSubplanTom Lane1999-11-151-1/+5
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-1/+3
* Implement constant-expression simplification per BernardTom Lane1999-09-261-2/+21
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-17/+25
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-108/+35
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-091-1/+4
* Add equal() funcs for Case nodes ... amazing we had notTom Lane1999-07-291-178/+164
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-241-3/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* equal() needs a case for Aggref nodes, as shown by:Tom Lane1999-06-061-1/+25
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-6/+6
* pgindent run over code.Bruce Momjian1999-05-251-18/+30
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-1/+3
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-2/+2
* otherrels is now unjoined_relsBruce Momjian1999-02-151-2/+2
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-5/+5
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-121-6/+6
* More optimizer speedups.Bruce Momjian1999-02-111-11/+11
* Optmizer cleanupBruce Momjian1999-02-101-2/+2
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-2/+2
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-13/+13
* Optimizer cleanup.Bruce Momjian1999-02-081-11/+11
* Add equality checking for T_Query so that we don't getTom Lane1999-02-071-9/+111
* Optimizer cleanup.Bruce Momjian1999-02-061-2/+1
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-041-6/+6