aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* New SQL functons pg_backup_in_progress() and pg_backup_start_time()Robert Haas2012-06-14
* During transaction cleanup, release locks before deleting files.Robert Haas2012-06-14
* Add new function log_newpage_buffer.Robert Haas2012-06-14
* Remove misplaced sanity check from heap_create().Robert Haas2012-06-14
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-14
* Revisit error message details for JSON input parsing.Tom Lane2012-06-13
* Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane2012-06-13
* Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane2012-06-13
* Support Linux's oom_score_adj API as well as the older oom_adj API.Tom Lane2012-06-13
* Improve documentation of postgres -C optionPeter Eisentraut2012-06-13
* Minor code review for json.c.Tom Lane2012-06-12
* Mark JSON error detail messages for translation.Robert Haas2012-06-12
* Prevent non-streaming replication connections from being selected sync slaveMagnus Hagander2012-06-11
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs2012-06-10
* Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs2012-06-09
* Fix bug in early startup of Hot Standby with subtransactions.Simon Riggs2012-06-08
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Do unlocked prechecks in bufmgr.c loops that scan the whole buffer pool.Tom Lane2012-06-07
* Wake WALSender to reduce data loss at failover for async commit.Simon Riggs2012-06-07
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-07
* Fix bogus handling of control characters in json_lex_string().Tom Lane2012-06-04
* Avoid early reuse of btree pages, causing incorrect query results.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
* Improve comment for GetStableLatestTransactionId().Tom Lane2012-05-31
* Only throw recovery conflicts when InHotStandby. Bug fix to recentSimon Riggs2012-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
* 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
* 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
* Update SQL features listPeter Eisentraut2012-05-27
* Suppress -Wunused-result warning about write()Peter Eisentraut2012-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
* Fix array overrun in regex code.Tom Lane2012-05-24
* Ensure that seqscans check for interrupts at least once per page.Tom Lane2012-05-22
* Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas2012-05-22
* Repair out-of-date information in src/backend/storage/buffer/README.Robert Haas2012-05-22
* Move postmaster's RemovePgTempFiles call to a less randomly chosen place.Tom Lane2012-05-21
* Update woefully-obsolete comment.Tom Lane2012-05-21
* Fix incorrect logic in JSON number lexerPeter Eisentraut2012-05-20
* Realign some --help output to have better spacing between columnsPeter Eisentraut2012-05-18
* Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas2012-05-18
* Update SQL features/conformance information to SQL:2011Peter Eisentraut2012-05-17