| Commit message (Expand) | Author | Age | Files | Lines |
| * | Process withCheckOption exprs in setrefs.c | Stephen Frost | 2014-09-22 | 1 | -0/+3 |
| * | Row-Level Security Policies (RLS) | Stephen Frost | 2014-09-19 | 1 | -1/+7 |
| * | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane | 2014-06-18 | 1 | -8/+49 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -10/+10 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Fix inherited UPDATE/DELETE with UNION ALL subqueries. | Tom Lane | 2013-12-14 | 1 | -1/+2 |
| * | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 2013-11-21 | 1 | -6/+3 |
| * | Better fix for permissions tests in excluded subqueries. | Tom Lane | 2013-05-08 | 1 | -56/+195 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Make UtilityContainsQuery recurse until it finds a non-utility Query. | Tom Lane | 2012-06-27 | 1 | -1/+1 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -6/+6 |
| * | Fix planner's handling of RETURNING lists in writable CTEs. | Tom Lane | 2012-04-25 | 1 | -13/+62 |
| * | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane | 2012-03-19 | 1 | -9/+8 |
| * | Revise FDW planning API, again. | Tom Lane | 2012-03-09 | 1 | -0/+2 |
| * | Expose an API for calculating catcache hash values. | Tom Lane | 2012-03-07 | 1 | -7/+3 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Fix handling of PlaceHolderVars in nestloop parameter management. | Tom Lane | 2011-11-03 | 1 | -0/+4 |
| * | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 | 1 | -31/+107 |
| * | Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. | Tom Lane | 2011-09-03 | 1 | -139/+139 |
| * | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -2/+0 |
| * | Revise sinval code to remove no-longer-used tuple TID from inval messages. | Tom Lane | 2011-08-16 | 1 | -13/+10 |
| * | Fix handling of collations in multi-row VALUES constructs. | Tom Lane | 2011-04-18 | 1 | -0/+1 |
| * | Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. | Tom Lane | 2011-02-25 | 1 | -2/+14 |
| * | Implement an API to let foreign-data wrappers actually be functional. | Tom Lane | 2011-02-20 | 1 | -0/+12 |
| * | Fix improper matching of resjunk column names for FOR UPDATE in subselect. | Tom Lane | 2011-02-09 | 1 | -1/+1 |
| * | Per-column collation support | Peter Eisentraut | 2011-02-08 | 1 | -0/+3 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Create core infrastructure for KNNGIST. | Tom Lane | 2010-12-02 | 1 | -0/+4 |
| * | Support MergeAppend plans, to allow sorted output from append relations. | Tom Lane | 2010-10-14 | 1 | -0/+18 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Small refactoring of makeVar() from a TargetEntry | Peter Eisentraut | 2010-08-27 | 1 | -11/+3 |
| * | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 | 1 | -212/+26 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -5/+5 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -4/+2 |
| * | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 | 1 | -2/+18 |
| * | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 | 1 | -5/+19 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | While doing the final setrefs.c pass over a plan tree, try to match up | Tom Lane | 2009-11-16 | 1 | -5/+67 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -10/+18 |
| * | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 | 1 | -2/+3 |
| * | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 | 1 | -6/+52 |
| * | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 | 1 | -4/+27 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -14/+14 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -2/+3 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -1/+7 |
| * | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 | 1 | -7/+75 |
| * | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -2/+30 |
| * | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane | 2008-09-09 | 1 | -96/+189 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -2/+2 |