summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-11copyObject() and equal() now know about all parse-time node types,Tom Lane
2000-08-08Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane
2000-07-22Remove 'Array' node type, which has evidently been dead code forTom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-15Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-06-29Add test code to copy all parse/plan trees. Repair essential omissionsTom Lane
2000-06-29Remove freefuncs.c, which hasn't been used in a long time and is notTom Lane
2000-06-18Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane
2000-06-16Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-05-30Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-25Clean up sloppy coding of _outAExpr().Tom Lane
2000-04-26Tweak outUnique to include uniqColIdx[] field in the printout. This doesTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-08Add copyObject logic for TruncateStmt and a few other utility-statementTom Lane
2000-04-04Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane
2000-03-24outfuncs.c was missing a print routine for Material plan nodes, leadingTom Lane
2000-03-22Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-01equalAttr() had its strcmp test backwards :-(Tom Lane
2000-02-21Change parse-time representation of float literals (which include oversizeTom Lane
2000-02-20Create a new expression node type RelabelType, which exists solely toTom Lane
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-15Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart
2000-02-07Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane
2000-02-06Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane
2000-01-31Hmm, equalfuncs didn't know about SortClause or GroupClauseTom Lane
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-26Add:Bruce Momjian
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-17Create a new parsetree node type, TypeCast, so that transformation ofTom Lane
2000-01-14Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn'tTom Lane
2000-01-09Another round of planner/optimizer work. This is just restructuring andTom Lane
1999-12-24Clean up handling of explicit NULL constants. Cases likeTom Lane
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-13aggregate(DISTINCT ...) works, per SQL spec.Tom Lane
1999-12-10Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-11-23Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian
1999-11-15Clean up possible memory leakage in nodeSubplanTom Lane
1999-11-15Implement subselects in target lists. Also, relax requirement thatTom Lane
1999-11-01Eliminate some unbelievably cheesy code in _copyConst().Tom Lane