aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* 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
* Fix to_timestamp() to not require upper/lower case matching for meridianBruce Momjian2009-02-07
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-06
* Fix unnest() to handle a toasted input array safely. Per report fromTom Lane2009-01-30
* Silence compiler warnings in new win32 locale codeMagnus Hagander2009-01-27
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Remove stray ' character at end of line.Magnus Hagander2009-01-21
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-21
* Code review of strftime patch, per comments from Tom:Magnus Hagander2009-01-09
* Fix strftime usage on Win32 when trying to fetch the locale-awareMagnus Hagander2009-01-09
* Revert current_query() change to use debug_query_string again; add comment.Bruce Momjian2009-01-08
* Have current_query() use ActivePortal->sourceText rather thanBruce Momjian2009-01-07
* Add comment that it is difficult to access the more accurateBruce Momjian2009-01-07
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Revert the default toast compression strategy to the former behaviorTom Lane2009-01-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-31
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-31
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* When we added the ability to have zero-element ARRAY[] constructs by adding anTom Lane2008-12-19
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Arrange for the pg_foo_is_visible and has_foo_privilege families of functionsTom Lane2008-12-15
* Remove our dependencies on MB_CUR_MAX in favor of believing thatTom Lane2008-12-15
* Better descriptions in pg_get_keywords(), consistent with the documentationPeter Eisentraut2008-12-05
* Default values for function argumentsPeter Eisentraut2008-12-04
* Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the newHeikki Linnakangas2008-12-02
* Modify the new to_timestamp implementation so that end-of-format-stringHeikki Linnakangas2008-12-01
* Fix compiler warning "res may be used uninitialized in this function".Teodor Sigaev2008-11-19
* Replace plain-memory ordered array by binary tree in ts_stat() function.Teodor Sigaev2008-11-17
* Actually, instead of whining about how type internal might not safely storeTom Lane2008-11-14
* Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane2008-11-14
* Minor code clarity improvements in array_agg functions, and add a commentTom Lane2008-11-14
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-13
* array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut2008-11-12
* Clean up the ancient decision to show only two fractional-seconds digitsTom Lane2008-11-12