summaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-42/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-27/+29
* Add copyObject logic for TruncateStmt and a few other utility-statementTom Lane2000-04-081-17/+148
* Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane2000-04-041-6/+31
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-221-1/+2
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+2
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-6/+4
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-201-1/+24
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-9/+16
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-3/+18
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-2/+3
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-8/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-1/+2
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-171-1/+15
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-19/+35
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-131-1/+3
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-1/+57
* Clean up possible memory leakage in nodeSubplanTom Lane1999-11-151-1/+5
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-151-6/+8
* Eliminate some unbelievably cheesy code in _copyConst().Tom Lane1999-11-011-114/+56
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-2/+2
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-30/+19
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-192/+26
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-091-1/+2
* 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
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-241-2/+1
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-14/+14
* pgindent run over code.Bruce Momjian1999-05-251-21/+24
* Remove no-longer-used fields in Hash and HashJoin nodes.Tom Lane1999-05-181-9/+1
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-2/+3
* Fix for _copyUnique() suggested by Hiroshi InoueTatsuo Ishii1999-04-271-2/+2
* Repair some problems in planner's handling of HAVING clauses.Tom Lane1999-04-191-2/+5
* Partial fix for copied-plan bugs reported by Hiroshi Inoue:Tom Lane1999-03-031-4/+8
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-011-11/+1
* comments cleanup.Bruce Momjian1999-02-221-10/+8
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-4/+2
* otherrels is now unjoined_relsBruce Momjian1999-02-151-2/+2
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-3/+3
* 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-14/+14
* Fix optimizer and make faster.Bruce Momjian1999-02-121-2/+1
* More optimizer speedups.Bruce Momjian1999-02-111-9/+9
* 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-16/+16