aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAge
* Clean up sloppy coding of _outAExpr().Tom Lane2000-05-25
* Tweak outUnique to include uniqColIdx[] field in the printout. This doesTom Lane2000-04-26
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add copyObject logic for TruncateStmt and a few other utility-statementTom Lane2000-04-08
* Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane2000-04-04
* outfuncs.c was missing a print routine for Material plan nodes, leadingTom Lane2000-03-24
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-22
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* equalAttr() had its strcmp test backwards :-(Tom Lane2000-03-01
* 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
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-06
* Hmm, equalfuncs didn't know about SortClause or GroupClauseTom Lane2000-01-31
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Create a new parsetree node type, TypeCast, so that transformation ofTom Lane2000-01-17
* Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn'tTom Lane2000-01-14
* 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
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Clean up possible memory leakage in nodeSubplanTom Lane1999-11-15
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-15
* Eliminate some unbelievably cheesy code in _copyConst().Tom Lane1999-11-01
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Implement constant-expression simplification per BernardTom Lane1999-09-26
* Minor improvements to stringinfo package to make it moreTom Lane1999-08-31
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* 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
* LispUnion routine didn't generate a proper union: anytimeTom Lane1999-08-14
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-09
* Add equal() funcs for Case nodes ... amazing we had notTom Lane1999-07-29
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-27
* Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane1999-07-25
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-24
* Fix typo in _outArrayRef().Tom Lane1999-07-18
* 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