| Age | Commit message (Expand) | Author |
| 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-09 | Update time zone data files to tzdata release 2009s: DST law changes in | Tom Lane |
| 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 | Do not build psql's flex module on its own, but instead include it in | Tom Lane |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-11-03 | Fix obscure segfault condition in PL/Python | Peter Eisentraut |
| 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-28 | Convert a perl array to a postgres array when returned by Set Returning Funct... | Andrew Dunstan |
| 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 8.1.18REL8_1_18 | 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-03 | Update time zone data files to tzdata release 2009l: DST law changes in | Tom Lane |
| 2009-09-02 | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane |
| 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-15 | Remove tabs from SGML. | Bruce Momjian |
| 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-07-29 | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane |
| 2009-07-10 | Fix xslt_process() to ensure that it inserts a NULL terminator after the | 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-11 | Update time zone data files to tzdata release 2009i: DST law changes in | 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-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 |
| 2009-05-19 | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas |
| 2009-05-03 | Fix pg_resetxlog to remove archive status files along with WAL segment files. | Tom Lane |
| 2009-05-02 | Split the release notes into a separate file for each (active) major branch, | 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-15 | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander |
| 2009-04-09 | Update time zone data files to tzdata release 2009e: DST law changes in | Tom Lane |
| 2009-04-07 | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev |
| 2009-04-07 | Defend against non-ASCII letters in fuzzystrmatch code. The functions | Tom Lane |