| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make new expression eval code reject references to dropped columns. | Tom Lane | 2017-03-28 | 1 | -11/+8 |
| * | Add a regression test script dedicated to exercising system views. | Tom Lane | 2017-01-30 | 1 | -16/+0 |
| * | Move targetlist SRF handling from expression evaluation to new executor node. | Andres Freund | 2017-01-18 | 1 | -6/+4 |
| * | Make messages mentioning type names more uniform | Alvaro Herrera | 2017-01-18 | 1 | -1/+1 |
| * | Allow functions that return sets of tuples to return simple NULLs. | Tom Lane | 2016-07-26 | 1 | -0/+30 |
| * | Revert "Use Foreign Key relationships to infer multi-column join selectivity". | Tom Lane | 2016-06-07 | 1 | -15/+14 |
| * | Use Foreign Key relationships to infer multi-column join selectivity | Simon Riggs | 2016-04-08 | 1 | -14/+15 |
| * | Rearrange the handling of error context reports. | Tom Lane | 2015-09-05 | 1 | -4/+0 |
| * | Support flattening of empty-FROM subqueries and one-row VALUES tables. | Tom Lane | 2015-03-11 | 1 | -1/+23 |
| * | Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries. | Tom Lane | 2014-10-20 | 1 | -0/+52 |
| * | Fix indentation of JOIN clauses in rule/view dumps. | Tom Lane | 2014-04-30 | 1 | -18/+18 |
| * | Fix "cannot accept a set" error when only some arms of a CASE return a set. | Tom Lane | 2014-01-08 | 1 | -0/+14 |
| * | Rename TABLE() to ROWS FROM(). | Noah Misch | 2013-12-10 | 1 | -49/+49 |
| * | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 2013-11-21 | 1 | -194/+578 |
| * | In locate_grouping_columns(), don't expect an exact match of Var typmods. | Tom Lane | 2013-08-23 | 1 | -0/+11 |
| * | Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF) | Greg Stark | 2013-07-29 | 1 | -162/+840 |
| * | Make LATERAL implicit for functions in FROM. | Tom Lane | 2013-01-26 | 1 | -5/+8 |
| * | Implement SQL-standard LATERAL subqueries. | Tom Lane | 2012-08-07 | 1 | -1/+2 |
| * | Reduce messages about implicit indexes and sequences to DEBUG1. | Robert Haas | 2012-07-04 | 1 | -4/+0 |
| * | Make DROP FUNCTION hint more informative. | Robert Haas | 2012-06-26 | 1 | -2/+2 |
| * | Support index-only scans using the visibility map to avoid heap fetches. | Tom Lane | 2011-10-07 | 1 | -13/+14 |
| * | Prevent inlining a SQL function with multiple OUT parameters. | Tom Lane | 2010-12-01 | 1 | -0/+20 |
| * | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 | 1 | -3/+3 |
| * | Add an 'enable_material' GUC. | Robert Haas | 2010-04-19 | 1 | -1/+2 |
| * | Fix a bug introduced when set-returning SQL functions were made inline-able: | Tom Lane | 2009-12-14 | 1 | -0/+61 |
| * | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 | 1 | -2/+8 |
| * | Fix things so that you can still do "select foo()" where foo is a SQL | Tom Lane | 2009-06-11 | 1 | -0/+67 |
| * | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 | 1 | -0/+20 |
| * | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane | 2008-10-31 | 1 | -0/+176 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -0/+2 |
| * | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 | 1 | -0/+37 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -2/+2 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -1/+1 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -2/+2 |
| * | When a function not returning RECORD has a single OUT parameter, use | Tom Lane | 2005-10-06 | 1 | -13/+13 |
| * | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 | 1 | -3/+2 |
| * | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 | 1 | -12/+13 |
| * | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 | 1 | -11/+12 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -0/+131 |
| * | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian | 2003-07-27 | 1 | -1/+1 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -4/+4 |
| * | Arrange to give error when a SetOp member statement refers to a variable | Tom Lane | 2003-02-13 | 1 | -1/+0 |
| * | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 | 1 | -1/+2 |
| * | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane | 2002-08-30 | 1 | -0/+12 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -0/+38 |
| * | Of course, the simple change has ripple effects! Here's a patch for the | Bruce Momjian | 2002-08-06 | 1 | -12/+12 |
| * | Add code to extract dependencies from an expression tree, and use it | Tom Lane | 2002-07-16 | 1 | -13/+13 |
| * | Add missing regression files for SRF. | Bruce Momjian | 2002-06-20 | 1 | -0/+348 |