| Age | Commit message (Expand) | Author |
| 2012-08-10 | Centralize the logic for detecting misplaced aggregates, window funcs, etc. | Tom Lane |
| 2012-08-10 | Fix upper limit of superuser_reserved_connections, add limit for wal_senders | Magnus Hagander |
| 2012-08-09 | Turn off WalSender keepalives by default, users can enable if desired | Simon Riggs |
| 2012-08-09 | Ensure all replication message info is available and correct via WalRcv | Simon Riggs |
| 2012-08-09 | Make psql -1 < file behave as expected. | Robert Haas |
| 2012-08-08 | Fix typo in comment | Alvaro Herrera |
| 2012-08-08 | Doc correction to point out that 9.2+ can overwrite pg_xlog files. | Simon Riggs |
| 2012-08-08 | Merge parser's p_relnamespace and p_varnamespace lists into a single list. | Tom Lane |
| 2012-08-08 | Fix minor bug in XLogFileRead() that accidentally worked. | Simon Riggs |
| 2012-08-08 | Fix cache flush hazard in event trigger cache. | Robert Haas |
| 2012-08-08 | Add additional C comments for to_date/to_char() fixes. | Bruce Momjian |
| 2012-08-08 | Update isolation tests' README file. | Tom Lane |
| 2012-08-08 | Fix TwoPhaseGetDummyBackendId(). | Tom Lane |
| 2012-08-07 | Implement SQL-standard LATERAL subqueries. | Tom Lane |
| 2012-08-07 | Tweak new Perl pgindent for compatibility with middle-aged Perls. | Tom Lane |
| 2012-08-07 | Fix memory leaks in event trigger code. | Robert Haas |
| 2012-08-07 | Fix to_char(), to_date(), and to_timestamp() to handle negative/BC | Bruce Momjian |
| 2012-08-07 | Fix pg_upgrade file share violation on Windows created by the commit | Bruce Momjian |
| 2012-08-07 | Fix redundant wording | Alvaro Herrera |
| 2012-08-07 | fsync backup_label after pg_start_backup() | Simon Riggs |
| 2012-08-06 | Typo fixes for previous commit. | Robert Haas |
| 2012-08-06 | Warn more vigorously about the non-transactional behavior of sequences. | Robert Haas |
| 2012-08-06 | Make strings identical | Alvaro Herrera |
| 2012-08-06 | Complain with proper error message if streaming stops prematurely | Magnus Hagander |
| 2012-08-06 | Perform conversion from Python unicode to string/bytes object via UTF-8. | Heikki Linnakangas |
| 2012-08-04 | Replace pgindent shell script with Perl script. Update perltidy | Bruce Momjian |
| 2012-08-04 | Reword documentation for concurrent index rebuilds to be clearer. | Bruce Momjian |
| 2012-08-03 | Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. | Tom Lane |
| 2012-08-03 | Add link to synchronous_commit variables in high availability docs. | Bruce Momjian |
| 2012-08-03 | Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code. | Tom Lane |
| 2012-08-03 | In SPGiST replay, do conflict resolution before modifying the page. | Tom Lane |
| 2012-08-03 | Document that trying to exceed temp_file_limit causes a query cancel. | Bruce Momjian |
| 2012-08-03 | Document that, for psql -c, only the result of the last command is | Bruce Momjian |
| 2012-08-03 | In pg_upgrade, use pg_log() instead of prep_status() for | Bruce Momjian |
| 2012-08-02 | Fix race conditions associated with SPGiST redirection tuples. | Tom Lane |
| 2012-08-02 | Update release notes for libpq feature change. | Tom Lane |
| 2012-08-02 | Replace libpq's "row processor" API with a "single row" mode. | Tom Lane |
| 2012-08-01 | Add documentation cross-reference for JSON functions. | Tom Lane |
| 2012-07-31 | Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). | Tom Lane |
| 2012-07-31 | Fix syslogger so that log_truncate_on_rotation works in the first rotation. | Tom Lane |
| 2012-07-31 | pg_basebackup: stylistic adjustments | Alvaro Herrera |
| 2012-07-30 | Now that the diskchecker.pl author has updated the download link on his | Bruce Momjian |
| 2012-07-27 | Improve reporting of error situations in find_other_exec(). | Tom Lane |
| 2012-07-27 | Update doc mention of diskchecker.pl to add URL for script; retain URL | Bruce Momjian |
| 2012-07-26 | Document that the pg_upgrade user of rsync might want to skip some | Bruce Momjian |
| 2012-07-26 | Only allow autovacuum to be auto-canceled by a directly blocked process. | Tom Lane |
| 2012-07-26 | Tab complete table names after ALTER TABLE x [NO] INHERIT. | Robert Haas |
| 2012-07-26 | Log a better message when canceling autovacuum. | Robert Haas |
| 2012-07-26 | Simplify pg_upgrade's handling when returning directory listings. | Bruce Momjian |
| 2012-07-25 | Fix longstanding crash-safety bug with newly-created-or-reset sequences. | Tom Lane |