aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
...
* 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
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Fix a case of string building.Alvaro Herrera2008-11-10
* Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuringTom Lane2008-11-10
* Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash.Heikki Linnakangas2008-11-10
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Fix recently added code for SQL years-months interval syntax so thatTom Lane2008-11-08
* This maneuver really requires a comment ...Tom Lane2008-11-05
* change fix for suppress_redundant_updates_trigger() where relation has Oids, ...Andrew Dunstan2008-11-05
* fix suppress_redundant_updates_trigger() where relation has Oids, per gripe f...Andrew Dunstan2008-11-05
* ADD array_ndims functionPeter Eisentraut2008-11-04
* Fix compiler warnings (including a seriously bogus elog call); minorTom Lane2008-11-04
* Use bool for a boolean flag.Tom Lane2008-11-03
* Allow uuid_in() to parse a wider variety of variant input formats for the UUIDPeter Eisentraut2008-11-03
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-03
* Add pg_typeof() function.Tom Lane2008-11-03
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29