| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -2/+19 |
* | Fix mistaken error code assignments, per Peter's note 7/28/03. | Tom Lane | 2003-07-31 | 1 | -3/+3 |
* | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane | 2003-07-30 | 3 | -4/+24 |
* | Coerce unknown-literal-constant default values to the column type during | Tom Lane | 2003-07-29 | 1 | -2/+2 |
* | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 1 | -16/+34 |
* | Code review for recent GUC changes --- try to make it less obvious that | Tom Lane | 2003-07-28 | 2 | -39/+34 |
* | There was enough code drift since this patch, that a couple of bugs | Bruce Momjian | 2003-07-28 | 2 | -2/+6 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 | 2 | -4/+5 |
* | Move ERRCODE_XXX macros into their own header file. | Tom Lane | 2003-07-27 | 2 | -287/+309 |
* | elog mop-up. | Tom Lane | 2003-07-27 | 5 | -14/+14 |
* | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 2 | -7/+9 |
* | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian | 2003-07-27 | 2 | -15/+16 |
* | Error message editing in backend/utils (except /adt). | Tom Lane | 2003-07-25 | 1 | -1/+3 |
* | Error message editing in backend/storage. | Tom Lane | 2003-07-24 | 1 | -2/+4 |
* | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 1 | -1/+4 |
* | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 | 4 | -44/+49 |
* | Error message editing for foreign-key triggers. | Tom Lane | 2003-07-22 | 1 | -2/+2 |
* | Add GUC parameter to control rendezvous name. | Bruce Momjian | 2003-07-22 | 1 | -1/+2 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 2 | -2/+15 |
* | Back out comment on GucContexts. | Bruce Momjian | 2003-07-21 | 1 | -4/+1 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 1 | -1/+3 |
* | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 2 | -3/+6 |
* | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 2 | -4/+7 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 2 | -16/+26 |
* | Add Opteron/Itanium comment. | Bruce Momjian | 2003-07-20 | 1 | -2/+3 |
* | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -102/+175 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -11/+46 |
* | Add an upper limit to IS_VALID_JULIAN() to defend against overflow in | Tom Lane | 2003-07-17 | 1 | -6/+10 |
* | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane | 2003-07-17 | 2 | -5/+18 |
* | Cause SHOW DATESTYLE to produce a string that will be accepted by SET | Tom Lane | 2003-07-15 | 1 | -2/+1 |
* | Avoid use of int64_t, which seems not to be very portable. Simplify | Tom Lane | 2003-07-15 | 1 | -27/+21 |
* | Remove duplicate definition of ERROR. | Tom Lane | 2003-07-14 | 1 | -4/+2 |
* | Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_cost | Tom Lane | 2003-07-14 | 1 | -1/+2 |
* | Fix typo in comment, as noted by Weiping He. | Tom Lane | 2003-07-14 | 1 | -2/+2 |
* | Whoops, missed committing this change to match cosmetic changes in | Tom Lane | 2003-07-14 | 1 | -8/+4 |
* | Add description for new GUC context. | Bruce Momjian | 2003-07-09 | 1 | -1/+4 |
* | Add new USERLIMIT GUC source level so certain options can be disabled | Bruce Momjian | 2003-07-09 | 1 | -6/+15 |
* | Add --help-config facility to dump information about GUC parameters | Tom Lane | 2003-07-04 | 2 | -0/+195 |
* | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 3 | -13/+42 |
* | Do honest transformation and preprocessing of LIMIT/OFFSET clauses, | Tom Lane | 2003-07-03 | 2 | -3/+8 |
* | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane | 2003-07-03 | 3 | -12/+17 |
* | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane | 2003-07-01 | 4 | -4/+19 |
* | SQL functions can have arguments and results declared ANYARRAY or | Tom Lane | 2003-07-01 | 2 | -4/+7 |
* | Add GUC option log_error_verbosity to control which fields of error | Tom Lane | 2003-06-30 | 1 | -1/+10 |
* | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 | 5 | -12/+23 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 | 8 | -10/+52 |
* | Add is_superuser parameter reporting, soon to be used by psql. | Tom Lane | 2003-06-27 | 1 | -2/+2 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 10 | -71/+82 |
* | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 11 | -30/+123 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 13 | -151/+41 |