| Commit message (Expand) | Author | Age |
... | |
* | Fix unnest() to handle a toasted input array safely. Per report from | Tom Lane | 2009-01-30 |
* | Silence compiler warnings in new win32 locale code | Magnus Hagander | 2009-01-27 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Remove stray ' character at end of line. | Magnus Hagander | 2009-01-21 |
* | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander | 2009-01-21 |
* | Code review of strftime patch, per comments from Tom: | Magnus Hagander | 2009-01-09 |
* | Fix strftime usage on Win32 when trying to fetch the locale-aware | Magnus Hagander | 2009-01-09 |
* | Revert current_query() change to use debug_query_string again; add comment. | Bruce Momjian | 2009-01-08 |
* | Have current_query() use ActivePortal->sourceText rather than | Bruce Momjian | 2009-01-07 |
* | Add comment that it is difficult to access the more accurate | Bruce Momjian | 2009-01-07 |
* | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 |
* | Revert the default toast compression strategy to the former behavior | Tom Lane | 2009-01-06 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | When we added the ability to have zero-element ARRAY[] constructs by adding an | Tom Lane | 2008-12-19 |
* | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 |
* | Arrange for the pg_foo_is_visible and has_foo_privilege families of functions | Tom Lane | 2008-12-15 |
* | Remove our dependencies on MB_CUR_MAX in favor of believing that | Tom Lane | 2008-12-15 |
* | Better descriptions in pg_get_keywords(), consistent with the documentation | Peter Eisentraut | 2008-12-05 |
* | Default values for function arguments | Peter Eisentraut | 2008-12-04 |
* | Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new | Heikki Linnakangas | 2008-12-02 |
* | Modify the new to_timestamp implementation so that end-of-format-string | Heikki Linnakangas | 2008-12-01 |
* | Fix compiler warning "res may be used uninitialized in this function". | Teodor Sigaev | 2008-11-19 |
* | Replace plain-memory ordered array by binary tree in ts_stat() function. | Teodor Sigaev | 2008-11-17 |
* | Actually, instead of whining about how type internal might not safely store | Tom Lane | 2008-11-14 |
* | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane | 2008-11-14 |
* | Minor code clarity improvements in array_agg functions, and add a comment | Tom Lane | 2008-11-14 |
* | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 |
* | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut | 2008-11-12 |
* | Clean up the ancient decision to show only two fractional-seconds digits | Tom Lane | 2008-11-12 |
* | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 |
* | Fix a case of string building. | Alvaro Herrera | 2008-11-10 |
* | Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuring | Tom Lane | 2008-11-10 |
* | Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash. | Heikki Linnakangas | 2008-11-10 |
* | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 |
* | Fix recently added code for SQL years-months interval syntax so that | Tom Lane | 2008-11-08 |
* | This maneuver really requires a comment ... | Tom Lane | 2008-11-05 |
* | change fix for suppress_redundant_updates_trigger() where relation has Oids, ... | Andrew Dunstan | 2008-11-05 |
* | fix suppress_redundant_updates_trigger() where relation has Oids, per gripe f... | Andrew Dunstan | 2008-11-05 |
* | ADD array_ndims function | Peter Eisentraut | 2008-11-04 |
* | Fix compiler warnings (including a seriously bogus elog call); minor | Tom Lane | 2008-11-04 |
* | Use bool for a boolean flag. | Tom Lane | 2008-11-03 |
* | Allow uuid_in() to parse a wider variety of variant input formats for the UUID | Peter Eisentraut | 2008-11-03 |
* | suppress_redundant_updates_trigger function. | Andrew Dunstan | 2008-11-03 |
* | Add pg_typeof() function. | Tom Lane | 2008-11-03 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 |
* | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 |