aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Improve error message wordingAlvaro Herrera2013-02-06
* Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut2013-01-31
* Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane2013-01-30
* Make LATERAL implicit for functions in FROM.Tom Lane2013-01-26
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-26
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-21
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Make some spelling more consistentPeter Eisentraut2013-01-05
* Update copyrights for 2013Bruce Momjian2013-01-01
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-23
* Make some messages more consistent in stylePeter Eisentraut2012-12-21
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Check for stack overflow in transformSetOperationTree().Tom Lane2012-11-11
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* Fix parse location tracking for lists that can be empty.Tom Lane2012-10-04
* Support CREATE SCHEMA IF NOT EXISTS.Tom Lane2012-10-03
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-03
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Run check_keywords.pl anytime gram.c is rebuilt.Tom Lane2012-09-26
* Add new EVENT keyword to unreserved_keyword production.Tom Lane2012-09-26
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane2012-08-27
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-19
* Properly escape usernames in initdb, so names with single-quotes areBruce Momjian2012-08-15
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane2012-08-08
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-17
* Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs2012-06-10
* Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs2012-06-09