| Age | Commit message (Expand) | Author |
| 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 |
| 2011-08-19 | Allow sepgsql regression tests to be run from a user homedir. | Robert Haas |
| 2011-08-19 | In pg_upgrade, don't copy visibility map files from clusters that did not | Bruce Momjian |
| 2011-08-18 | Typo fix. | Robert Haas |
| 2011-08-16 | In pg_upgrade, avoid dumping orphaned temporary tables. This makes the | Bruce Momjian |
| 2011-08-14 | Message style improvements | Peter Eisentraut |
| 2011-08-08 | Teach vacuumlo to limit number of removals, via new -l option. | Robert Haas |
| 2011-08-05 | Modestly improve pgbench's checking for invalid ranges. | Robert Haas |
| 2011-08-03 | Make pgbench use erand48() rather than random(). | Robert Haas |
| 2011-07-30 | Fix pg_update to properly test for the data directory's existence on | Bruce Momjian |
| 2011-07-29 | Move new pgbench options to correct section of --help output. | Robert Haas |
| 2011-07-25 | Add some environment checks prior to sepgsql regression testing. | Robert Haas |
| 2011-07-25 | Add new pgbench options, --tablespace and --index-tablespace. | Robert Haas |
| 2011-07-25 | Add new pgbench switch, --unlogged-tables. | Robert Haas |
| 2011-07-24 | In pg_upgrade on Windows, check if the directory is writable by actually | Bruce Momjian |
| 2011-07-21 | In pg_upgrade, add C comment about why we don't try to do shared file | Bruce Momjian |
| 2011-07-20 | In pg_upgrade, fix the -l/log option to work on Windows. | Bruce Momjian |
| 2011-07-20 | In pg_upgrade, use pg_strudup(), for consistency. | Bruce Momjian |
| 2011-07-20 | Rewrite libxml error handling to be more robust. | Tom Lane |
| 2011-07-19 | Put inline declaration before return type | Peter Eisentraut |
| 2011-07-16 | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane |
| 2011-07-12 | Make pg_upgrade output more consistent with project style | Peter Eisentraut |
| 2011-07-07 | Fix use of unportable %m format | Peter Eisentraut |
| 2011-07-05 | Make the file_fdw validator check that a filename option has been provided. | Tom Lane |
| 2011-07-05 | Postgres -> PostgreSQL in error message | Peter Eisentraut |
| 2011-07-04 | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera |
| 2011-07-03 | Make distprep and *clean build targets recurse into all subdirectories. | Tom Lane |
| 2011-07-01 | Change pg_upgrade to use port 50432 by default to avoid unintended | Bruce Momjian |
| 2011-06-28 | Remove rel.h from objectaddress.h; only relcache.h is necessary. | Alvaro Herrera |
| 2011-06-25 | Async dblink functions require a named connection, and therefore should | Joe Conway |
| 2011-06-23 | In pg_upgrade, check that the binary and data directories are the same | Bruce Momjian |
| 2011-06-22 | In pg_upgrade, fix odd function parameter wrapping. | Bruce Momjian |
| 2011-06-22 | Rename pg_upgrade directory validation function, for clarity. | Bruce Momjian |