index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Don't forget to flush XLOG_PARAMETER_CHANGE record.
Fujii Masao
2014-03-26
*
Address ccvalid/ccnoinherit in TupleDesc support functions.
Noah Misch
2014-03-23
*
In WAL replay, restore GIN metapage unconditionally to avoid torn page.
Heikki Linnakangas
2014-03-12
*
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
*
Do wal_level and hot standby checks when doing crash-then-archive recovery.
Heikki Linnakangas
2014-03-05
*
Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.
Heikki Linnakangas
2014-03-05
*
Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.
Heikki Linnakangas
2014-02-18
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
2014-02-12
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
*
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
2014-01-08
*
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
*
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.
Tom Lane
2013-12-12
*
Fix full-page writes of internal GIN pages.
Heikki Linnakangas
2013-12-03
*
Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2
Alvaro Herrera
2013-12-02
*
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-29
*
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-22
*
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
*
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-11-02
*
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-28
*
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-08
*
Fix pgindent comment breakage
Alvaro Herrera
2013-09-24
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
*
Fix typo in comment.
Heikki Linnakangas
2013-06-06
*
Backport log_newpage_buffer.
Robert Haas
2013-06-06
*
Fix handling of OID wraparound while in standalone mode.
Tom Lane
2013-05-13
*
Fix management of fn_extra caching during repeated GiST index scans.
Tom Lane
2013-05-09
*
Fix thinko in comment.
Heikki Linnakangas
2013-05-02
*
Install recycled WAL segments with current timeline ID during recovery.
Heikki Linnakangas
2013-04-30
*
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-04-01
*
Fix buffer pin leak in heap update redo routine.
Heikki Linnakangas
2013-03-27
*
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-07
*
Further fix to the mode where we enter archive recovery after crash recovery.
Heikki Linnakangas
2013-03-07
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
*
Fix thinko in previous commit.
Heikki Linnakangas
2013-02-22
*
If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.
Heikki Linnakangas
2013-02-22
*
Better fix for "unarchived WAL files get deleted on crash recovery" bug.
Heikki Linnakangas
2013-02-15
*
Don't delete unarchived WAL files during crash recovery.
Heikki Linnakangas
2013-02-15
*
Further cleanup of gistsplit.c.
Tom Lane
2013-02-10
*
Remove useless picksplit-doesn't-support-secondary-split log spam.
Tom Lane
2013-02-10
*
Remove vestigial secondary-split support in gist_box_picksplit().
Tom Lane
2013-02-10
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-08
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Fix rare missing cancellations in Hot Standby.
Simon Riggs
2013-01-24
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
*
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-30
[next]