summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-061-14/+42
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-141-4/+7
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-4/+8
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-1/+9
* pgindent run.Bruce Momjian2002-09-041-17/+18
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-1/+35
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-1/+5
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-6/+10
* > create view pg_locks as select l.relation, l.database, l.backendpid,Bruce Momjian2002-08-101-1/+79
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-041-1/+5
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-181-50/+1
* Finished the Between patch Christopher started.Bruce Momjian2002-07-181-1/+50
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-041-1/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* 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