| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix some planner performance problems with large WHERE clauses, by | Tom Lane | 2003-05-28 | 1 | -15/+19 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -3/+3 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -17/+208 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -3/+2 |
| * | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 | 1 | -8/+1 |
| * | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 | 1 | -5/+135 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -37/+45 |
| * | First cut at implementing IN (and NOT IN) via hashtables. There is | Tom Lane | 2003-01-12 | 1 | -65/+19 |
| * | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane | 2003-01-10 | 1 | -4/+4 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 1 | -4/+36 |
| * | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 | 1 | -28/+17 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -258/+400 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -26/+39 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -239/+160 |
| * | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 1 | -3/+3 |
| * | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 1 | -3/+3 |
| * | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 1 | -3/+3 |
| * | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 | 1 | -2/+166 |
| * | Fix ExecMakeTableFunctionResult() to work with generic expressions as | Tom Lane | 2002-12-01 | 1 | -58/+99 |
| * | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane | 2002-11-30 | 1 | -14/+13 |
| * | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 1 | -86/+52 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -5/+41 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -18/+23 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -5/+2 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -46/+45 |
| * | Wups, didn't mean to commit that just yet. | Tom Lane | 2002-08-31 | 1 | -45/+46 |
| * | The UNDEFOID later causes an assertion failure in heap_formtuple when | Tom Lane | 2002-08-31 | 1 | -46/+45 |
| * | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane | 2002-08-30 | 1 | -12/+11 |
| * | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 | 1 | -47/+282 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -11/+14 |