aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/primnodes.h
Commit message (Expand)AuthorAge
* 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
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* 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
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Modify raw parsetree representation returned by gram.y for SubLinks:Tom Lane2000-05-25
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Create a new expression node type RelabelType, which exists solely toTom Lane2000-02-20
* Add:Bruce Momjian2000-01-26
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-15
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-25
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Improve commentary about ArrayRef and ResTarget nodes.Tom Lane1999-07-18
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change resjunk to a boolean.Bruce Momjian1999-05-17
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Rename Aggreg to Aggref.Bruce Momjian1999-01-24
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-21
* New SubPlan node for subselects.Vadim B. Mikheev1998-02-13
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-20
* Fix problem with nodes handling.Bruce Momjian1998-01-19
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-19
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-17
* Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian1998-01-04
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Cast constants to the type of the other binary operand.Bruce Momjian1997-01-22
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-04
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-03
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
* A few more yet...Marc G. Fournier1996-10-19
* Add comment about possible zero value.Bruce Momjian1996-10-05
* More cleanups of the include filesMarc G. Fournier1996-08-28