aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas2014-03-12
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-07
* Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas2014-03-05
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-12
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas2014-01-08
* Fix bug in determining when recovery has reached consistency.Heikki Linnakangas2014-01-08
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-07
* Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane2013-12-12
* Fix full-page writes of internal GIN pages.Heikki Linnakangas2013-12-03
* Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2Alvaro Herrera2013-12-02
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29
* Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas2013-11-22
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane2013-10-28
* Oops. Unbreak the 9.1 build.Heikki Linnakangas2013-10-08
* Fix bugs in SSI tuple locking.Heikki Linnakangas2013-10-08
* Fix pgindent comment breakageAlvaro Herrera2013-09-24
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Fix typo in comment.Heikki Linnakangas2013-06-06
* Fix handling of OID wraparound while in standalone mode.Tom Lane2013-05-13
* Fix thinko in comment.Heikki Linnakangas2013-05-02
* Install recycled WAL segments with current timeline ID during recovery.Heikki Linnakangas2013-04-30
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-01
* Fix buffer pin leak in heap update redo routine.Heikki Linnakangas2013-03-27
* Further cleanup of gistsplit.c.Tom Lane2013-02-10
* Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane2013-02-10
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Fix rare missing cancellations in Hot Standby.Simon Riggs2013-01-24
* Fix recycling of WAL segments after changing recovery target timeline.Heikki Linnakangas2012-12-20
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-11
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* XidEpoch++ if wraparound during checkpoint.Simon Riggs2012-12-02
* Fix assorted bugs in CREATE INDEX CONCURRENTLY.Tom Lane2012-11-29
* Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas2012-11-22
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-14
* Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane2012-09-05
* Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas2012-06-29
* Wake WALSender to reduce data loss at failover for async commit.Simon Riggs2012-06-07
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* Revert back-branch changes in behavior of age(xid).Tom Lane2012-05-31