index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
outfuncs.c
Commit message (
Expand
)
Author
Age
*
Revise FDW planning API, again.
Tom Lane
2012-03-09
*
Redesign PlanForeignScan API to allow multiple paths for a foreign table.
Tom Lane
2012-03-05
*
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-27
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-24
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Add const qualifiers to node inspection functions
Peter Eisentraut
2011-12-07
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
*
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-10-23
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Can't print PlannerGlobal's subroots list in outfuncs.
Tom Lane
2011-09-04
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
*
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
*
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-22
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2011-02-16
*
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-25
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-18
*
Add missing outfuncs.c support for struct InhRelation.
Tom Lane
2010-11-13
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
*
Fix PlaceHolderVar mechanism's interaction with outer joins.
Tom Lane
2010-09-28
*
Make _outPathInfo print the relid set of the path's parent rel.
Tom Lane
2010-09-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.
Tom Lane
2010-08-18
*
Recognize functional dependency on primary keys. This allows a table's
Tom Lane
2010-08-07
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
[next]