summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2015-01-12Fix get_object_address argument type for extension statementAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-30Use TypeName to represent type names in certain commandsAlvaro Herrera
2014-12-24Suppress MSVC warning in typeStringToTypeName function.Andres Freund
2014-12-23Add SQL-callable pg_get_object_addressAlvaro Herrera
2014-12-23get_object_address: separate domain constraints from table constraintsAlvaro Herrera
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-17Allow CHECK constraints to be placed on foreign tables.Tom Lane
2014-12-13Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan
2014-12-08REINDEX SCHEMASimon Riggs
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-06Implement IF NOT EXIST for CREATE INDEX.Fujii Masao
2014-10-18interval: tighten precision specificationBruce Momjian
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