aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Error message editing in backend/catalog.Tom Lane2003-07-21
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* 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 an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane2003-07-17
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-17
* Remove duplicate definition of ERROR.Tom Lane2003-07-14
* Fix typo in comment, as noted by Weiping He.Tom Lane2003-07-14
* Whoops, missed committing this change to match cosmetic changes inTom Lane2003-07-14
* Add description for new GUC context.Bruce Momjian2003-07-09
* Add new USERLIMIT GUC source level so certain options can be disabledBruce Momjian2003-07-09
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-04
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-04
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-01
* Add GUC option log_error_verbosity to control which fields of errorTom Lane2003-06-30
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Back out array mega-patch.Bruce Momjian2003-06-25
* Updated the pg_get_constraintdef() to use conbin. Update pg_dump to useBruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Add ipv6 address parsing support to 'inet' and 'cidr' data types.Bruce Momjian2003-06-24
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed andBruce Momjian2003-06-12
* Add log_min_duration_statement.Bruce Momjian2003-06-11
* Represent grant options in the information schema.Peter Eisentraut2003-06-11
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane2003-05-23
* Fix compilation on Cygwin.Peter Eisentraut2003-05-22
* Add code to test for unknown timezone names (following some ideas fromTom Lane2003-05-18
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15
* More binary I/O routines.Tom Lane2003-05-13
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-09
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-09
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-08
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* SECOND ATTEMPTBruce Momjian2003-05-02
* Back out second part of patch.Bruce Momjian2003-05-02
* Back out last commit --- wrong patch.Bruce Momjian2003-05-02
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-29
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08