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
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Remove no-longer-used T_PrivGrantee node tag.
Tom Lane
2015-09-16
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-18
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
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
[next]