| Commit message (Expand) | Author | Age | Files | Lines |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -128/+187 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 1 | -6/+2 |
| * | 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 | -7/+7 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 1 | -1/+120 |
| * | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane | 2004-03-15 | 1 | -45/+1 |
| * | Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion | Tom Lane | 2003-12-17 | 1 | -20/+20 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -11/+11 |
| * | Tweak generic_type_consistency routines to avoid loss of functionality | Tom Lane | 2003-09-23 | 1 | -9/+34 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -98/+114 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -7/+7 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -56/+88 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -7/+11 |
| * | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 | 1 | -3/+42 |
| * | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 | 1 | -26/+75 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -2/+8 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -16/+3 |
| * | Fix up JOIN .. USING with domains | Bruce Momjian | 2003-06-25 | 1 | -3/+3 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -3/+16 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -62/+88 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 1 | -30/+86 |
| * | Remove premature attempt to constant-fold type coercion expressions. | Tom Lane | 2003-04-10 | 1 | -28/+2 |
| * | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 | 1 | -26/+318 |
| * | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane | 2003-02-09 | 1 | -4/+4 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -142/+70 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -4/+3 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -25/+23 |
| * | Missed one place that can be simplified after recent Param/Const cleanup. | Tom Lane | 2002-11-30 | 1 | -3/+2 |
| * | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane | 2002-11-26 | 1 | -8/+2 |
| * | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 1 | -8/+3 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -3/+53 |
| * | Function-call-style type coercions should be treated as explicit | Tom Lane | 2002-10-24 | 1 | -5/+2 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -107/+306 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -46/+55 |
| * | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane | 2002-09-01 | 1 | -299/+266 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -52/+79 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -19/+42 |
| * | Manually apply part of oid patch that didn't apply cleanly. | Bruce Momjian | 2002-07-20 | 1 | -2/+2 |
| * | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 1 | -40/+56 |
| * | Oops, proper initialization for domainTypMod was none at all, not 0. | Bruce Momjian | 2002-07-09 | 1 | -2/+2 |
| * | Fix compiler warning: | Bruce Momjian | 2002-07-09 | 1 | -2/+2 |
| * | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 | 1 | -16/+93 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 | 1 | -6/+6 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -17/+29 |
| * | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 1 | -33/+69 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -29/+45 |