summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+19
* Fix mistaken error code assignments, per Peter's note 7/28/03.Tom Lane2003-07-311-3/+3
* Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane2003-07-303-4/+24
* Coerce unknown-literal-constant default values to the column type duringTom Lane2003-07-291-2/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-16/+34
* Code review for recent GUC changes --- try to make it less obvious thatTom Lane2003-07-282-39/+34
* There was enough code drift since this patch, that a couple of bugsBruce Momjian2003-07-282-2/+6
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-272-4/+5
* Move ERRCODE_XXX macros into their own header file.Tom Lane2003-07-272-287/+309
* elog mop-up.Tom Lane2003-07-275-14/+14
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-272-7/+9
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-272-15/+16
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-1/+3
* Error message editing in backend/storage.Tom Lane2003-07-241-2/+4
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-1/+4
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-234-44/+49
* Error message editing for foreign-key triggers.Tom Lane2003-07-221-2/+2
* Add GUC parameter to control rendezvous name.Bruce Momjian2003-07-221-1/+2
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-222-2/+15
* Back out comment on GucContexts.Bruce Momjian2003-07-211-4/+1
* Error message editing in backend/access.Tom Lane2003-07-211-1/+3
* Error message editing in backend/executor.Tom Lane2003-07-212-3/+6
* Error message editing in backend/catalog.Tom Lane2003-07-212-4/+7
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-202-16/+26
* Add Opteron/Itanium comment.Bruce Momjian2003-07-201-2/+3
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-102/+175
* First bits of work on error message editing.Tom Lane2003-07-181-11/+46
* Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane2003-07-171-6/+10
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-172-5/+18
* Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane2003-07-151-2/+1
* Avoid use of int64_t, which seems not to be very portable. SimplifyTom Lane2003-07-151-27/+21
* Remove duplicate definition of ERROR.Tom Lane2003-07-141-4/+2
* Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_costTom Lane2003-07-141-1/+2
* Fix typo in comment, as noted by Weiping He.Tom Lane2003-07-141-2/+2
* Whoops, missed committing this change to match cosmetic changes inTom Lane2003-07-141-8/+4
* Add description for new GUC context.Bruce Momjian2003-07-091-1/+4
* Add new USERLIMIT GUC source level so certain options can be disabledBruce Momjian2003-07-091-6/+15
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-042-0/+195
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-043-13/+42
* Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane2003-07-032-3/+8
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-033-12/+17
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-014-4/+19
* SQL functions can have arguments and results declared ANYARRAY orTom Lane2003-07-012-4/+7
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-301-1/+10
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-295-12/+23
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-298-10/+52
* Add is_superuser parameter reporting, soon to be used by psql.Tom Lane2003-06-271-2/+2
* First batch of object rename commands.Peter Eisentraut2003-06-2710-71/+82
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-2711-30/+123
* Back out array mega-patch.Bruce Momjian2003-06-2513-151/+41