| Commit message (Expand) | Author | Age |
* | Fix more crash-safe visibility map bugs, and improve comments. | Robert Haas | 2012-06-07 |
* | 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-04 |
* | Fix some more bugs in contrib/xml2's xslt_process(). | Tom Lane | 2012-06-04 |
* | Fix memory leaks in failure paths in buildACLCommands and parseAclItem. | Tom Lane | 2012-06-03 |
* | 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-06-01 |
* | 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-30 |
* | 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-28 |
* | 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-28 |
* | 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 | 2012-05-27 |
* | Fix handling of pg_stat_statements.stat temporary file | Magnus Hagander | 2012-05-27 |
* | Prevent synchronized scanning when systable_beginscan chooses a heapscan. | Tom Lane | 2012-05-26 |
* | Fix string truncation to be multibyte-aware in text_name and bpchar_name. | Tom Lane | 2012-05-25 |
* | Use binary search instead of brute-force scan in findNamespace(). | Tom Lane | 2012-05-25 |
* | Have pg_upgrade only use one extra log file for Win32, not two. | Bruce Momjian | 2012-05-25 |
* | Fix base backup streaming xlog from standby | Magnus Hagander | 2012-05-25 |
* | On Windows, have pg_upgrade use different two files to log pg_ctl | Bruce Momjian | 2012-05-24 |
* | Clarify 9.2 release notes items about pg_stat_statements, to better | Bruce Momjian | 2012-05-24 |
* | Change pg_stat_statements order of release note items, per Peter | Bruce Momjian | 2012-05-24 |
* | Remove PL/Perl null array 9.2 release note item, per Andrew Dunstan | Bruce Momjian | 2012-05-24 |