aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_utilcmd.c
Commit message (Expand)AuthorAge
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane2016-02-11
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas2015-12-16
* Fix typos in comments.Robert Haas2015-10-22
* Have CREATE TABLE LIKE add OID column if any LIKEd table has oneBruce Momjian2015-10-05
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix another test for RELKIND_RELATION that should allow foreign tables now.Tom Lane2015-04-28
* Add comments warning against generalizing default_with_oids.Tom Lane2015-04-25
* Revert: Honor OID status of CREATE LIKE'd tablesBruce Momjian2015-04-25
* Honor OID status of CREATE LIKE'd tablesBruce Momjian2015-04-20
* Transform ALTER TABLE/SET TYPE/USING expr during parse analysisAlvaro Herrera2015-04-03
* Setup cursor position for schema-qualified elementsAlvaro Herrera2015-03-18
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Get rid of multiple applications of transformExpr() to the same tree.Tom Lane2015-02-22
* Fix typo in comment.Heikki Linnakangas2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-23
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-17
* pgindent run for 9.4Bruce Momjian2014-05-06
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Message style improvementsPeter Eisentraut2013-08-07
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* Add a convenience routine makeFuncCall to reduce duplication.Robert Haas2013-07-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner2013-03-22
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane2012-08-10
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.Tom Lane2012-06-30
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* Allow CREATE TABLE (LIKE ...) from composite typePeter Eisentraut2012-03-03
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-16
* Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut2012-01-10
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07