| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix the code that adds regclass constants to a plan's list of relation OIDs | Tom Lane | 2008-06-17 | 1 | -5/+16 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Change fix_scan_expr() to avoid copying the input node tree in the common case | Tom Lane | 2007-11-24 | 1 | -2/+47 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -28/+28 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -70/+75 |
| * | Fix the plan-invalidation mechanism to treat regclass constants that refer to | Tom Lane | 2007-10-11 | 1 | -78/+167 |
| * | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 | 1 | -1/+10 |
| * | Marginal performance hack: use a dedicated routine instead of copyObject | Tom Lane | 2007-04-30 | 1 | -4/+20 |
| * | Don't remove the 'alias' field from flattened rangetable entries; | Tom Lane | 2007-04-06 | 1 | -4/+4 |
| * | Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to | Tom Lane | 2007-02-23 | 1 | -12/+61 |
| * | Change Agg and Group nodes so that Vars contained in their targetlists | Tom Lane | 2007-02-22 | 1 | -17/+8 |
| * | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 | 1 | -533/+511 |
| * | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane | 2007-02-19 | 1 | -27/+12 |
| * | Fix another problem in 8.2 changes that allowed "one-time" qual conditions to | Tom Lane | 2007-02-16 | 1 | -1/+9 |
| * | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 | 1 | -3/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -9/+9 |
| * | Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist | Tom Lane | 2006-08-28 | 1 | -8/+24 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -35/+102 |
| * | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -1/+19 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Improve my initial, rather hacky implementation of joins to append | Tom Lane | 2006-02-05 | 1 | -3/+20 |
| * | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane | 2005-11-26 | 1 | -9/+8 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -5/+5 |
| * | Thinking further, it seems we had better also copy down resorigtbl/resorigcol | Tom Lane | 2005-11-03 | 1 | -3/+6 |
| * | Fix the recently-added code that eliminates unnecessary SubqueryScan nodes | Tom Lane | 2005-11-03 | 1 | -1/+16 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -79/+79 |
| * | Back out prior patch and instead just suppress SubqueryScan elimination | Tom Lane | 2005-09-05 | 1 | -40/+16 |
| * | For non-projecting plan node types such as Limit, set_plan_references | Tom Lane | 2005-09-05 | 1 | -12/+28 |
| * | Fix two separate bugs in setrefs.c. set_subqueryscan_references needs | Tom Lane | 2005-08-27 | 1 | -40/+32 |
| * | Revise searching of subplan target lists to use something more efficient | Tom Lane | 2005-06-10 | 1 | -194/+248 |