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