| Commit message (Expand) | Author | Age |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Make UtilityContainsQuery recurse until it finds a non-utility Query. | Tom Lane | 2012-06-27 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Fix planner's handling of RETURNING lists in writable CTEs. | Tom Lane | 2012-04-25 |
* | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane | 2012-03-19 |
* | Revise FDW planning API, again. | Tom Lane | 2012-03-09 |
* | Expose an API for calculating catcache hash values. | Tom Lane | 2012-03-07 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Fix handling of PlaceHolderVars in nestloop parameter management. | Tom Lane | 2011-11-03 |
* | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 |
* | 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 |
* | Fix handling of collations in multi-row VALUES constructs. | Tom Lane | 2011-04-18 |
* | Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. | Tom Lane | 2011-02-25 |
* | Implement an API to let foreign-data wrappers actually be functional. | Tom Lane | 2011-02-20 |
* | 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 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Create core infrastructure for KNNGIST. | Tom Lane | 2010-12-02 |
* | Support MergeAppend plans, to allow sorted output from append relations. | Tom Lane | 2010-10-14 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Small refactoring of makeVar() from a TargetEntry | Peter Eisentraut | 2010-08-27 |
* | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 |
* | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | While doing the final setrefs.c pass over a plan tree, try to match up | Tom Lane | 2009-11-16 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 |
* | 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 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | 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 |
* | 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 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Fix the code that adds regclass constants to a plan's list of relation OIDs | Tom Lane | 2008-06-17 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Change fix_scan_expr() to avoid copying the input node tree in the common case | Tom Lane | 2007-11-24 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 |
* | Marginal performance hack: use a dedicated routine instead of copyObject | Tom Lane | 2007-04-30 |