| Age | Commit message (Expand) | Author |
| 2010-05-13 | Update release notes with security issues. | Tom Lane |
| 2010-05-13 | Use an entity instead of non-ASCII letter. Thom Brown | Tom Lane |
| 2010-05-13 | Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless | Tom Lane |
| 2010-05-13 | Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is | Andrew Dunstan |
| 2010-05-13 | Translation update | Peter Eisentraut |
| 2010-05-12 | Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25, | Tom Lane |
| 2010-05-08 | Work around a subtle portability problem in use of printf %s format. | Tom Lane |
| 2010-05-01 | Add code to InternalIpcMemoryCreate() to handle the case where shmget() | Tom Lane |
| 2010-04-30 | Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak | Tom Lane |
| 2010-04-03 | Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ... | Andrew Dunstan |
| 2010-04-02 | Ensure that contrib/pgstattuple functions respond to cancel interrupts | 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-17 | Typo fixes. | Magnus Hagander |
| 2010-03-12 | tag 7.4.28REL7_4_28 | Marc G. Fournier |
| 2010-03-10 | Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, | Tom Lane |
| 2010-03-08 | Add missing space in example. | Magnus Hagander |
| 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-03 | Check to ensure the number of primary key fields supplied does not | Joe Conway |
| 2010-02-01 | Change regexp engine's ccondissect/crevdissect routines to perform DFA | Tom Lane |
| 2010-01-25 | Apply Tcl_Init() to the "hold" interpreter created by pltcl. | Tom Lane |
| 2010-01-07 | Make bit/varbit substring() treat any negative length as meaning "all the rest | Tom Lane |
| 2009-12-10 | tag 7.4.27REL7_4_27 | Marc G. Fournier |
| 2009-12-10 | Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, | 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-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-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-08 | Remove outside-the-scanner references to "yyleng". | Tom Lane |
| 2009-09-04 | Tag 7.4.26REL7_4_26 | Marc G. Fournier |
| 2009-09-03 | Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, | 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-09-02 | Improve picksplit debug message | Peter Eisentraut |
| 2009-08-27 | Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1. | Bruce Momjian |
| 2009-08-24 | Fix inclusions of readline/editline header files so that we only attempt to | Tom Lane |
| 2009-08-18 | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane |
| 2009-08-10 | Re-add documentation for --no-readline option of psql, mistakenly removed a d... | Andrew Dunstan |
| 2009-08-07 | Try to defend against the possibility that libpq is still in COPY_IN state | Tom Lane |
| 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-06-05 | Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and... | Andrew Dunstan |
| 2009-06-04 | Initialise perl library as documented in perl API. Backpatch to release 7.4. | Andrew Dunstan |