summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-25/+11
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-1/+26
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-281-16/+3
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-8/+4
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-32/+42
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-35/+115
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-7/+29
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-011-2/+4
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-1/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+5
* Add a little more error checking and reporting to readDatum().Tom Lane2001-07-031-4/+9
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-191-1/+55
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-051-1/+3
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-201-87/+3
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-4/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-380/+379
* Suppress compiler warning on Alpha.Tom Lane2001-02-121-3/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean upTom Lane2001-01-081-112/+144
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-071-390/+384
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-141-1/+6
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-121-1/+4
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-57/+47
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-221-52/+52
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-20/+45
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-64/+108
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-22/+126
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-32/+38
* Remove 'Array' node type, which has evidently been dead code forTom Lane2000-07-221-45/+1
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-5/+1
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-2/+2
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-37/+3
* Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane2000-06-161-18/+27
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-16/+16
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-221-1/+5
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-3/+3
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-201-1/+32
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-65/+55
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-7/+58
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-48/+15
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-271-36/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-31/+1
* Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn'tTom Lane2000-01-141-87/+63
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-27/+44
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-131-1/+9
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-1/+67
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-1/+5
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-24/+16