| Age | Commit message (Expand) | Author |
| 2010-10-20 | Updates to contrib/isn ISBN tables. | Robert Haas |
| 2010-10-20 | Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict. | Bruce Momjian |
| 2010-10-20 | Further speed up pg_upgrade lookups. | Bruce Momjian |
| 2010-10-20 | Fix for new pg_upgrade cache code. | Bruce Momjian |
| 2010-10-20 | Cache most recent relfilenode lookups, for speed, after report of | Bruce Momjian |
| 2010-10-20 | In pg_upgrade, use cached copy of directory listing, rather than calling | Bruce Momjian |
| 2010-10-19 | Pgindent run on pg_upgrade source after restructuring. | Bruce Momjian |
| 2010-10-19 | Restructure the pg_upgrade code to use several global structures rather | Bruce Momjian |
| 2010-10-19 | In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for clarity. | Bruce Momjian |
| 2010-10-19 | Add removal of PG_VERSION to optional old cluster deletion script. | Bruce Momjian |
| 2010-10-19 | Add levenshtein_less_equal, optimized version for small distances. | Robert Haas |
| 2010-10-19 | In pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for clarity. | Bruce Momjian |
| 2010-10-08 | Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER. | Tom Lane |
| 2010-09-29 | Have pg_upgrade use strtoul(), not strtol(). | Bruce Momjian |
| 2010-09-28 | Use macro atooid() for conversion of strings to oids, per suggestion | Bruce Momjian |
| 2010-09-28 | In pg_upgrade, properly handle oids > 2^31 by using strtoul() internally | Bruce Momjian |
| 2010-09-28 | Fix leak patch that was using fclose() instead of close(). | Bruce Momjian |
| 2010-09-28 | Properly close files after read file failure to prevent potential | Bruce Momjian |
| 2010-09-28 | Add a SECURITY LABEL command. | Robert Haas |
| 2010-09-24 | In levenshtein_internal(), describe algorithm a bit more clearly. | Robert Haas |
| 2010-09-24 | Add contrib/xml2/pgxml.sql to .gitignore | Robert Haas |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-09-16 | Fix two new-in-9.0 bugs in hstore. | Tom Lane |
| 2010-09-07 | Modify pg_upgrade to set/restore all environment variables related to | Bruce Momjian |
| 2010-08-23 | Make pg_archivecleanup log messages more consistent. | Tom Lane |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-08-13 | Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content | Tom Lane |
| 2010-08-12 | Get rid of a bunch of dubious error handling code in pgbench by just erroring | Tom Lane |
| 2010-08-12 | Add the ability to compute per-statement latencies (ie, average execution | Tom Lane |
| 2010-08-10 | Remove the arbitrary (and undocumented) limit on the number of parameter=value | Tom Lane |
| 2010-08-05 | Standardize get_whatever_oid functions for other object types. | Robert Haas |
| 2010-08-03 | Regression tests for new btree_gist "not equals" support. | Robert Haas |
| 2010-08-02 | Teach levenshtein() about multi-byte characters. | Robert Haas |
| 2010-08-02 | Add btree_gist support for searching on "not equals". | Robert Haas |
| 2010-07-30 | Make details of the Numeric representation private to numeric.c. | Robert Haas |
| 2010-07-29 | Avoid using text_to_cstring() in levenshtein functions. | Robert Haas |
| 2010-07-28 | Remove wildly obsolete type attribute externallength from chkpass | Peter Eisentraut |
| 2010-07-27 | Add ssl_cipher() and ssl_version() functions to contrib/sslinfo. | Robert Haas |
| 2010-07-25 | Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all | Bruce Momjian |
| 2010-07-25 | Prevent pg_upgrade from migrating databases that use reg* data types | Bruce Momjian |
| 2010-07-20 | Make hstore regression tests independent of standard_conforming_strings. | Robert Haas |
| 2010-07-13 | On Win32, pg_upgrade cannot sent any server log output to the log file | Bruce Momjian |
| 2010-07-13 | Remove incorrect email address for pg_upgrade bug reports. | Bruce Momjian |
| 2010-07-13 | In pg_upgrade, report /bin directory checks independent of /data checks. | Bruce Momjian |
| 2010-07-13 | In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc. | Bruce Momjian |
| 2010-07-09 | Properly report errno/out-of-disk-space error from pg_upgrade when in | Bruce Momjian |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-05 | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane |