summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-13Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane
2012-06-13Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.Tom Lane
2012-06-13Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane
2012-06-13Support Linux's oom_score_adj API as well as the older oom_adj API.Tom Lane
2012-06-13In pg_upgrade, verify that the install user has the same oid on bothBruce Momjian
2012-06-13Improve documentation of postgres -C optionPeter Eisentraut
2012-06-12Minor code review for json.c.Tom Lane
2012-06-12Mark JSON error detail messages for translation.Robert Haas
2012-06-12Copy-editing of release notes.Robert Haas
2012-06-12Ensure pg_ctl behaves sanely when data directory is not specified.Tom Lane
2012-06-12Fix pg_dump output to a named tar-file archive.Tom Lane
2012-06-11pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut
2012-06-11Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander
2012-06-11Revert behaviour of -x/--xlog to 9.1 semanticsMagnus Hagander
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Update pgindent install instructions and update typedef list.Bruce Momjian
2012-06-10Fix pg_basebackup/pg_receivexlog for floating point timestampsMagnus Hagander
2012-06-10Error message capitalization fixMagnus Hagander
2012-06-10Make include files work without having to include other ones firstPeter Eisentraut
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.Tom 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