aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
Commit message (Expand)AuthorAge
* 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
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-24
* Add a security_barrier option for views.Robert Haas2011-12-22
* Add const qualifiers to node inspection functionsPeter Eisentraut2011-12-07
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Don't trust deferred-unique indexes for join removal.Tom Lane2011-10-23
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Can't print PlannerGlobal's subroots list in outfuncs.Tom Lane2011-09-04
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-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
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Make FKs valid at creation when added as column constraints.Simon Riggs2011-03-22
* Reimplement planner's handling of MIN/MAX aggregate optimization (again).Tom Lane2011-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
* 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
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Fix bogus test for hypothetical indexes in get_actual_variable_range().Tom Lane2011-02-16
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane2011-01-25
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-12
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Further fallout from the MergeAppend patch.Tom Lane2010-11-18
* Add missing outfuncs.c support for struct InhRelation.Tom Lane2010-11-13
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Provide hashing support for arrays.Tom Lane2010-10-30
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-28
* Make _outPathInfo print the relid set of the path's parent rel.Tom Lane2010-09-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.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
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12