| Age | Commit message (Expand) | Author |
| 2010-07-05 | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane |
| 2010-07-03 | Make pg_upgrade copyrights just 2010, not 2010-2010. | Bruce Momjian |
| 2010-07-03 | Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. | Bruce Momjian |
| 2010-07-03 | Add CVS tags to pg_upgrade and pg_upgrade_support files, per request | Bruce Momjian |
| 2010-07-02 | Remove hstore % text[] operator; use slice() function instead. | Robert Haas |
| 2010-07-01 | Get rid of some more stuff that duplicates c.h or port.h. | Tom Lane |
| 2010-07-01 | Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas. | Bruce Momjian |
| 2010-06-23 | Add username designations to all pg_upgrade utility calls that support it. | Bruce Momjian |
| 2010-06-22 | Fix pg_upgrade's use of pg_ctl on Win32 to not send command and sever | Bruce Momjian |
| 2010-06-22 | Updated expected-output file for hstore. | Robert Haas |
| 2010-06-18 | Rename hstore => text[] operator to % | Robert Haas |
| 2010-06-17 | Clean up pg_archivecleanup's error and logging output: put newlines in | Tom Lane |
| 2010-06-16 | Fix pg_upgrade to remove malloc(0) call. | Bruce Momjian |
| 2010-06-15 | Fix storage of getopt() return, should be 'int', for pg_upgrade. | Bruce Momjian |
| 2010-06-15 | Change the interpretation of the primary_key_attnums parameter of | Tom Lane |
| 2010-06-15 | Remove hstore's text[] => text[] operator. | Robert Haas |
| 2010-06-15 | Fix dblink_build_sql_insert() and related functions to handle dropped | Tom Lane |
| 2010-06-15 | Consolidate and improve checking of key-column-attnum arguments for | Tom Lane |
| 2010-06-15 | Properly define pg_upgrade global variable, per bug report from Chris | Bruce Momjian |
| 2010-06-14 | Rearrange dblink's dblink_build_sql_insert() and related routines to open and | Tom Lane |
| 2010-06-14 | Files for pg_archivecleanup | Simon Riggs |
| 2010-06-14 | New contrib module for use as an archive_cleanup_command, or as a | Simon Riggs |
| 2010-06-12 | Update pg_upgrade C comment about cwd. | Bruce Momjian |
| 2010-06-12 | Have pg_upgrade create its output files in the current directory, rather | Bruce Momjian |
| 2010-06-09 | Avoid "identifier will be truncated" warning in dblink | Itagaki Takahiro |
| 2010-06-09 | Fix connection leak in dblink when dblink_connect() or dblink_connect_u() | Itagaki Takahiro |
| 2010-06-07 | Add missed function dblink_connect_u(text[,text]) to uninstall script | Teodor Sigaev |
| 2010-06-03 | Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). | Itagaki Takahiro |
| 2010-05-25 | Remove IMPLEMENTATION.jp file from pg_upgrade docs; still in pgFoundry | Bruce Momjian |
| 2010-05-25 | Update pg_upgrade IMPLEMENTATION doc file to match current 9.0 behavior. | Bruce Momjian |
| 2010-05-25 | Modify pg_standby, pgbench, and pg_upgrade manual pages to be consistent | Bruce Momjian |
| 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 |