| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane | 2005-06-26 | 1 | -1/+91 |
| * | Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not | Tom Lane | 2005-05-12 | 1 | -8/+2 |
| * | Add some defenses against functions declared to return set that don't | Tom Lane | 2005-05-09 | 1 | -3/+4 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -1/+2 |
| * | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 | 1 | -5/+5 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -3/+11 |
| * | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane | 2005-03-22 | 1 | -16/+9 |
| * | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 | 1 | -105/+132 |
| * | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane | 2005-03-14 | 1 | -33/+10 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 | 1 | -2/+137 |
| * | Adjust ExecMakeTableFunctionResult to produce a single all-nulls row | Tom Lane | 2004-09-22 | 1 | -39/+74 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -93/+99 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 1 | -14/+50 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 1 | -50/+12 |
| * | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 | 1 | -48/+190 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -3/+1 |
| * | Some more de-FastList-ification. | Tom Lane | 2004-06-01 | 1 | -21/+16 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -6/+6 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -36/+37 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 1 | -1/+86 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -117/+159 |
| * | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 | 1 | -1/+16 |
| * | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 | 1 | -3/+49 |
| * | Replace the switching function ExecEvalExpr() with a macro that jumps | Tom Lane | 2004-03-17 | 1 | -281/+367 |
| * | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 | 1 | -2/+2 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -4/+4 |
| * | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane | 2003-12-18 | 1 | -1/+26 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Back out makeNode() patch to fix gcc 3.3.1 warning. | Bruce Momjian | 2003-10-13 | 1 | -34/+33 |
| * | Use makeNode() to allocate structures that have to be cast to Node *, | Bruce Momjian | 2003-10-12 | 1 | -33/+34 |
| * | Back out -fstrict-aliasing void* casting. | Bruce Momjian | 2003-10-11 | 1 | -3/+3 |
| * | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian | 2003-10-11 | 1 | -3/+3 |
| * | Make the world safe (more or less) for dropped columns in plpgsql rowtypes. | Tom Lane | 2003-09-25 | 1 | -23/+35 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -12/+12 |
| * | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 | 1 | -5/+5 |
| * | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 1 | -5/+5 |
| * | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 | 1 | -9/+24 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -44/+44 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -179/+184 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | Cause ARRAY[] construct to return a NULL array, rather than raising an | Tom Lane | 2003-07-30 | 1 | -7/+13 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -3/+3 |
| * | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 1 | -75/+119 |
| * | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 1 | -2/+162 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -4/+4 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -4/+4 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -4/+4 |