| Age | Commit message (Expand) | Author |
| 2003-10-20 | Improve error reporting in parseTypeString(), motivated by confusing | Tom Lane |
| 2003-10-09 | Make sure that -- comments extend to the end of the line. This fixes the | Peter Eisentraut |
| 2003-10-06 | Fix binary_oper_exact() so that the heuristic 'an unknown literal on | Tom Lane |
| 2003-10-02 | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut |
| 2003-10-02 | Remove NOTICE about foreign key creating implicit triggers, because it no | Peter Eisentraut |
| 2003-09-29 | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Fix grammatical error introduced into error message. | Tom Lane |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-23 | Tweak generic_type_consistency routines to avoid loss of functionality | Tom Lane |
| 2003-09-15 | Improve a couple of error messages per suggestions from Alvaro Herrera. | Tom Lane |
| 2003-09-09 | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut |
| 2003-09-06 | Make all valid uses of the COLLATE clause yield the same result: a syntax | Peter Eisentraut |
| 2003-08-22 | Tweak grammar to use FastAppend rather than lappend when constructing | Tom Lane |
| 2003-08-17 | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-07 | create_unique_plan() should not discard existing output columns of the | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-20 | Another round of error message editing, covering backend/commands/. | Tom Lane |
| 2003-07-19 | Another round of error message editing, covering backend/parser/. | Tom Lane |
| 2003-07-18 | First bits of work on error message editing. | Tom Lane |
| 2003-07-16 | Add defenses against trying to attach qual conditions to a setOperation | Tom Lane |
| 2003-07-04 | Some early work on error message editing. Operator-not-found and | Tom Lane |
| 2003-07-03 | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane |
| 2003-07-03 | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane |
| 2003-07-01 | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane |
| 2003-07-01 | Change EXECUTE INTO to CREATE TABLE AS EXECUTE. | Peter Eisentraut |
| 2003-06-29 | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane |
| 2003-06-27 | Fix compile warnings. | Tom Lane |
| 2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
| 2003-06-27 | Create real array comparison functions (that use the element datatype's | Tom Lane |
| 2003-06-25 | Back out array mega-patch. | Bruce Momjian |
| 2003-06-25 | Don't generate 'zero' typeids in the output from gen_cross_product. | Tom Lane |
| 2003-06-25 | Fix up JOIN .. USING with domains | Bruce Momjian |
| 2003-06-25 | UPDATE ... SET <col> = DEFAULT | Bruce Momjian |
| 2003-06-25 | Includes: | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |
| 2003-06-19 | Disallow dollar sign in operator names, instead allow it as a non-first | Tom Lane |
| 2003-06-17 | Make FLOAT(p) measure the precision p in bits, not decimal digits, to | Tom Lane |
| 2003-06-16 | Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, | Tom Lane |
| 2003-06-15 | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane |
| 2003-06-15 | Cause GROUP BY clause to adopt ordering operators from ORDER BY when | Tom Lane |
| 2003-06-11 | Add add_missing_from GUC variable. | Bruce Momjian |
| 2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |