aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-18
* Refactor NUM_cache_remove calls in error report path to a PG_TRY block.Alvaro Herrera2009-08-10
* Support EEEE (scientific notation) in to_char().Tom Lane2009-08-10
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-04
* Implement has_sequence_privilege()Joe Conway2009-08-03
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-01
* Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) toTom Lane2009-07-29
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Correct calculations of overlap and contains operations over polygons.Teodor Sigaev2009-07-28
* Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 byTeodor Sigaev2009-07-28
* Assorted minor refactoring in EXPLAIN.Tom Lane2009-07-24
* In a non-hashed Agg node, reset the "aggcontext" at group boundaries, insteadTom Lane2009-07-23
* Make backend header files C++ safePeter Eisentraut2009-07-16
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-14
* Move some declarations in the raw-parser header files to create a clearerTom Lane2009-07-12
* Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut2009-07-11
* Use floor() not rint() when reducing precision of fractional seconds inTom Lane2009-07-06
* 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