aboutsummaryrefslogtreecommitdiff
path: root/src/include/parser
Commit message (Expand)AuthorAge
* Support unlogged tables.Robert Haas2010-12-29
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Provide hashing support for arrays.Tom Lane2010-10-30
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas2010-10-22
* Improve handling of domains over arrays.Tom Lane2010-10-21
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane2010-09-03
* Add xmlexists functionPeter Eisentraut2010-08-05
* Improved version of patch to protect pg_get_expr() against misuse:Tom Lane2010-07-29
* Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane2010-03-17
* pgindent run for 9.0Bruce Momjian2010-02-26
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow the index name to be omitted in CREATE INDEX, causing the system toTom Lane2009-12-23
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Remove pg_parse_string_token() --- not needed anymore.Tom Lane2009-11-12
* Re-refactor the core scanner's API, in order to get out from under the problemTom Lane2009-11-09
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-28
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-12
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Unicode escapes in E'...' stringsPeter Eisentraut2009-09-22
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane2009-08-27
* Make backend header files C++ safePeter Eisentraut2009-07-16
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* Convert the core lexer and parser into fully reentrant code, by making useTom Lane2009-07-13
* Fix up PGDLLIMPORT marking for standard_conforming_strings. Moving itTom Lane2009-07-13
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12
* Rethink the idea of having plpgsql depend on parser/gram.h. Aside from theTom Lane2009-04-19
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-06
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01