| Commit message (Expand) | Author | Age |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | Remove 'Array' node type, which has evidently been dead code for | Tom Lane | 2000-07-22 |
* | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 |
* | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 |
* | Modify raw parsetree representation returned by gram.y for SubLinks: | Tom Lane | 2000-05-25 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 |
* | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 |
* | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | Improve commentary about ArrayRef and ResTarget nodes. | Tom Lane | 1999-07-18 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 |
* | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Constlen can be -1, so make it a signed type. | Bruce Momjian | 1998-02-21 |
* | New SubPlan node for subselects. | Vadim B. Mikheev | 1998-02-13 |
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 |
* | Fix problem with nodes handling. | Bruce Momjian | 1998-01-19 |
* | Create SubLink nodes in parser for Vadim. | Bruce Momjian | 1998-01-19 |
* | Creates the SubLink structure, and the Query->hasSubLink field, | Bruce Momjian | 1998-01-17 |
* | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian | 1998-01-04 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Cast constants to the type of the other binary operand. | Bruce Momjian | 1997-01-22 |
* | -Wall based cleanup of include files, based from acl.h, and everything | Marc G. Fournier | 1996-11-04 |
* | More cleans of the inter-dependencies in the #include files | Marc G. Fournier | 1996-11-03 |
* | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 |
* | A few more yet... | Marc G. Fournier | 1996-10-19 |
* | Add comment about possible zero value. | Bruce Momjian | 1996-10-05 |
* | More cleanups of the include files | Marc G. Fournier | 1996-08-28 |