| Age | Commit message (Expand) | Author |
| 2012-06-10 | Revert error message on GLOBAL/LOCAL pending further discussion | Simon Riggs |
| 2012-06-09 | Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented | Simon Riggs |
| 2012-06-08 | Fix bug in early startup of Hot Standby with subtransactions. | Simon Riggs |
| 2012-06-08 | When using libpq URI syntax, error out on invalid parameter names. | Robert Haas |
| 2012-06-08 | Documentation style improvements | Peter Eisentraut |
| 2012-06-07 | Scan the buffer pool just once, not once per fork, during relation drop. | Tom Lane |
| 2012-06-07 | Documentation spell and markup checking | Peter Eisentraut |
| 2012-06-07 | Message style improvements | Peter Eisentraut |
| 2012-06-07 | Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool. | Tom Lane |
| 2012-06-07 | Wake WALSender to reduce data loss at failover for async commit. | Simon Riggs |
| 2012-06-07 | Fix more crash-safe visibility map bugs, and improve comments. | Robert Haas |
| 2012-06-05 | Use strerror(errno) instead of %m | Magnus Hagander |
| 2012-06-05 | Fix typo | Magnus Hagander |
| 2012-06-05 | Add example of archive_command to use with pg_receivexlog | Magnus Hagander |
| 2012-06-05 | Fix bogus handling of control characters in json_lex_string(). | Tom Lane |
| 2012-06-05 | Fix some more bugs in contrib/xml2's xslt_process(). | Tom Lane |
| 2012-06-03 | Fix memory leaks in failure paths in buildACLCommands and parseAclItem. | Tom Lane |
| 2012-06-01 | In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the | Bruce Momjian |
| 2012-06-01 | Avoid early reuse of btree pages, causing incorrect query results. | Simon Riggs |
| 2012-06-01 | Improve description of pg_stat_statements normalisation in release notes. | Simon Riggs |
| 2012-06-01 | Clarify description of covering indexes in release notes | Simon Riggs |
| 2012-06-01 | Copy editing of release notes for couple of my items. | Simon Riggs |
| 2012-06-01 | After any checkpoint, close all smgr files handles in bgwriter | Simon Riggs |
| 2012-06-01 | Checkpointer starts before bgwriter to avoid missing fsync requests. | Simon Riggs |
| 2012-06-01 | Provide interim statistics while in mid-checkpoint. | Simon Riggs |
| 2012-05-31 | Stamp 9.2beta2.REL9_2_BETA2 | Tom Lane |
| 2012-05-31 | Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. | Tom Lane |
| 2012-05-31 | Improve comment for GetStableLatestTransactionId(). | Tom Lane |
| 2012-05-31 | Only throw recovery conflicts when InHotStandby. Bug fix to recent | Simon Riggs |
| 2012-05-31 | Update time zone data files to tzdata release 2012c. | Tom Lane |
| 2012-05-31 | Force PL and range-type support functions to be owned by a superuser. | Tom Lane |
| 2012-05-31 | Ignore SECURITY DEFINER and SET attributes for a PL's call handler. | Tom Lane |
| 2012-05-30 | Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich. | Tom Lane |
| 2012-05-30 | Fix two more bugs in fast-path relation locking. | Robert Haas |
| 2012-05-30 | Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). | Tom Lane |
| 2012-05-30 | Change the way parent pages are tracked during buffered GiST build. | Heikki Linnakangas |
| 2012-05-30 | Delete the temporary file used in buffered GiST build, after the build. | Heikki Linnakangas |
| 2012-05-30 | Rewrite --section option to decouple it from --schema-only/--data-only. | Tom Lane |
| 2012-05-29 | Fix integer overflow bug in GiST buffering build calculations. | Heikki Linnakangas |
| 2012-05-29 | Teach AbortOutOfAnyTransaction to clean up partially-started transactions. | Tom Lane |
| 2012-05-29 | Eliminate some more O(N^2) behaviors in pg_dump/pg_restore. | Tom Lane |
| 2012-05-28 | libpq: URI parsing fixes | Peter Eisentraut |
| 2012-05-27 | Update SQL features list | Peter Eisentraut |
| 2012-05-27 | psql: Remove notice about readline from --version output | Peter Eisentraut |
| 2012-05-27 | Suppress -Wunused-result warning about write() | Peter Eisentraut |
| 2012-05-27 | PL/Perl: Avoid compiler warning from clang | Peter Eisentraut |
| 2012-05-27 | Improve pg_upgrade C comment. | Bruce Momjian |
| 2012-05-27 | Add C comment explaining why we can't exclude checking functions in the | Bruce Momjian |
| 2012-05-27 | Add pg_update C comment about problems with plpython_call_handler(). | Bruce Momjian |
| 2012-05-27 | Make pg_recievexlog by default loop on connection failures | Magnus Hagander |