| Age | Commit message (Expand) | Author |
| 2010-02-25 | Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1. | Tom Lane |
| 2010-01-24 | Fix assorted core dumps and Assert failures that could occur during | Tom Lane |
| 2010-01-07 | Make bit/varbit substring() treat any negative length as meaning "all the rest | Tom Lane |
| 2009-12-12 | Fix integer-to-bit-string conversions to handle the first fractional byte | Tom Lane |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-10-08 | Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by | Heikki Linnakangas |
| 2009-09-26 | Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the | Tom Lane |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-08-18 | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane |
| 2009-07-06 | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas |
| 2009-06-23 | Fix an ancient error in dist_ps (distance from point to line segment), which | Tom Lane |
| 2009-06-10 | Fix cash_in() to behave properly in locales where frac_digits is zero, | Tom Lane |
| 2009-05-01 | When checking for datetime field overflow, we should allow a fractional-second | Tom Lane |
| 2009-04-04 | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane |
| 2009-03-12 | Fix core dump due to null-pointer dereference in to_char() when datetime | Tom Lane |
| 2009-03-05 | Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. | Heikki Linnakangas |
| 2009-03-04 | Put back our old workaround for machines that declare cbrt() in math.h but | Tom Lane |
| 2009-03-03 | Ooops ... fix some confusion between gettext() and _() in my previous patch. | Tom Lane |
| 2009-03-02 | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane |
| 2009-02-28 | Fix buffer allocations in encoding conversion routines so that they won't | Tom Lane |
| 2009-01-29 | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane |
| 2008-10-27 | Install a more robust solution for the problem of infinite error-processing | Tom Lane |
| 2008-10-02 | Fix improper display of fractional seconds in interval values | Tom Lane |
| 2008-07-08 | Fix performance bug in write_syslog(): the code to preferentially break the | Tom Lane |
| 2008-07-07 | Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean | Tom Lane |
| 2008-06-09 | Fix datetime input functions to correctly detect integer overflow when | Tom Lane |
| 2008-06-06 | Fix pg_get_ruledef() so that negative numeric constants are parenthesized. | Tom Lane |
| 2008-05-26 | Fix an old corner-case bug in set_config_option: push_old_value has to be | Tom Lane |
| 2008-04-11 | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane |
| 2008-03-20 | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas |
| 2008-03-19 | Fix regexp substring matching (substring(string from pattern)) for the corner | Tom Lane |
| 2008-02-27 | If RelationBuildDesc() fails to open a critical system index, PANIC with | Tom Lane |
| 2008-02-25 | Fix datetime input to behave correctly for Feb 29 in years BC. | Tom Lane |
| 2008-02-23 | Avoid trying to print a NULL char pointer in --describe-config. On some | Tom Lane |
| 2008-01-06 | A long time ago, Peter pointed out that ruleutils.c didn't dump simple | Tom Lane |
| 2008-01-03 | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane |
| 2008-01-02 | Insert ARST into the list of known timezone abbreviations. | Tom Lane |
| 2007-12-18 | Make path_recv() and poly_recv() reject paths/polygons containing no points. | Tom Lane |
| 2007-10-13 | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane |
| 2007-09-22 | Fix bogus calculation of potential output string length in translate(). | Tom Lane |
| 2007-08-21 | Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-08-02 | Fix a memory leak in tuplestore_end(). Unlikely to be significant during | Neil Conway |
| 2007-07-31 | Fix security definer functions with polymorphic arguments. This case has | Tom Lane |
| 2007-07-21 | Fix elog.c to avoid infinite recursion (leading to backend crash) when | Tom Lane |
| 2007-07-19 | Make replace(), split_part(), and string_to_array() behave somewhat sanely | Tom Lane |
| 2007-07-19 | Only use the pipe chunking protocol if we know the syslogger should | Andrew Dunstan |
| 2007-07-17 | Fix incorrect optimization of foreign-key checks. When an UPDATE on the | Tom Lane |
| 2007-06-29 | Fix a passel of ancient bugs in to_char(), including two distinct buffer | Tom Lane |