aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-21
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* 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
* Reduce ProcArrayLock contention by removing backends in batches.Robert Haas2015-08-06
* 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
* Remove obsolete heap_formtuple/modifytuple/deformtuple functions.Heikki Linnakangas2015-07-02
* 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
* Cope with possible failure of the oldest MultiXact to exist.Robert Haas2015-06-05
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Fix valgrind's "unaddressable bytes" whining about BRIN code.Tom Lane2015-05-25
* Update README.tuplockAlvaro Herrera2015-05-25
* Manual cleanup of pgindent results.Tom Lane2015-05-24