summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2014-01-08Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas
2014-01-08Fix bug in determining when recovery has reached consistency.Heikki Linnakangas
2014-01-07Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander
2013-12-12Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane
2013-12-03Fix full-page writes of internal GIN pages.Heikki Linnakangas
2013-12-02Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2Alvaro Herrera
2013-11-30Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera
2013-11-22Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas
2013-11-08Fix race condition in GIN posting tree page deletion.Heikki Linnakangas
2013-11-03Prevent memory leaks from accumulating across printtup() calls.Tom Lane
2013-11-02Retry after buffer locking failure during SPGiST index creation.Tom Lane
2013-10-29Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane
2013-10-07Fix bugs in SSI tuple locking.Heikki Linnakangas
2013-09-24Fix pgindent comment breakageAlvaro Herrera
2013-06-23Ensure no xid gaps during Hot Standby startupSimon Riggs
2013-06-14Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane
2013-06-06Fix typo in comment.Heikki Linnakangas
2013-06-06Backport log_newpage_buffer.Robert Haas
2013-05-13Fix handling of OID wraparound while in standalone mode.Tom Lane
2013-05-10Fix management of fn_extra caching during repeated GiST index scans.Tom Lane
2013-05-02Fix thinko in comment.Heikki Linnakangas
2013-04-30Install recycled WAL segments with current timeline ID during recovery.Heikki Linnakangas
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-03-27Fix buffer pin leak in heap update redo routine.Heikki Linnakangas
2013-03-07Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas
2013-03-07Further fix to the mode where we enter archive recovery after crash recovery.Heikki Linnakangas
2013-03-03Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane
2013-02-22Fix thinko in previous commit.Heikki Linnakangas
2013-02-22If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.Heikki Linnakangas
2013-02-15Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas
2013-02-15Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas
2013-02-10Further cleanup of gistsplit.c.Tom Lane
2013-02-10Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane
2013-02-10Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane
2013-02-10Document and clean up gistsplit.c.Tom Lane
2013-02-08Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane
2013-02-07Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane
2013-01-24Fix rare missing cancellations in Hot Standby.Simon Riggs
2013-01-03Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas
2012-12-30Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas
2012-12-21Fix grammatical mistake in error messagePeter Eisentraut
2012-12-20Fix recycling of WAL segments after changing recovery target timeline.Heikki Linnakangas
2012-12-19Check if we've reached end-of-backup point also if no redo is required.Heikki Linnakangas
2012-12-12In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas
2012-12-11Consistency check should compare last record replayed, not last record read.Heikki Linnakangas
2012-12-10Update minimum recovery point on truncation.Heikki Linnakangas
2012-12-05Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane
2012-12-05Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs
2012-12-02Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane