aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* 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
* Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane2003-04-04
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Fix compile warning.Tom Lane2003-03-21
* Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane2003-03-21
* This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian2003-03-20
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* tuplestore_donestoring() isn't needed anymore, but provide a no-opTom Lane2003-03-09
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-09
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-23
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-20
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-19
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-13
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-06