aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Add new user fn pg_current_xlog_flush_location()Simon Riggs2016-01-12
* Maintain local LogwrtResult consistentlySimon Riggs2016-01-12
* Revoke change to rmgr desc of btree vacuumSimon Riggs2016-01-09
* Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs2016-01-09
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix comments about WAL rule "write xlog before data" versus pg_multixact.Noah Misch2016-01-01
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Fix typo in comment.Robert Haas2015-12-18
* Provide a way to predefine LWLock tranche IDs.Robert Haas2015-12-15
* Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund2015-12-14
* Fix commit timestamp initializationAlvaro Herrera2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-10
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-03
* Fix typo in comment.Robert Haas2015-11-19
* Remove function names from some elog() calls in heapam.c.Andres Freund2015-11-19
* Message improvementsPeter Eisentraut2015-11-16
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas2015-11-05
* Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner2015-10-31
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* Message style improvementsPeter Eisentraut2015-10-28
* Fix BRIN free space computationsAlvaro Herrera2015-10-27
* Cleanup commit timestamp module activaction, againAlvaro Herrera2015-10-27
* Fix typos in comments.Robert Haas2015-10-22
* Add a C API for parallel heap scans.Robert Haas2015-10-16
* Allow a parallel context to relaunch workers.Robert Haas2015-10-16
* Prohibit parallel query when the isolation level is serializable.Robert Haas2015-10-16
* Fix a problem with parallel workers being unable to restore role.Robert Haas2015-10-16
* Invalidate caches after cranking up a parallel worker transaction.Robert Haas2015-10-16
* Tighten up application of parallel mode checks.Robert Haas2015-10-16
* Transfer current command counter ID to parallel workers.Robert Haas2015-10-16
* Don't send protocol messages to a shm_mq that no longer exists.Robert Haas2015-10-16
* Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund2015-10-05
* Don't disable commit_ts in standby if enabled locallyAlvaro Herrera2015-10-02
* Fix message punctuation according to style guidePeter Eisentraut2015-10-01
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Don't dump core when destroying an unused ParallelContext.Robert Haas2015-09-30
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev2015-09-23
* Add missing serial commaPeter Eisentraut2015-09-18
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-17
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera2015-09-11
* Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev2015-09-09