| Age | Commit message (Expand) | Author |
| 2010-05-25 | Add Japanese Implementation file to CVS. | Bruce Momjian |
| 2010-05-25 | Re-order pg_upgrade 'help' options to be alphabetical. | Bruce Momjian |
| 2010-05-24 | In pg_upgrade, test for datallowconn instead of hardcoding template0. | Bruce Momjian |
| 2010-05-24 | Split apart pg_upgrade user lookup and root check so '--help' shows | Bruce Momjian |
| 2010-05-23 | issue_warnings() has no business freeing its parameter, especially not when | Tom Lane |
| 2010-05-19 | Simplify pg_upgrade queries by using IN instead of multiple OR clauses | Bruce Momjian |
| 2010-05-19 | For pg_upgrade, update template0's datfrozenxid and its relfrozenxids to | Bruce Momjian |
| 2010-05-18 | Use a 'datallowconn' check for avoiding 'template0', rather than | Bruce Momjian |
| 2010-05-18 | Add pg_upgrade TESTING files explaining a testing method. | Bruce Momjian |
| 2010-05-15 | Adjust pg_upgrade BSD defines for scandir(), per report from Giles Lean | Bruce Momjian |
| 2010-05-15 | Change bsdi define to __bsdi__ | Bruce Momjian |
| 2010-05-15 | Fix typos in comments, spotted by Josh Kupershmidt. | Heikki Linnakangas |
| 2010-05-14 | Fix another obvious bug pointed out by a compiler warning. | Tom Lane |
| 2010-05-14 | Remove another unsafe use of random data as a format string. | Tom Lane |
| 2010-05-14 | Get rid of unsafe sprintf and snprintf usages. Per compiler warnings. | Tom Lane |
| 2010-05-14 | Spell __darwin__ correctly, to suppress compiler warning on OSX. | Tom Lane |
| 2010-05-14 | Use NAMEDATALEN instead of local define. | Bruce Momjian |
| 2010-05-13 | Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade; | Bruce Momjian |
| 2010-05-13 | Fix up lame idea of not using autoconf to determine if platform has scandir(). | Tom Lane |
| 2010-05-13 | Assorted fixes to make pg_upgrade build on MSVC. | Magnus Hagander |
| 2010-05-13 | Fix wrong subdir. Per buildfarm. | Tom Lane |
| 2010-05-13 | Move pg_upgrade shared library out into its own /contrib directory | Bruce Momjian |
| 2010-05-12 | Hook pg_upgrade into the contrib makefile structure so it gets built | Tom Lane |
| 2010-05-12 | Clean up unnecessary unportability and compiler warnings by removing the | Tom Lane |
| 2010-05-12 | Move pg_upgrade TODO to TODO wiki. | Bruce Momjian |
| 2010-05-12 | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian |
| 2010-05-12 | Small formatting adjustment. | Bruce Momjian |
| 2010-05-12 | Add pg_upgrade IMPLEMENTATION file to CVS. | Bruce Momjian |
| 2010-05-12 | Add TODO file to CVS. | Bruce Momjian |
| 2010-05-12 | Add pg_upgrade to /contrib; will be in 9.0 beta2. | Bruce Momjian |
| 2010-04-28 | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane |
| 2010-04-28 | Fix contrib/tsearch2 expected results to match recent changes in URL parsing. | Tom Lane |
| 2010-04-23 | Fix various instances of "the the". | Robert Haas |
| 2010-04-05 | Make dmetaphone.c safe for pgindent and fussy compilers. Still to do: make it... | Andrew Dunstan |
| 2010-04-02 | Ensure that contrib/pgstattuple functions respond to cancel interrupts | Tom Lane |
| 2010-04-02 | Update a number of broken links in comments. | Magnus Hagander |
| 2010-04-02 | Fix minor typos in comments. | Magnus Hagander |
| 2010-03-25 | Fix ginint4_queryextract() to actually do what it was intended to do for an | Tom Lane |
| 2010-03-23 | Each worker thread will have its own log file in pgbench to avoid interleaved | Itagaki Takahiro |
| 2010-03-03 | Make contrib/xml2 use core xml.c's error handler, when available (that is, | Tom Lane |
| 2010-03-01 | Fix contrib/xml2 so regression test still works when it's built without libxslt. | Tom Lane |
| 2010-03-01 | Remove xmlCleanupParser calls from contrib/xml2. | Tom Lane |
| 2010-02-28 | Fix up memory management problems in contrib/xml2. | Tom Lane |
| 2010-02-28 | Assorted code cleanup for contrib/xml2. No change in functionality, | Tom Lane |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-24 | Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. | Tom Lane |
| 2010-02-24 | Remove useless codes to initialize TupleDesc from dblink_exec. | Itagaki Takahiro |
| 2010-02-23 | Modify freebsd start script to just exit 0 with message. | Bruce Momjian |
| 2010-02-23 | Update startup scripts for Linux and FreeBSD. | Bruce Momjian |
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |