| Commit message (Expand) | Author | Age |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 |
* | Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. | Tom Lane | 2006-03-10 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane | 2005-12-28 |
* | Fix problem with whole-row Vars referencing sub-select outputs, per | Tom Lane | 2005-12-14 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Better solution to the problem of labeling whole-row Datums that are | Tom Lane | 2005-10-19 |
* | Ensure that the Datum generated from a whole-row Var contains valid | Tom Lane | 2005-10-19 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane | 2005-06-26 |
* | Remove some unnecessary code: since ExecMakeFunctionResultNoSets does not | Tom Lane | 2005-05-12 |
* | Add some defenses against functions declared to return set that don't | Tom Lane | 2005-05-09 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane | 2005-03-22 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane | 2005-03-14 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 |
* | Adjust ExecMakeTableFunctionResult to produce a single all-nulls row | Tom Lane | 2004-09-22 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 |
* | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 |
* | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 |
* | Some more de-FastList-ification. | Tom Lane | 2004-06-01 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 |
* | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 |
* | Replace the switching function ExecEvalExpr() with a macro that jumps | Tom Lane | 2004-03-17 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane | 2003-12-18 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Back out makeNode() patch to fix gcc 3.3.1 warning. | Bruce Momjian | 2003-10-13 |
* | Use makeNode() to allocate structures that have to be cast to Node *, | Bruce Momjian | 2003-10-12 |
* | Back out -fstrict-aliasing void* casting. | Bruce Momjian | 2003-10-11 |
* | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian | 2003-10-11 |
* | Make the world safe (more or less) for dropped columns in plpgsql rowtypes. | Tom Lane | 2003-09-25 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | 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 ARRAY[] construct so that in multidimensional case, elements can | Tom Lane | 2003-08-17 |