aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAge
* 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
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* DDL support for collationsPeter Eisentraut2011-02-12
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-10
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Avoid having autovacuum workers wait for relation locks.Robert Haas2011-02-07
* Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane2011-01-25
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Provide hashing support for arrays.Tom Lane2010-10-30
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-15
* Support triggers on views.Tom Lane2010-10-10
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-18
* Recognize functional dependency on primary keys. This allows a table'sTom Lane2010-08-07
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-23
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Extend the set of frame options supported for window functions.Tom Lane2010-02-12
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Type table featurePeter Eisentraut2010-01-28
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05