| Commit message (Expand) | Author | Age |
* | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas | 2009-07-06 |
* | Fix an ancient error in dist_ps (distance from point to line segment), which | Tom Lane | 2009-06-23 |
* | Make to_timestamp and friends skip leading spaces before an integer field, | Tom Lane | 2009-06-22 |
* | Revert dubious message wording change. | Tom Lane | 2009-06-22 |
* | Message fixes | Peter Eisentraut | 2009-06-21 |
* | Fix things so that array_agg_finalfn does not modify or free its input | Tom Lane | 2009-06-20 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix cash_in() to behave properly in locales where frac_digits is zero, | Tom Lane | 2009-06-10 |
* | Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input | Tom Lane | 2009-06-10 |
* | Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from | Tom Lane | 2009-06-10 |
* | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut | 2009-06-09 |
* | Switch order of tests to avoid possible Assert failure for | Tom Lane | 2009-06-09 |
* | Fix failure to double-quote function argument names when needed, in | Tom Lane | 2009-06-09 |
* | Fix map_sql_table_to_xmlschema() with dropped attributes. | Peter Eisentraut | 2009-06-08 |
* | Change AdjustIntervalForTypmod to not discard higher-order field values on the | Tom Lane | 2009-06-01 |
* | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane | 2009-06-01 |
* | Fix compiler warnings on Sun Studio of the sort | Peter Eisentraut | 2009-05-27 |
* | Allow the second argument of pg_get_expr() to be just zero when deparsing | Tom Lane | 2009-05-26 |
* | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane | 2009-05-26 |
* | Add range checks to time_recv() and timetz_recv(), to prevent binary input | Tom Lane | 2009-05-26 |
* | Fix LIKE's special-case code for % followed by _. I'm not entirely sure that | Tom Lane | 2009-05-24 |
* | Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error. | Teodor Sigaev | 2009-05-21 |
* | Removed comparison of unsigned expression < 0. | Michael Meskes | 2009-05-21 |
* | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane | 2009-05-13 |
* | Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, and | Tom Lane | 2009-05-12 |
* | When checking for datetime field overflow, we should allow a fractional-second | Tom Lane | 2009-05-01 |
* | varstr_cmp and any comparison function that piggybacks on it can return | Heikki Linnakangas | 2009-04-23 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 |
* | Substitute extraneous underscores with spaces. | Alvaro Herrera | 2009-04-15 |
* | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane | 2009-04-09 |
* | Allow leading and trailing spaces around NaN in numeric_in. | Tom Lane | 2009-04-08 |
* | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut | 2009-04-08 |
* | Change cardinality() into a C-code function, instead of a SQL-language | Tom Lane | 2009-04-05 |
* | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 |
* | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane | 2009-04-04 |
* | 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 |