summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2003-07-17Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane
2003-07-16Add defenses against trying to attach qual conditions to a setOperationTom Lane
2003-07-15Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistentTom Lane
2003-07-15Cause SHOW DATESTYLE to produce a string that will be accepted by SETTom Lane
2003-07-15Tweak original coding so that we can determine the platform-specificTom Lane
2003-07-14Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_costTom Lane
2003-07-14The default values for shared_buffers and max_connections are now 1000Tom Lane
2003-07-14Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane
2003-07-09Add description for new GUC context.Bruce Momjian
2003-07-09Add special checks for non-super-user setting LOG_MIN_DURATION_STATEMENTBruce Momjian
2003-07-09Add new USERLIMIT GUC source level so certain options can be disabledBruce Momjian
2003-07-04tm2timestamp should return -1, not elog, on overflow. (In the backendTom Lane
2003-07-04Add --help-config facility to dump information about GUC parametersTom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2003-07-03Fix bug I introduced in recent rewrite of NUMERIC code: numeric toTom Lane
2003-07-03Do honest transformation and preprocessing of LIMIT/OFFSET clauses,Tom Lane
2003-07-03Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane
2003-07-01Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane
2003-07-01Dept. of second thoughts: supporting inlining of polymorphic SQL functionsTom Lane
2003-07-01STRENGH => STRENGTH, per Jon Jensen.Tom Lane
2003-07-01Department of second thoughts: even if we can't run the full parser onTom Lane
2003-07-01SQL functions can have arguments and results declared ANYARRAY orTom Lane
2003-07-01Change EXECUTE INTO to CREATE TABLE AS EXECUTE.Peter Eisentraut
2003-06-30Add GUC option log_error_verbosity to control which fields of errorTom Lane