summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
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
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-08-08Message style improvementsPeter Eisentraut
2013-08-02Fix crash in error report of invalid tuple lockAlvaro Herrera
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
2013-07-23Move strip_implicit_coercions() from optimizer to nodeFuncs.c.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2013-07-23Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-18Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-01Add a convenience routine makeFuncCall to reduce duplication.Robert Haas
2013-06-28ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-28Make the OVER keyword unreserved.Robert Haas
2013-06-24Reverting previous commit, pending investigationSimon Riggs