summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2010-12-29Support unlogged tables.Robert Haas
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-13Generalize concept of temporary relations to "relation persistence".Robert Haas
2010-11-26Add more ALTER <object> .. SET SCHEMA commands.Robert Haas
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-11-23Propagate ALTER TYPE operations to typed tablesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-17Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan
2010-11-07Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane
2010-10-31Provide hashing support for arrays.Tom Lane
2010-10-25Refactor typenameTypeId()Peter Eisentraut
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2010-10-22Add semicolon, missed in previous patch. And update the keyword list inHeikki Linnakangas
2010-10-22Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas
2010-10-21Improve handling of domains over arrays.Tom Lane
2010-10-19Fix incorrect generation of whole-row variables in planner.Tom Lane
2010-10-15Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane
2010-10-10Support triggers on views.Tom Lane
2010-10-03Behave correctly if INSERT ... VALUES is decorated with additional clauses.Tom Lane
2010-09-28Add a SECURITY LABEL command.Robert Haas
2010-09-26Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-18Give a suitable HINT when an INSERT's data source is a RowExpr containingTom Lane
2010-09-03In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane
2010-08-27Small refactoring of makeVar() from a TargetEntryPeter Eisentraut
2010-08-20Add missing processing of OptTemp in CREATE IF NOT EXISTS variantTom Lane
2010-08-19Revert patch to coerce 'unknown' type parameters in the backend. As TomHeikki Linnakangas
2010-08-18Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane
2010-08-18Coerce 'unknown' type parameters to the right type in the fixed-paramsHeikki Linnakangas
2010-08-07Recognize functional dependency on primary keys. This allows a table'sTom Lane
2010-08-05Add a very specific hint for the case that we're unable to locate a functionTom Lane
2010-08-05Standardize get_whatever_oid functions for other object types.Robert Haas
2010-08-05Add xmlexists functionPeter Eisentraut
2010-07-29Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-28Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs
2010-07-25CREATE TABLE IF NOT EXISTS.Robert Haas
2010-07-20Change the default value of standard_conforming_strings to on.Robert Haas
2010-07-18Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-30stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas
2010-06-13Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-04-28Fix stupid typo in refnameRangeTblEntry() --- mea maxima culpa.Tom Lane
2010-03-17Pass incompletely-transformed aggregate argument lists as separate parametersTom Lane
2010-03-04Fix IsBinaryCoercible to not confuse a cast using in/out functionsHeikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-23Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane