| Commit message (Expand) | Author | Age |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Remove inappropriate memory context switch in shutdown_MultiFuncCall(). | Tom Lane | 2008-11-30 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 |
* | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Fix several memory leaks when rescanning SRFs. Arrange for an SRF's | Neil Conway | 2008-02-29 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Remove unused "caller" argument from stringToQualifiedNameList. | Alvaro Herrera | 2007-06-26 |
* | Fix up text concatenation so that it accepts all the reasonable cases that | Tom Lane | 2007-06-06 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Move plpgsql's fetchArgInfo() into funcapi.c, and rename to | Tom Lane | 2005-12-28 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | When a function not returning RECORD has a single OUT parameter, use | Tom Lane | 2005-10-06 |
* | Don't try to constant-fold functions returning RECORD. We were never | Tom Lane | 2005-07-03 |
* | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane | 2005-05-30 |
* | get_expr_result_type has to be prepared to pull type information | Tom Lane | 2005-05-28 |
* | get_expr_result_type probably needs to be able to handle OpExpr as well | Tom Lane | 2005-04-25 |
* | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane | 2005-04-05 |
* | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Use a shutdown callback to ensure proper clean up when rescanning | Joe Conway | 2003-12-19 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 |
* | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane | 2002-08-30 |
* | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane | 2002-08-29 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian | 2002-07-18 |