aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/freefuncs.c
Commit message (Expand)AuthorAge
* Remove freefuncs.c, which hasn't been used in a long time and is notTom Lane2000-06-29
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-21
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-20
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-07
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-17
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Clean up possible memory leakage in nodeSubplanTom Lane1999-11-15
* 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
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-27
* Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane1999-07-25
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* 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
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* 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
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-01
* comments cleanup.Bruce Momjian1999-02-22
* 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
* Fix optimizer and make faster.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
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-09
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-09
* Optimizer cleanup.Bruce Momjian1999-02-08
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06