aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Fix ancient bug in handling of to_char modifier 'TH', when used with HH.Heikki Linnakangas2009-07-06
* Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane2009-06-23
* Make to_timestamp and friends skip leading spaces before an integer field,Tom Lane2009-06-22
* Revert dubious message wording change.Tom Lane2009-06-22
* Message fixesPeter Eisentraut2009-06-21
* Fix things so that array_agg_finalfn does not modify or free its inputTom Lane2009-06-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane2009-06-10
* Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND inputTom Lane2009-06-10
* Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report fromTom Lane2009-06-10
* Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut2009-06-09
* Switch order of tests to avoid possible Assert failure forTom Lane2009-06-09
* Fix failure to double-quote function argument names when needed, inTom Lane2009-06-09
* Fix map_sql_table_to_xmlschema() with dropped attributes.Peter Eisentraut2009-06-08
* Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane2009-06-01
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-01
* Fix compiler warnings on Sun Studio of the sortPeter Eisentraut2009-05-27
* Allow the second argument of pg_get_expr() to be just zero when deparsingTom Lane2009-05-26
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* Add range checks to time_recv() and timetz_recv(), to prevent binary inputTom Lane2009-05-26
* Fix LIKE's special-case code for % followed by _. I'm not entirely sure thatTom Lane2009-05-24
* Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error.Teodor Sigaev2009-05-21
* Removed comparison of unsigned expression < 0.Michael Meskes2009-05-21
* Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane2009-05-13
* Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, andTom Lane2009-05-12
* When checking for datetime field overflow, we should allow a fractional-secondTom Lane2009-05-01
* varstr_cmp and any comparison function that piggybacks on it can returnHeikki Linnakangas2009-04-23
* Fix estimate_num_groups() to not fail on PlaceHolderVars, per report fromTom Lane2009-04-19
* Substitute extraneous underscores with spaces.Alvaro Herrera2009-04-15
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-09
* Allow leading and trailing spaces around NaN in numeric_in.Tom Lane2009-04-08
* XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut2009-04-08
* Change cardinality() into a C-code function, instead of a SQL-languageTom Lane2009-04-05
* Change EXPLAIN output so that subplans and initplans (particularly CTEs)Tom Lane2009-04-05
* Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane2009-04-04
* Update comment to reflect that LC_COLLATE and LC_CTYPE are nowHeikki Linnakangas2009-04-01
* Add an errdetail explaining why we reject infinite dates and timestampsTom Lane2009-03-27
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Remove munging of xml and xpath params to xpath(). The XML must now be a well...Andrew Dunstan2009-03-23
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-22
* Improve zero-year comments.Bruce Momjian2009-03-17
* Document that datetime year '0' is considered in a recent century, notBruce Momjian2009-03-17
* Clean up the code for to_timestamp's conversion of year plus ISO day numberTom Lane2009-03-15
* Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane2009-03-12
* In parse_bool_with_len, avoid crash when no result pointer is passed. ProbablyPeter Eisentraut2009-03-09
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-09
* Put back our old workaround for machines that declare cbrt() in math.h butTom Lane2009-03-04
* Fix an old problem in decompilation of CASE constructs: the ruleutils.c codeTom Lane2009-02-25
* Remove the special cases to prevent minus-zero results in float4 and float8Tom Lane2009-02-18
* Teach the planner to treat a partial unique index as proving a variable isTom Lane2009-02-15