index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
nodes.h
Commit message (
Expand
)
Author
Age
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Redesign PlanForeignScan API to allow multiple paths for a foreign table.
Tom Lane
2012-03-05
*
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
*
Add const qualifiers to node inspection functions
Peter Eisentraut
2011-12-07
*
Further consolidation of DROP statement handling.
Robert Haas
2011-11-17
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-08-06
*
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
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-11
*
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
*
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-09
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
*
Support use of function argument names to identify which actual arguments
Tom Lane
2009-10-08
*
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-10-05
*
Implement the DO statement to support execution of PL code without having
Tom Lane
2009-09-22
*
Implement "join removal" for cases where the inner side of a left join
Tom Lane
2009-09-17
*
Merge the Constraint and FkConstraint node types into a single type.
Tom Lane
2009-07-30
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-04-04
*
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
Tom Lane
2009-02-25
*
Allow reloption names to have qualifiers, initially supporting a TOAST
Alvaro Herrera
2009-02-02
*
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-22
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19
*
Switch the planner over to treating qualifications of a JOIN_SEMI join as
Tom Lane
2008-11-22
*
Add a concept of "placeholder" variables to the planner. These are variables
Tom Lane
2008-10-21
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
*
Improve the plan cache invalidation mechanism to make it invalidate plans
Tom Lane
2008-09-09
[next]