aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Don't forget to flush XLOG_PARAMETER_CHANGE record.Fujii Masao2014-03-26
* Address ccvalid/ccnoinherit in TupleDesc support functions.Noah Misch2014-03-23
* 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
* Do wal_level and hot standby checks when doing crash-then-archive recovery.Heikki Linnakangas2014-03-05
* Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas2014-03-05
* Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.Heikki Linnakangas2014-02-18
* 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 memory leaks from accumulating across printtup() calls.Tom Lane2013-11-03
* Retry after buffer locking failure during SPGiST index creation.Tom Lane2013-11-02
* Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane2013-10-28
* 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
* Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane2013-06-14
* Fix typo in comment.Heikki Linnakangas2013-06-06
* Backport log_newpage_buffer.Robert Haas2013-06-06
* Fix handling of OID wraparound while in standalone mode.Tom Lane2013-05-13
* Fix management of fn_extra caching during repeated GiST index scans.Tom Lane2013-05-09
* 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
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Further fix to the mode where we enter archive recovery after crash recovery.Heikki Linnakangas2013-03-07
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-03
* Fix thinko in previous commit.Heikki Linnakangas2013-02-22
* If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.Heikki Linnakangas2013-02-22
* Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas2013-02-15
* Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas2013-02-15
* Further cleanup of gistsplit.c.Tom Lane2013-02-10
* Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane2013-02-10
* Remove vestigial secondary-split support in gist_box_picksplit().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
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-03
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30