| 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-23 | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas |
| 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-10-02 | Fix erroneous handling of shared dependencies (ie dependencies on roles) | Tom Lane |
| 2009-09-26 | Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the | Tom Lane |
| 2009-09-18 | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev |
| 2009-09-13 | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas |
| 2009-09-10 | On Windows, when a file is deleted and another process still has an open | Heikki Linnakangas |
| 2009-09-03 | Make LOAD of an already-loaded library into a no-op, instead of attempting | 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-29 | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane |
| 2009-07-24 | Fix the fix for the gist error message | Peter Eisentraut |
| 2009-07-06 | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas |
| 2009-06-25 | Disallow empty passwords in LDAP authentication, the same way | Magnus Hagander |
| 2009-06-23 | Fix an ancient error in dist_ps (distance from point to line segment), which | Tom Lane |
| 2009-06-18 | Fix error in comment. Fujii Masao | Heikki Linnakangas |
| 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-19 | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas |
| 2009-05-11 | Partially revert my patch of 2008-11-12 that installed a limit on the number | Tom Lane |
| 2009-05-07 | Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise | Heikki Linnakangas |
| 2009-05-04 | Call SetLastError(0) before calling the file mapping functions | Magnus Hagander |
| 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-06 | 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-31 | Fix a rare race condition when commit_siblings > 0 and a transaction commits | Heikki Linnakangas |
| 2009-03-30 | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane |
| 2009-03-24 | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane |
| 2009-03-12 | Fix core dump due to null-pointer dereference in to_char() when datetime | Tom Lane |
| 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-02-25 | Fix an old problem in decompilation of CASE constructs: the ruleutils.c code | Tom Lane |
| 2009-02-24 | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane |
| 2009-01-30 | Defend against null input in analyze_requires_snapshot(), per report | Tom Lane |
| 2009-01-29 | Translation updates | Peter Eisentraut |