summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2003-09-01Rename DoIt to changeVar, for clarity.Bruce Momjian
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-08-26Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane
2003-08-19Improve dynahash.c's API so that caller can specify the comparison functionTom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-05Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-31Fix mistaken error code assignments, per Peter's note 7/28/03.Tom Lane
2003-07-30Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane
2003-07-28Code review for recent GUC changes --- try to make it less obvious thatTom Lane
2003-07-28There was enough code drift since this patch, that a couple of bugsBruce Momjian
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-27Move ERRCODE_XXX macros into their own header file.Tom Lane
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-25Error message editing in backend/utils (except /adt).Tom Lane
2003-07-24Error message editing in backend/storage.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-07-22Error message editing for foreign-key triggers.Tom Lane
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-07-21Back out comment on GucContexts.Bruce Momjian
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-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-17Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane
2003-07-17Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane
2003-07-14Remove duplicate definition of ERROR.Tom Lane
2003-07-14Fix typo in comment, as noted by Weiping He.Tom Lane
2003-07-14Whoops, missed committing this change to match cosmetic changes inTom Lane
2003-07-09Add description for new GUC context.Bruce Momjian
2003-07-09Add new USERLIMIT GUC source level so certain options can be disabledBruce Momjian
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-01Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane
2003-06-30Add GUC option log_error_verbosity to control which fields of errorTom Lane
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-25Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-24 Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian
2003-06-22Revise hash join and hash aggregation code to use the same datatype-Tom Lane