| Age | Commit message (Expand) | Author |
| 2010-09-30 | Translation updates for 8.0.26 | Peter Eisentraut |
| 2010-09-25 | Further fixes to the pg_get_expr() security fix in back branches. | Tom Lane |
| 2010-09-23 | Prevent show_session_authorization from crashing when session_authorization | Tom Lane |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-08-26 | Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF | Tom Lane |
| 2010-08-16 | Arrange to fsync the contents of lockfiles (both postmaster.pid and the | Tom Lane |
| 2010-07-30 | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane |
| 2010-07-29 | Fix another longstanding problem in copy_relation_data: it was blithely | Tom Lane |
| 2010-07-29 | Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. | Robert Haas |
| 2010-07-23 | Avoid deep recursion when assigning XIDs to multiple levels of subxacts. | Robert Haas |
| 2010-07-13 | Oops, in the previous fix to prevent a cursor that's being used in a FOR | Heikki Linnakangas |
| 2010-07-09 | Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() | Tom Lane |
| 2010-07-08 | Fix "cannot handle unplanned sub-select" error that can occur when a | Tom Lane |
| 2010-07-05 | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas |
| 2010-07-01 | Allow ALTER TABLE .. SET TABLESPACE to be interrupted. | Robert Haas |
| 2010-06-30 | stringToNode() and deparse_expression_pretty() crash on invalid input, | Heikki Linnakangas |
| 2010-05-27 | Change ps_status.c to explicitly track the current logical length of ps_buffer. | Tom Lane |
| 2010-05-13 | Translation update | Peter Eisentraut |
| 2010-05-08 | Work around a subtle portability problem in use of printf %s format. | Tom Lane |
| 2010-05-05 | Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior. | Tom Lane |
| 2010-05-01 | Add code to InternalIpcMemoryCreate() to handle the case where shmget() | Tom Lane |
| 2010-03-25 | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera |
| 2010-03-20 | Clear error_context_stack and debug_query_string at the beginning of proc_exit, | Tom Lane |
| 2010-03-06 | When reading pg_hba.conf and similar files, do not treat @file as an inclusion | Tom Lane |
| 2010-03-03 | Fix a couple of places that would loop forever if attempts to read a stdio file | Tom Lane |
| 2010-02-25 | Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1. | Tom Lane |
| 2010-02-19 | Fix STOP WAL LOCATION in backup history files no to return the next | Itagaki Takahiro |
| 2010-02-01 | Change regexp engine's ccondissect/crevdissect routines to perform DFA | Tom Lane |
| 2010-01-30 | Avoid performing encoding conversion on command tag strings during EndCommand. | 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-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 |