aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Change delimiter used for display of NextXIDJoe Conway2016-02-12
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-12
* Shift the responsibility for emitting "database system is shut down".Tom Lane2016-02-11
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Add more chattiness in server shutdown.Tom Lane2016-02-09
* Temporarily make pg_ctl and server shutdown a whole lot chattier.Tom Lane2016-02-08
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Introduce group locking to prevent parallel processes from deadlocking.Robert Haas2016-02-07
* Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev2016-02-02
* Make all built-in lwlock tranche IDs fixed.Robert Haas2016-02-02
* Fix misspelled function name in comment.Heikki Linnakangas2016-02-01
* Fix whitespacePeter Eisentraut2016-01-30
* Add gin_clean_pending_list function to clean up GIN pending listFujii Masao2016-01-28
* Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane2016-01-26
* Suppress compiler warning.Tom Lane2016-01-21
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Remove unused argument from ginInsertCleanup()Fujii Masao2016-01-22
* Refactor headers to split out standby defsSimon Riggs2016-01-20
* Speedup 2PC by skipping two phase state files in normal pathSimon Riggs2016-01-20
* Refactor to create generic WAL page read callbackSimon Riggs2016-01-20
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* 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