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