| Commit message (Expand) | Author | Age |
* | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane | 2009-08-18 |
* | Refactor NUM_cache_remove calls in error report path to a PG_TRY block. | Alvaro Herrera | 2009-08-10 |
* | Support EEEE (scientific notation) in to_char(). | Tom Lane | 2009-08-10 |
* | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane | 2009-08-10 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 |
* | Implement has_sequence_privilege() | Joe Conway | 2009-08-03 |
* | Improve unique-constraint-violation error messages to include the exact | Tom Lane | 2009-08-01 |
* | Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) to | Tom Lane | 2009-07-29 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Correct calculations of overlap and contains operations over polygons. | Teodor Sigaev | 2009-07-28 |
* | Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by | Teodor Sigaev | 2009-07-28 |
* | Assorted minor refactoring in EXPLAIN. | Tom Lane | 2009-07-24 |
* | In a non-hashed Agg node, reset the "aggcontext" at group boundaries, instead | Tom Lane | 2009-07-23 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 |
* | Move some declarations in the raw-parser header files to create a clearer | Tom Lane | 2009-07-12 |
* | Alter some gratuitous uses of "ANSI" when "SQL standard" might have been | Peter Eisentraut | 2009-07-11 |
* | Use floor() not rint() when reducing precision of fractional seconds in | Tom Lane | 2009-07-06 |
* | 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 |