summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-08-01Fix my own mistake in GUC variable annotation.Tom Lane
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-31Cause library-preload feature to report error if specified initializationTom Lane
2003-07-30Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane
2003-07-30Fix numeric_smaller, numeric_larger, float4smaller, float4larger,Tom Lane
2003-07-30Cause ARRAY[] construct to return a NULL array, rather than raising anTom Lane
2003-07-29Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane
2003-07-29Coerce unknown-literal-constant default values to the column type duringTom Lane
2003-07-29Use a process-specific temp file name, per Andreas Haumer.Tom Lane
2003-07-29Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane
2003-07-28Code review for recent GUC changes --- try to make it less obvious thatTom Lane
2003-07-28Add error stack traceback support for SQL-language functions.Tom Lane
2003-07-28There was enough code drift since this patch, that a couple of bugsBruce Momjian
2003-07-28Localizability improvement.Tom Lane
2003-07-28elog() is no longer a gettext trigger --- all remaining uses are consideredTom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-27Tom, happier with the attached patch?Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-07-27> Joe Conway <mail@joeconway.com> writes:Bruce Momjian
2003-07-27This makes the initcap function compatible with Oracle 9i, it has beenBruce Momjian
2003-07-26Have SSL text print only when SSL mode is enabled.Bruce Momjian
2003-07-26I corecting date_trunc('quarter',...) and friends because orig versionBruce Momjian
2003-07-26At long last I put together a patch to support 4 client SSL negotiationBruce Momjian
2003-07-25Error message editing in backend/utils (except /adt).Tom Lane
2003-07-25Error message editing in backend/optimizer, backend/rewrite.Tom Lane
2003-07-24Error message editing in backend/storage.Tom Lane
2003-07-24Fix timestamp_date for HAVE_INT64_TIMESTAMP case.Tom Lane
2003-07-24Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000.Tom Lane
2003-07-24Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS.Tom Lane
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-07-22Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane
2003-07-22Error message editing for foreign-key triggers.Tom Lane
2003-07-22A few parentheses shy of a load here ...Tom Lane
2003-07-22Add GUC parameter to control rendezvous name.Bruce Momjian
2003-07-22wups, took out one memset too many ...Tom Lane
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-07-21Error message editing in backend/access.Tom Lane
2003-07-21Error message editing in backend/executor.Tom Lane
2003-07-21Error message editing in backend/catalog.Tom Lane
2003-07-20Another round of error message editing, covering backend/commands/.Tom Lane
2003-07-19Error message editing: finish up undone task of reporting the problemTom Lane
2003-07-19Add ereport-related functions to GETTEXT_TRIGGERS list.Tom Lane
2003-07-19Another round of error message editing, covering backend/parser/.Tom Lane
2003-07-18First bits of work on error message editing.Tom Lane
2003-07-18Add cleaner formatting to config file.Bruce Momjian
2003-07-17Oh, for crying in a bucket ... relax Assert so that glibc's strxfrmTom Lane
2003-07-17Work around buggy strxfrm() present in some Solaris releases.Tom Lane
2003-07-17For COMMENT ON DATABASE where database name is unknown or not the currentTom Lane
2003-07-17Repair boundary-case bug introduced by patch of two months ago thatTom Lane