| Age | Commit message (Expand) | Author |
| 2003-09-01 | Rename DoIt to changeVar, for clarity. | Bruce Momjian |
| 2003-08-27 | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane |
| 2003-08-26 | Use separate SQLSTATE codes for file not found/file exists, rather than | Tom Lane |
| 2003-08-19 | Improve dynahash.c's API so that caller can specify the comparison function | 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-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-05 | Improve documentation of ParseDateTime(). Reorder tests to prevent | Tom Lane |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | 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-31 | Fix mistaken error code assignments, per Peter's note 7/28/03. | Tom Lane |
| 2003-07-30 | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane |
| 2003-07-28 | Code review for recent GUC changes --- try to make it less obvious that | Tom Lane |
| 2003-07-28 | There was enough code drift since this patch, that a couple of bugs | Bruce Momjian |
| 2003-07-27 | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane |
| 2003-07-27 | Move ERRCODE_XXX macros into their own header file. | Tom Lane |
| 2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
| 2003-07-27 | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian |
| 2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
| 2003-07-24 | Error message editing in backend/storage. | Tom Lane |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2003-07-22 | Error message editing for foreign-key triggers. | Tom Lane |
| 2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
| 2003-07-21 | Back out comment on GucContexts. | Bruce Momjian |
| 2003-07-21 | Error message editing in backend/access. | Tom Lane |
| 2003-07-21 | Error message editing in backend/executor. | Tom Lane |
| 2003-07-21 | Error message editing in backend/catalog. | 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-17 | Add an upper limit to IS_VALID_JULIAN() to defend against overflow in | Tom Lane |
| 2003-07-17 | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane |
| 2003-07-14 | Remove duplicate definition of ERROR. | Tom Lane |
| 2003-07-14 | Fix typo in comment, as noted by Weiping He. | Tom Lane |
| 2003-07-14 | Whoops, missed committing this change to match cosmetic changes in | Tom Lane |
| 2003-07-09 | Add description for new GUC context. | Bruce Momjian |
| 2003-07-09 | Add new USERLIMIT GUC source level so certain options can be disabled | Bruce Momjian |
| 2003-07-04 | Add --help-config facility to dump information about GUC parameters | Tom Lane |
| 2003-07-04 | Some early work on error message editing. Operator-not-found and | Tom Lane |
| 2003-07-01 | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane |
| 2003-06-30 | Add GUC option log_error_verbosity to control which fields of error | 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 | Updated the pg_get_constraintdef() to use conbin. Update pg_dump to use | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |
| 2003-06-24 | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian |
| 2003-06-22 | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane |