aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Support ALTER SYSTEM RESET command.Fujii Masao2014-09-02
* Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas2014-08-26
* More psprintf goodnessAlvaro Herrera2014-08-25
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-22
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-21
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.Tom Lane2014-07-01
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-16
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-23
* Make a dedicated AlterTblSpcStmt productionStephen Frost2014-04-13
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-03
* Code review for commit d26888bc4d1e539a82f21382b0000fe5bbf889d9.Tom Lane2014-04-03
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-04
* Remove broken code that tried to handle OVERLAPS with a single argument.Tom Lane2014-02-18
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane2014-02-13
* Fix lexing of U& sequences just before EOF.Tom Lane2014-02-03
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-23
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* Allow type_func_name_keywords in even more placesStephen Frost2014-01-21
* Tweak parse location assignment for CURRENT_DATE and related constructs.Tom Lane2014-01-21
* Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost2014-01-18
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-18
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-11
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-07
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Fix portability issue in ordered-set patch.Tom Lane2013-12-23
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-18
* Allow empty target list in SELECT.Tom Lane2013-12-14
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-10
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Re-allow duplicate aliases within aliased JOINs.Tom Lane2013-11-11
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* Support default arguments and named-argument notation for window functions.Tom Lane2013-11-06
* Improve the error message given for modifying a window with frame clause.Tom Lane2013-11-05
* Add use of asprintf()Peter Eisentraut2013-10-13