Commits

DateSubjectAuthorReleases
2002-05-12 First pass at set-returning-functions in FROM, by Joe Conway with Tom Lane 7.3.1
2002-03-24 EXPLAIN output now comes out as a query result, not a NOTICE message. Tom Lane 7.3.1
2002-03-22 A little further progress on schemas: push down RangeVars into Tom Lane 7.3.1
2002-03-21 First phase of SCHEMA changes, concentrating on fixing the grammar and Tom Lane 7.3.1
2001-12-19 Fix buffer-overrun problem in pretty printer. Tom Lane 7.2.1
2001-10-18 Extend code that deduces implied equality clauses to detect whether a Tom Lane 7.2.1
2000-10-26 Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in Tom Lane 7.1.1
2000-10-05 Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the Tom Lane 7.1.1
2000-09-29 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. Tom Lane 7.1.1
2000-09-25 Use variable aliases, if supplied, rather than real column names in Tom Lane 7.1.1
2000-09-12 First cut at full support for OUTER JOINs. There are still a few loose Tom Lane 7.1.1
2000-06-18 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the Tom Lane 7.1.1
2000-02-15 New cost model for planning, incorporating a penalty for random page Tom Lane 7.1.1
2000-01-09 Another round of planner/optimizer work. This is just restructuring and Tom Lane 7.1.1
1999-08-16 Major planner/optimizer revision: get rid of PathOrder node type, Tom Lane 7.1.1
1999-01-27 Another SELECT speedup: extract OIDs of column print functions Tom Lane 7.1.1