aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Rename the uuid_t type to pg_uuid_t, to avoid a conflict with anyNeil Conway2007-01-28
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-28
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-25
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-25
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane2007-01-22
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Refactor some lsyscache routines to eliminate duplicate code and saveTom Lane2007-01-21
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-20
* Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut2007-01-19
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-16
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-14
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-12
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-10
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-10
* Add GUC log_temp_files to log the use of temporary files.Bruce Momjian2007-01-09
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-03
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut2006-12-29
* Add send and recv functions for xml type.Peter Eisentraut2006-12-28
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Suppress various compiler warnings in new xml code.Tom Lane2006-12-23
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-08
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-05
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-18
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-07
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-06
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* The attached patch changes units of the some default values inBruce Momjian2006-10-03
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-20
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane2006-09-16
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-10
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-05
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-03
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03