| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pass incompletely-transformed aggregate argument lists as separate parameters | Tom Lane | 2010-03-17 | 1 | -1/+2 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 8 | -43/+42 |
| * | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 | 1 | -2/+2 |
| * | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 | 1 | -2/+1 |
| * | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro | 2010-01-06 | 1 | -1/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 21 | -42/+42 |
| * | Allow the index name to be omitted in CREATE INDEX, causing the system to | Tom Lane | 2009-12-23 | 1 | -2/+2 |
| * | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 | 1 | -1/+2 |
| * | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 | 3 | -8/+10 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 1 | -1/+2 |
| * | Remove pg_parse_string_token() --- not needed anymore. | Tom Lane | 2009-11-12 | 1 | -4/+2 |
| * | Re-refactor the core scanner's API, in order to get out from under the problem | Tom Lane | 2009-11-09 | 2 | -69/+131 |
| * | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane | 2009-11-05 | 2 | -6/+2 |
| * | Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my | Tom Lane | 2009-10-31 | 3 | -21/+52 |
| * | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 | 1 | -2/+2 |
| * | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane | 2009-10-27 | 3 | -4/+7 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -2/+2 |
| * | Remove add_missing_from GUC and associated parser support for "implicit RTEs". | Tom Lane | 2009-10-21 | 2 | -9/+5 |
| * | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane | 2009-10-12 | 1 | -1/+4 |
| * | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 | 1 | -1/+2 |
| * | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 | 1 | -6/+7 |
| * | Unicode escapes in E'...' strings | Peter Eisentraut | 2009-09-22 | 1 | -1/+4 |
| * | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 | 1 | -2/+2 |
| * | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane | 2009-09-09 | 3 | -4/+12 |
| * | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane | 2009-08-27 | 1 | -3/+3 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 1 | -5/+5 |
| * | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 | 2 | -5/+17 |
| * | Convert the core lexer and parser into fully reentrant code, by making use | Tom Lane | 2009-07-13 | 1 | -9/+75 |
| * | Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving it | Tom Lane | 2009-07-13 | 1 | -2/+2 |
| * | Move some declarations in the raw-parser header files to create a clearer | Tom Lane | 2009-07-12 | 2 | -18/+33 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 6 | -23/+23 |
| * | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 | 1 | -3/+1 |
| * | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane | 2009-04-19 | 1 | -1/+3 |
| * | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 | 1 | -2/+3 |
| * | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera | 2009-03-07 | 1 | -0/+419 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 2 | -2/+9 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 18 | -36/+36 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 4 | -7/+25 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 1 | -2/+3 |
| * | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 | 1 | -1/+3 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -2/+3 |
| * | Modify the parser's error reporting to include a specific hint for the case | Tom Lane | 2008-10-08 | 1 | -1/+5 |
| * | Fix GetCTEForRTE() to deal with the possibility that the RTE it's given came | Tom Lane | 2008-10-06 | 1 | -2/+3 |
| * | Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as | Tom Lane | 2008-10-06 | 1 | -1/+4 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 3 | -2/+34 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 3 | -8/+24 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 2 | -8/+16 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -8/+2 |
| * | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 | 1 | -4/+1 |
| * | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 | 2 | -14/+12 |