summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2003-06-12Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed andBruce Momjian
2003-06-11Add log_min_duration_statement.Bruce Momjian
2003-06-11Represent grant options in the information schema.Peter Eisentraut
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-26Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane
2003-05-23Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-05-18Add code to test for unknown timezone names (following some ideas fromTom Lane
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2003-05-13More binary I/O routines.Tom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-05-09Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-05-08Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-05-06Restructure command destination handling so that we pass aroundTom Lane
2003-05-02SECOND ATTEMPTBruce Momjian
2003-05-02Back out second part of patch.Bruce Momjian
2003-05-02Back out last commit --- wrong patch.Bruce Momjian
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane