summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2015-10-05Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund
2015-10-02Don't disable commit_ts in standby if enabled locallyAlvaro Herrera
2015-10-02Fix message punctuation according to style guidePeter Eisentraut
2015-10-01Fix commit_ts for standbyAlvaro Herrera
2015-09-30Don't dump core when destroying an unused ParallelContext.Robert Haas
2015-09-29Code review for transaction commit timestampsAlvaro Herrera
2015-09-28Fix "sesssion" typoAlvaro Herrera
2015-09-26Remove legacy multixact truncation support.Andres Freund
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-23Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev
2015-09-19Add missing serial commaPeter Eisentraut
2015-09-17Fix bug introduced by microvacuum for GiSTTeodor Sigaev
2015-09-15Improve log messages related to tablespace_map fileFujii Masao
2015-09-11Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera
2015-09-09Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev
2015-09-09Microvacuum for GISTTeodor Sigaev
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev
2015-09-07Add pages deleted from pending list to FSMTeodor Sigaev
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-05Fix brin index summarizing while vacuuming.Tatsuo Ishii
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-09-03Document that max_worker_processes must be high enough in standby.Fujii Masao
2015-09-02Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev
2015-08-21Do not allow *timestamp to be passed as NULLAlvaro Herrera
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-08-13Fix unitialized variablesAlvaro Herrera
2015-08-12Close some holes in BRIN page assignmentAlvaro Herrera
2015-08-07Address points made in post-commit review of replication origins.Andres Freund
2015-08-06Reduce ProcArrayLock contention by removing backends in batches.Robert Haas
2015-08-05Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera
2015-08-03Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-08-02Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas
2015-08-02Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund
2015-07-30Fix broken assertion in BRIN codeAlvaro Herrera
2015-07-28Plug RLS related information leak in pg_stats view.Joe Conway
2015-07-28Another attempt at fixing memory leak in xlogreader.Heikki Linnakangas
2015-07-27Don't assume that PageIsEmpty() returns true on an all-zeros page.Heikki Linnakangas
2015-07-27Fix memory leak in xlogreader facility.Heikki Linnakangas
2015-07-27Reuse all-zero pages in GIN.Heikki Linnakangas
2015-07-27Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas
2015-07-27Avoid calling PageGetSpecialPointer() on an all-zeros page.Heikki Linnakangas
2015-07-25Dodge portability issue (apparent compiler bug) in new tablesample code.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-22Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas
2015-07-21Fix some oversights in BRIN patch.Tom Lane
2015-07-20Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas