| Age | Commit message (Expand) | Author |
| 2011-04-15 | Tag 9.0.4.REL9_0_4 | Marc G. Fournier |
| 2011-04-14 | Translation updates | Peter Eisentraut |
| 2011-04-14 | Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21. | Tom Lane |
| 2011-04-13 | Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos. | Tom Lane |
| 2011-04-13 | Update time zone data files to tzdata release 2011f. | Tom Lane |
| 2011-04-13 | On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differently | Heikki Linnakangas |
| 2011-04-13 | Revert the patch to check if we've reached end-of-backup also when doing | Heikki Linnakangas |
| 2011-04-13 | Fix pg_upgrade crash | Bruce Momjian |
| 2011-04-13 | On IA64 architecture, we check the depth of the register stack in addition | Heikki Linnakangas |
| 2011-04-12 | Don't make "replication" magical as a user name, only as a database name, in ... | Andrew Dunstan |
| 2011-04-12 | Be more wary of missing statistics in eqjoinsel_semi(). | Tom Lane |
| 2011-04-10 | Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. | Andrew Dunstan |
| 2011-04-09 | Backport changes to allow building with MinGW 64 bit compiler. | Andrew Dunstan |
| 2011-04-08 | Have pg_upgrade properly preserve relfrozenxid in toast tables. | Bruce Momjian |
| 2011-04-08 | Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds. | Andrew Dunstan |
| 2011-04-07 | Modernize dlopen interface code for FreeBSD and OpenBSD. | Tom Lane |
| 2011-04-07 | Fix SortTocFromFile() to cope with lines that are too long for its buffer. | Tom Lane |
| 2011-04-02 | Fix typo in PQconnectStartParams(). | Tom Lane |
| 2011-04-01 | Avoid palloc before CurrentMemoryContext is set up on win32 | Magnus Hagander |
| 2011-03-30 | Check that we've reached end-of-backup also when we're not performing | Heikki Linnakangas |
| 2011-03-28 | Prevent a rowtype from being included in itself. | Tom Lane |
| 2011-03-28 | Correct "characters" to "bytes" in createdb docs. | Robert Haas |
| 2011-03-23 | Improve user-defined-aggregates documentation. | Tom Lane |
| 2011-03-23 | Fix ancient typo in user-defined-aggregates documentation. | Tom Lane |
| 2011-03-23 | Prevent intermittent hang in recovery from bgwriter interaction. | Simon Riggs |
| 2011-03-22 | Avoid potential deadlock in InitCatCachePhase2(). | Tom Lane |
| 2011-03-17 | Fix PL/Python memory leak involving array slices | Alvaro Herrera |
| 2011-03-17 | Use correct PATH separator for Cygwin in pg_regress.c. | Andrew Dunstan |
| 2011-03-12 | On further reflection, we'd better do the same in int.c. | Tom Lane |
| 2011-03-11 | Put in some more safeguards against executing a division-by-zero. | Tom Lane |
| 2011-03-11 | In ecpg preprocessor, don't try to look up constants in the test for | Heikki Linnakangas |
| 2011-03-08 | Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that | Heikki Linnakangas |
| 2011-03-04 | In initialize_SSL, don't fail unnecessarily when home dir is unavailable. | Tom Lane |
| 2011-03-02 | Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers. | Tom Lane |
| 2011-03-01 | Update discussion of EXPLAIN to reflect existence of ModifyTable nodes. | Tom Lane |
| 2011-02-22 | Fix dangling-pointer problem in before-row update trigger processing. | Tom Lane |
| 2011-02-18 | Fix parallel pg_restore to handle comments on POST_DATA items correctly. | Tom Lane |
| 2011-02-18 | Fix tsmatchsel() to account properly for null rows. | Tom Lane |
| 2011-02-17 | Fix bogus test for hypothetical indexes in get_actual_variable_range(). | Tom Lane |
| 2011-02-15 | Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. | Tom Lane |
| 2011-02-13 | Clarify documentation for libpq's PQescapeBytea to mention the new hex | Bruce Momjian |
| 2011-02-10 | Fix improper matching of resjunk column names for FOR UPDATE in subselect. | Tom Lane |
| 2011-02-03 | Fix typo. | Magnus Hagander |
| 2011-02-01 | Undefine setlocale() macro on Win32 | Magnus Hagander |
| 2011-02-01 | Create new errcode for recovery conflict caused by db drop on master. | Simon Riggs |
| 2011-02-01 | Fix wrong error reports in 'number of array dimensions exceeds the | Itagaki Takahiro |
| 2011-01-31 | Fix error code for canceling statement due to conflict with recovery. | Simon Riggs |
| 2011-01-30 | Make reduce_outer_joins() smarter about semijoins. | Tom Lane |
| 2011-01-28 | Tag 9.0.3REL9_0_3 | Marc G. Fournier |
| 2011-01-27 | Update release notes. | Tom Lane |