aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAge
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Support CREATE SCHEMA IF NOT EXISTS.Tom Lane2012-10-03
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-03
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane2012-09-22
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-19
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-17
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera2012-02-27
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Further code review for range types patch.Tom Lane2011-11-20
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Support range data types.Heikki Linnakangas2011-11-03
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Allow per-column foreign data wrapper options.Robert Haas2011-08-05
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Rearrange "add column" logic to merge columns at exec time.Robert Haas2011-04-03
* More collations cleanup, from trawling for missed collation assignments.Tom Lane2011-03-26
* Make FKs valid at creation when added as column constraints.Simon Riggs2011-03-22
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-22