summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2000-05-25Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-24Improve comment.Tom Lane
2000-03-22Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-03-01Simplify parsing of column constraints by treating constraint attributesTom 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-18Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane
2000-02-18Implement reindex commandHiroshi Inoue
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-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-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-14* User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut
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-16Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian
1999-12-14Depending on my interpreting (and programming) skills, this might solveBruce 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-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-06Completed FOREIGN KEY syntax.Jan Wieck
1999-11-30create/alter user extensionBruce 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-10-26Hello.Bruce Momjian
1999-10-17Final stage of psort reconstruction work: replace psort.c withTom Lane
1999-10-15This patch implements ORACLE's COMMENT SQL command.Bruce Momjian
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-10-02Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane
1999-09-29This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck
1999-09-28 I have been working with user defined types and user defined cBruce Momjian
1999-09-26Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-08-22Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-08-16Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane
1999-08-09> > Prevent sorting if result is already sortedBruce Momjian
1999-07-27First cut at doing LIKE/regex indexing optimization inTom Lane
1999-07-25Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane