aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/equalfuncs.c
Commit message (Expand)AuthorAge
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Clean up handling of explicit NULL constants. Cases likeTom Lane1999-12-24
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Clean up possible memory leakage in nodeSubplanTom Lane1999-11-15
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Implement constant-expression simplification per BernardTom Lane1999-09-26
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-09
* Add equal() funcs for Case nodes ... amazing we had notTom Lane1999-07-29
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-24
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* equal() needs a case for Aggref nodes, as shown by:Tom Lane1999-06-06
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* otherrels is now unjoined_relsBruce Momjian1999-02-15
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-12
* More optimizer speedups.Bruce Momjian1999-02-11
* Optmizer cleanupBruce Momjian1999-02-10
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-10
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-09
* Optimizer cleanup.Bruce Momjian1999-02-08
* Add equality checking for T_Query so that we don't getTom Lane1999-02-07
* Optimizer cleanup.Bruce Momjian1999-02-06
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-04
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-03
* SET_ARGS cleanupBruce Momjian1999-02-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-04
* Allow index use with OR clauses.Bruce Momjian1998-08-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Support for subselects.Vadim B. Mikheev1998-02-13
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-20
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19