aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAge
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-30
* Modify array operations to include array's element type OID in theTom Lane2002-08-26
* > create view pg_locks as select l.relation, l.database, l.backendpid,Bruce Momjian2002-08-10
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-01
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add a little more error checking and reporting to readDatum().Tom Lane2001-07-03
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Suppress compiler warning on Alpha.Tom Lane2001-02-12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean upTom Lane2001-01-08
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-07
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-14
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-12
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Remove 'Array' node type, which has evidently been dead code forTom Lane2000-07-22
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane2000-06-16
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-22