aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-07
* Use strerror(errno) instead of %mMagnus Hagander2012-06-05
* Fix typoMagnus Hagander2012-06-05
* Add example of archive_command to use with pg_receivexlogMagnus Hagander2012-06-05
* Fix bogus handling of control characters in json_lex_string().Tom Lane2012-06-04
* Fix some more bugs in contrib/xml2's xslt_process().Tom Lane2012-06-04
* Fix memory leaks in failure paths in buildACLCommands and parseAclItem.Tom Lane2012-06-03
* In pg_upgrade, report pre-PG 8.1 plpython helper functions left in theBruce Momjian2012-06-01
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* Improve description of pg_stat_statements normalisation in release notes.Simon Riggs2012-06-01
* Clarify description of covering indexes in release notesSimon Riggs2012-06-01
* Copy editing of release notes for couple of my items.Simon Riggs2012-06-01
* After any checkpoint, close all smgr files handles in bgwriterSimon Riggs2012-06-01
* Checkpointer starts before bgwriter to avoid missing fsync requests.Simon Riggs2012-06-01
* Provide interim statistics while in mid-checkpoint.Simon Riggs2012-06-01
* Stamp 9.2beta2.REL9_2_BETA2Tom Lane2012-05-31
* Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19.Tom Lane2012-05-31
* Improve comment for GetStableLatestTransactionId().Tom Lane2012-05-31
* Only throw recovery conflicts when InHotStandby. Bug fix to recentSimon Riggs2012-05-31
* Update time zone data files to tzdata release 2012c.Tom Lane2012-05-31
* Force PL and range-type support functions to be owned by a superuser.Tom Lane2012-05-30
* Ignore SECURITY DEFINER and SET attributes for a PL's call handler.Tom Lane2012-05-30
* Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane2012-05-30
* Fix two more bugs in fast-path relation locking.Robert Haas2012-05-30
* Fix incorrect password transformation in contrib/pgcrypto's DES crypt().Tom Lane2012-05-30
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-30
* Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas2012-05-30
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* Fix integer overflow bug in GiST buffering build calculations.Heikki Linnakangas2012-05-29
* Teach AbortOutOfAnyTransaction to clean up partially-started transactions.Tom Lane2012-05-28
* Eliminate some more O(N^2) behaviors in pg_dump/pg_restore.Tom Lane2012-05-28
* libpq: URI parsing fixesPeter Eisentraut2012-05-28
* Update SQL features listPeter Eisentraut2012-05-27
* psql: Remove notice about readline from --version outputPeter Eisentraut2012-05-27
* Suppress -Wunused-result warning about write()Peter Eisentraut2012-05-27
* PL/Perl: Avoid compiler warning from clangPeter Eisentraut2012-05-27
* Improve pg_upgrade C comment.Bruce Momjian2012-05-27
* Add C comment explaining why we can't exclude checking functions in theBruce Momjian2012-05-27
* Add pg_update C comment about problems with plpython_call_handler().Bruce Momjian2012-05-27
* Make pg_recievexlog by default loop on connection failuresMagnus Hagander2012-05-27
* Fix handling of pg_stat_statements.stat temporary fileMagnus Hagander2012-05-27
* Prevent synchronized scanning when systable_beginscan chooses a heapscan.Tom Lane2012-05-26
* Fix string truncation to be multibyte-aware in text_name and bpchar_name.Tom Lane2012-05-25
* Use binary search instead of brute-force scan in findNamespace().Tom Lane2012-05-25
* Have pg_upgrade only use one extra log file for Win32, not two.Bruce Momjian2012-05-25
* Fix base backup streaming xlog from standbyMagnus Hagander2012-05-25
* On Windows, have pg_upgrade use different two files to log pg_ctlBruce Momjian2012-05-24
* Clarify 9.2 release notes items about pg_stat_statements, to betterBruce Momjian2012-05-24
* Change pg_stat_statements order of release note items, per PeterBruce Momjian2012-05-24
* Remove PL/Perl null array 9.2 release note item, per Andrew DunstanBruce Momjian2012-05-24