summaryrefslogtreecommitdiff
path: root/src/backend/nodes/freefuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-9/+8
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-133/+23
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-271-2/+1
* Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane1999-07-251-2/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-12/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-14/+14
* pgindent run over code.Bruce Momjian1999-05-251-20/+21
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-3/+1
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-011-4/+1
* comments cleanup.Bruce Momjian1999-02-221-7/+5
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-3/+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-3/+3
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-121-12/+12
* Fix optimizer and make faster.Bruce Momjian1999-02-121-2/+1
* More optimizer speedups.Bruce Momjian1999-02-111-6/+6
* 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
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-091-13/+13
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-6/+8
* Optimizer cleanup.Bruce Momjian1999-02-081-5/+5
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-061-0/+1381