| Age | Commit message (Expand) | Author |
| 2012-10-20 | Prevent overflow in pgbench's percent-done display. | Tom Lane |
| 2012-10-18 | Use a more portable platform test. | Andrew Dunstan |
| 2012-10-12 | In our source code, make a copy of getopt's 'optarg' string arguments, | Bruce Momjian |
| 2012-10-12 | Fix unportable format string. | Tom Lane |
| 2012-10-11 | Refactor flex and bison make rules | Peter Eisentraut |
| 2012-10-11 | Remove configure-option-dependent test cases from dblink tests. | Tom Lane |
| 2012-10-10 | Create an improved FDW option validator function for contrib/dblink. | Tom Lane |
| 2012-10-10 | In pg_upgrade, issue proper error message when we can't open PG_VERSION. | Bruce Momjian |
| 2012-10-09 | Add microsecs/op display to pg_test_fsync utility | Simon Riggs |
| 2012-10-03 | Add --sampling-rate option to pgbench. | Heikki Linnakangas |
| 2012-10-03 | In pg_upgrade, use full path name for analyze_new_cluster.sh script. | Bruce Momjian |
| 2012-10-02 | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane |
| 2012-10-02 | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane |
| 2012-10-02 | In pg_upgrade, improve error reporting when the number of relation | Bruce Momjian |
| 2012-10-02 | Adjust pg_upgrade query so toast tables related to system catalog schema | Bruce Momjian |
| 2012-10-02 | In pg_upgrade, try to convert the locale names to canonical form before | Bruce Momjian |
| 2012-10-01 | Provide some static-assertion functionality on all compilers. | Tom Lane |
| 2012-09-27 | pg_upgrade test: Disable fsync in initdb and postgres calls | Peter Eisentraut |
| 2012-09-19 | pg_upgrade: Remove check for pg_config | Peter Eisentraut |
| 2012-09-06 | In pg_upgrade, try a few times to open a log file. | Andrew Dunstan |
| 2012-09-06 | pgbench: Show better progress when loading tuples | Peter Eisentraut |
| 2012-09-05 | Fix pg_upgrade test script's line end handling on Windows. | Andrew Dunstan |
| 2012-09-05 | Fix line end mishandling in pg_upgrade on Windows. | Andrew Dunstan |
| 2012-09-05 | Silence -Wunused-result warning in contrib/pg_upgrade. | Tom Lane |
| 2012-09-05 | sepgsql cleanups. | Robert Haas |
| 2012-09-05 | In pg_upgrade, document why we can't issue \n\n in the command logfile | Bruce Momjian |
| 2012-09-04 | Fix transcription error. | Andrew Dunstan |
| 2012-09-04 | Fix command echoing in pg_upgade's analyze script for Windows. | Andrew Dunstan |
| 2012-09-04 | Indent fix_path_separator() header properly. | Andrew Dunstan |
| 2012-09-04 | Allow pg_upgrade "make check" to run on Windows/MSys. | Andrew Dunstan |
| 2012-09-04 | In pg_upgrade, pull the port number from postmaster.pid, like we do for | Bruce Momjian |
| 2012-09-03 | Use correct path separator for Windows builtin commands. | Andrew Dunstan |
| 2012-09-03 | Fix bugs in exec.c that prevented pg_upgrade working in Windows. | Andrew Dunstan |
| 2012-09-03 | Fix pg_upgrade to cope with non-default unix_socket_directory scenarios. | Tom Lane |
| 2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
| 2012-08-29 | Fix assorted compilation failures in contrib | Alvaro Herrera |
| 2012-08-28 | Remove pg_stat_statements--1.0.sql, too. | Tom Lane |
| 2012-08-28 | Remove hstore--1.0.sql. | Tom Lane |
| 2012-08-28 | Adjust pg_test_timing to show shortest test durations first, place | Bruce Momjian |
| 2012-08-27 | pg_upgrade: Fix exec_prog API to be less flaky | Alvaro Herrera |
| 2012-08-27 | Fix thinko in comment | Alvaro Herrera |
| 2012-08-27 | Remove analyze_new_cluster.sh on make clean, too | Alvaro Herrera |
| 2012-08-23 | pg_upgrade: Run the created scripts in the test suite | Peter Eisentraut |
| 2012-08-20 | Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. | Tom Lane |
| 2012-08-14 | Prevent access to external files/URLs via contrib/xml2's xslt_process(). | Tom Lane |
| 2012-08-10 | Prevent pg_upgrade from crashing if it can't write to the current | Bruce Momjian |
| 2012-08-07 | Fix pg_upgrade file share violation on Windows created by the commit | Bruce Momjian |
| 2012-08-03 | In pg_upgrade, use pg_log() instead of prep_status() for | Bruce Momjian |
| 2012-08-02 | Replace libpq's "row processor" API with a "single row" mode. | Tom Lane |
| 2012-07-26 | Simplify pg_upgrade's handling when returning directory listings. | Bruce Momjian |