| Age | Commit message (Expand) | Author |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-09 | Reject certificates with embedded NULLs in the commonName field. This stops | Magnus Hagander |
| 2009-12-08 | Translation updates | Peter Eisentraut |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-12-02 | Ignore attempts to set "application_name" in the connection startup packet. | Tom Lane |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-10-30 | Make the overflow guards in ExecChooseHashTableSize be more protective. | Tom Lane |
| 2009-10-27 | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane |
| 2009-10-16 | Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the | Tom Lane |
| 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-09-03 | Translation updates | Peter Eisentraut |
| 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 | Improve capitalization and punctuation in recently added GiST message. | Peter Eisentraut |
| 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-25 | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane |
| 2009-04-25 | Remove HELIOS Software GmbH name and copyright from AIX dynloader files, | Bruce Momjian |
| 2009-04-07 | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev |
| 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-02-27 | In CREATE CONVERSION, test that the given function is a valid conversion | Heikki Linnakangas |
| 2009-01-29 | Translation updates | Peter Eisentraut |
| 2009-01-29 | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane |
| 2009-01-28 | Go over all OpenSSL return values and make sure we compare them | Magnus Hagander |
| 2009-01-06 | Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. | Heikki Linnakangas |
| 2008-10-30 | Translation updates | Peter Eisentraut |
| 2008-10-27 | Install a more robust solution for the problem of infinite error-processing | Tom Lane |
| 2008-10-25 | Fix an old bug in after-trigger handling: AfterTriggerEndQuery took the | Tom Lane |
| 2008-10-16 | Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number | Tom Lane |
| 2008-10-02 | Fix improper display of fractional seconds in interval values | Tom Lane |
| 2008-08-08 | Install checks in executor startup to ensure that the tuples produced by an | Tom Lane |
| 2008-08-05 | Do not allow Unique nodes to be scanned backwards. The code claimed that it | 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-27 | Fix 'pg_ctl reload' to properly preserve postmaster commend-line | Bruce Momjian |
| 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-06-05 | Translation updates. | Tom Lane |
| 2008-05-27 | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane |
| 2008-05-26 | Fix an old corner-case bug in set_config_option: push_old_value has to be | Tom Lane |
| 2008-05-13 | Don't try to close negative file descriptors, since this can cause | Magnus Hagander |