aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Add missing serial commaPeter Eisentraut2015-09-18
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera2015-09-11
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Make GIN's cleanup pending list process interruptableTeodor Sigaev2015-09-07
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix brin index summarizing while vacuuming.Tatsuo Ishii2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-21
* Fix unitialized variablesAlvaro Herrera2015-08-13
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-12
* Address points made in post-commit review of replication origins.Andres Freund2015-08-07
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao2015-08-03
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Fix broken assertion in BRIN codeAlvaro Herrera2015-07-30
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Another attempt at fixing memory leak in xlogreader.Heikki Linnakangas2015-07-28
* Don't assume that PageIsEmpty() returns true on an all-zeros page.Heikki Linnakangas2015-07-27
* Fix memory leak in xlogreader facility.Heikki Linnakangas2015-07-27
* Reuse all-zero pages in GIN.Heikki Linnakangas2015-07-27
* Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas2015-07-27
* Avoid calling PageGetSpecialPointer() on an all-zeros page.Heikki Linnakangas2015-07-27
* Dodge portability issue (apparent compiler bug) in new tablesample code.Tom Lane2015-07-25
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas2015-07-23
* Fix some oversights in BRIN patch.Tom Lane2015-07-21
* Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas2015-07-20
* Improve BRIN documentation somewhatAlvaro Herrera2015-07-20
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* Make XLogFileCopy() look the same as in 9.4.Fujii Masao2015-07-01
* Remove useless check for NULL subexpression.Tom Lane2015-06-30
* Don't call PageGetSpecialPointer() on page until it's been initialized.Heikki Linnakangas2015-06-30
* Initialize GIN metapage correctly when replaying metapage-update WAL record.Heikki Linnakangas2015-06-30
* Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas2015-06-29
* Promote the assertion that XLogBeginInsert() is not called twice into ERROR.Heikki Linnakangas2015-06-28
* Fix double-XLogBeginInsert call in GIN page splits.Heikki Linnakangas2015-06-28
* Avoid hot standby cancels from VAC FREEZESimon Riggs2015-06-27
* Fix BRIN xlog replayAlvaro Herrera2015-06-26
* Be more conservative about removing tablespace "symlinks".Robert Haas2015-06-26
* Fix a couple of bugs with wal_log_hints.Heikki Linnakangas2015-06-26
* Improve multixact emergency autovacuum logic.Andres Freund2015-06-21
* Add missing check for wal_debug GUC.Andres Freund2015-06-21
* Fix corner case in autovacuum-forcing logic for multixact wraparound.Robert Haas2015-06-19
* Fix typosAlvaro Herrera2015-06-08
* Refactor WAL segment copying code.Fujii Masao2015-06-09
* Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund2015-06-08