summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2011-02-23Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane
2011-02-21Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane
2011-02-19Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane
2011-02-18Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-12Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane
2011-02-11Fix comment recently obsoletedAlvaro Herrera
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Update commentPeter Eisentraut
2011-02-10Fix pg_upgrade to handle extensions.Tom Lane
2011-02-09Implement "ALTER EXTENSION ADD object".Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-08Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-01-25Replace pg_class.relhasexclusion with pg_index.indisexclusion.Tom Lane
2011-01-25Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane
2011-01-04Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Allow casting a table's row type to the table's supertype if it's a typed tablePeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
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