summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2016-02-02Fix lossy KNN GiST when ordering operator returns non-float8 value.Teodor Sigaev
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-02-01Fix misspelled function name in comment.Heikki Linnakangas
2016-01-30Fix whitespacePeter Eisentraut
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-26Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane
2016-01-22Suppress compiler warning.Tom Lane
2016-01-22Improve index AMs' opclass validation procedures.Tom Lane
2016-01-21Remove unused argument from ginInsertCleanup()Fujii Masao
2016-01-21Refactor headers to split out standby defsSimon Riggs
2016-01-21Speedup 2PC by skipping two phase state files in normal pathSimon Riggs
2016-01-21Refactor to create generic WAL page read callbackSimon Riggs
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-12Add new user fn pg_current_xlog_flush_location()Simon Riggs
2016-01-12Maintain local LogwrtResult consistentlySimon Riggs
2016-01-09Revoke change to rmgr desc of btree vacuumSimon Riggs
2016-01-09Avoid pin scan for replay of XLOG_BTREE_VACUUMSimon Riggs
2016-01-02Fix overly-strict assertions in spgtextproc.c.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2016-01-01Fix comments about WAL rule "write xlog before data" versus pg_multixact.Noah Misch
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-12-26Fix brin_summarize_new_values() to check index type and ownership.Tom Lane
2015-12-18Fix typo in comment.Robert Haas
2015-12-15Provide a way to predefine LWLock tranche IDs.Robert Haas
2015-12-14Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-11Improve some messagesPeter Eisentraut
2015-12-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-12-03Further tweak commit_timestamp behaviorAlvaro Herrera
2015-11-19Fix typo in comment.Robert Haas
2015-11-19Remove function names from some elog() calls in heapam.c.Andres Freund
2015-11-17Message improvementsPeter Eisentraut
2015-11-12Move each SLRU's lwlocks to a separate tranche.Robert Haas
2015-11-05Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas
2015-10-31Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner
2015-10-30Update parallel executor support to reuse the same DSM.Robert Haas
2015-10-29Message style improvementsPeter Eisentraut
2015-10-27Fix BRIN free space computationsAlvaro Herrera
2015-10-27Cleanup commit timestamp module activaction, againAlvaro Herrera
2015-10-22Fix typos in comments.Robert Haas
2015-10-16Add a C API for parallel heap scans.Robert Haas
2015-10-16Allow a parallel context to relaunch workers.Robert Haas
2015-10-16Prohibit parallel query when the isolation level is serializable.Robert Haas
2015-10-16Fix a problem with parallel workers being unable to restore role.Robert Haas
2015-10-16Invalidate caches after cranking up a parallel worker transaction.Robert Haas
2015-10-16Tighten up application of parallel mode checks.Robert Haas
2015-10-16Transfer current command counter ID to parallel workers.Robert Haas
2015-10-16Don't send protocol messages to a shm_mq that no longer exists.Robert Haas
2015-10-05Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund