| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | In HEAD only, revert kluge solution for preventing misuse of pg_get_expr(). | Tom Lane | 2010-09-03 | 1 | -3/+1 |
| * | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane | 2010-07-29 | 1 | -1/+3 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 | 1 | -2/+3 |
| * | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 | 1 | -6/+7 |
| * | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 | 1 | -3/+1 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -2/+3 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 1 | -2/+3 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -2/+3 |
| * | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 | 1 | -5/+5 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+2 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 1 | -3/+3 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -2/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -16/+16 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -1/+3 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -9/+9 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -1/+11 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -2/+4 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -1/+5 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+7 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 1 | -11/+1 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -2/+6 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -4/+8 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -3/+4 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -5/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -3/+3 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -4/+5 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -8/+7 |
| * | Consider interpreting a function call as a trivial (binary-compatible) | Tom Lane | 2001-10-04 | 1 | -4/+14 |
| * | New comment. This func/column things has always confused me. | Bruce Momjian | 2001-05-19 | 1 | -2/+2 |
| * | Rename ParseFuncOrColumn() to ParseColumnOrFunc(). | Bruce Momjian | 2001-05-18 | 1 | -2/+2 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -7/+7 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -5/+5 |
| * | Make functional indexes accept binary-compatible functions, for example | Tom Lane | 2000-08-20 | 1 | -1/+5 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -3/+1 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -5/+5 |
| * | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane | 2000-03-16 | 1 | -1/+3 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |