| Commit message (Expand) | Author | Age |
* | Update comment to reflect that LC_COLLATE and LC_CTYPE are now | Heikki Linnakangas | 2009-04-01 |
* | Add an errdetail explaining why we reject infinite dates and timestamps | Tom Lane | 2009-03-27 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 |
* | Remove munging of xml and xpath params to xpath(). The XML must now be a well... | Andrew Dunstan | 2009-03-23 |
* | Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as | Tom Lane | 2009-03-22 |
* | Improve zero-year comments. | Bruce Momjian | 2009-03-17 |
* | Document that datetime year '0' is considered in a recent century, not | Bruce Momjian | 2009-03-17 |
* | Clean up the code for to_timestamp's conversion of year plus ISO day number | Tom Lane | 2009-03-15 |
* | Fix core dump due to null-pointer dereference in to_char() when datetime | Tom Lane | 2009-03-12 |
* | In parse_bool_with_len, avoid crash when no result pointer is passed. Probably | Peter Eisentraut | 2009-03-09 |
* | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut | 2009-03-09 |
* | Put back our old workaround for machines that declare cbrt() in math.h but | Tom Lane | 2009-03-04 |
* | Fix an old problem in decompilation of CASE constructs: the ruleutils.c code | Tom Lane | 2009-02-25 |
* | Remove the special cases to prevent minus-zero results in float4 and float8 | Tom Lane | 2009-02-18 |
* | Teach the planner to treat a partial unique index as proving a variable is | Tom Lane | 2009-02-15 |
* | Fix to_timestamp() to not require upper/lower case matching for meridian | Bruce Momjian | 2009-02-07 |
* | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 |
* | 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 |