aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Support writable foreign tables.Tom Lane2013-03-10
* 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
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-11
* Update copyrights for 2013Bruce Momjian2013-01-01
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-23
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Basic binary heap implementation.Robert Haas2012-11-29
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-12
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* 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
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05
* Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane2012-09-01
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-29
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* 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
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* 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
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* 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
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane2012-03-24
* Code review for protransform patches.Tom Lane2012-03-23
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Revise FDW planning API, again.Tom Lane2012-03-09
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-05
* ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera2012-02-27
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23