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