| Age | Commit message (Expand) | Author |
| 2011-11-08 | Fix hstore regression tests. | Robert Haas |
| 2011-11-08 | Remove hstore's text => text operator. | Robert Haas |
| 2011-11-07 | Fix assorted bugs in contrib/unaccent's configuration file parsing. | Tom Lane |
| 2011-11-04 | Silence bogus compiler warning. | Robert Haas |
| 2011-11-04 | Check the return value of getcwd(), instead of assuming success. | Robert Haas |
| 2011-11-03 | Fix bogus code in contrib/ tsearch dictionary examples. | Tom Lane |
| 2011-11-03 | Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to more | Bruce Momjian |
| 2011-11-01 | Clean up whitespace and indentation in parser and scanner files | Peter Eisentraut |
| 2011-11-01 | Update pg_upgrade comment on missing 'postgres' database. | Bruce Momjian |
| 2011-11-01 | Allow pg_upgrade to upgrade an old cluster that doesn't have a | Bruce Momjian |
| 2011-10-29 | Remove pg_upgrade dependency on the 'postgres' database existing in the | Bruce Momjian |
| 2011-10-28 | Clarify pg_upgrade error message that the 'postgres' database must exist | Bruce Momjian |
| 2011-10-28 | Update pg_upgrade testing instructions. | Bruce Momjian |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 2011-10-10 | In pg_upgrade, add -o/-O options to pass parameters to the servers, and | Bruce Momjian |
| 2011-10-07 | In pg_upgrade, use the new postmaster -C option to get the real data | Bruce Momjian |
| 2011-10-06 | In pg_upgrade, improve popen() failure detection by checking for fgets() | Bruce Momjian |
| 2011-10-06 | Make pgstatindex respond to cancel interrupts. | Robert Haas |
| 2011-10-04 | Improve define_custom_variable's handling of pre-existing settings. | Tom Lane |
| 2011-10-01 | In pg_upgrade, remove unnecessary local variable. | Bruce Momjian |
| 2011-10-01 | Cache the result of makesign() across calls of gtrgm_penalty(). | Tom Lane |
| 2011-09-29 | In pg_upgrade, because toast table names can be mismatched with the heap | Bruce Momjian |
| 2011-09-28 | Take sepgsql regression tests out of the regular regression test mechanism. | Tom Lane |
| 2011-09-27 | sepgsql uavc comment improvements. | Robert Haas |
| 2011-09-23 | Teach sepgsql about database labels. | Robert Haas |
| 2011-09-23 | Add missing brackets to chkselinuxenv. | Robert Haas |
| 2011-09-16 | Add FORCE_NOT_NULL support to the file_fdw foreign data wrapper. | Tom Lane |
| 2011-09-16 | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane |
| 2011-09-11 | Remove no-longer-used variable. | Tom Lane |
| 2011-09-11 | Remove many -Wcast-qual warnings | Peter Eisentraut |
| 2011-09-10 | Add missing format attributes | Peter Eisentraut |
| 2011-09-09 | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane |
| 2011-09-07 | In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree | Bruce Momjian |
| 2011-09-04 | Clean up the #include mess a little. | Tom Lane |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-09-01 | Userspace access vector cache for contrib/sepgsql. | Robert Haas |
| 2011-09-01 | Fix "is db labeled test?" in chkselinuxenv script. | Robert Haas |
| 2011-09-01 | Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo | Bruce Momjian |
| 2011-08-30 | Fix not-backwards-compatible pg_upgrade test for prepared transactions. | Tom Lane |
| 2011-08-27 | Allow more include files to be compiled in their own by adding missing | Bruce Momjian |
| 2011-08-27 | Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and | Bruce Momjian |
| 2011-08-26 | In pg_upgrade, limit schema name filter to include toast tables. Bug | Bruce Momjian |
| 2011-08-25 | Add "%option warn" to all flex input files that lacked it. | Tom Lane |
| 2011-08-25 | Add a regression test for pgstattuple. | Tom Lane |
| 2011-08-25 | Fix pgstatindex() to give consistent results for empty indexes. | Tom Lane |
| 2011-08-24 | Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. | Tom Lane |
| 2011-08-24 | Avoid locale dependency in expected output. | Tom Lane |
| 2011-08-24 | Fix multiple bugs in extension dropping. | Tom Lane |
| 2011-08-19 | Clean up 'chkselinuxenv' script. | Robert Haas |
| 2011-08-19 | Fix contrib/sepgsql and contrib/xml2 to always link required libraries. | Robert Haas |