index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-08
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-07
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2013-12-12
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.
Tom Lane
2013-12-03
Fix full-page writes of internal GIN pages.
Heikki Linnakangas
2013-12-02
Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2
Alvaro Herrera
2013-11-30
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-22
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-08
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-03
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-02
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-10-29
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-07
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-09-24
Fix pgindent comment breakage
Alvaro Herrera
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-06
Fix typo in comment.
Heikki Linnakangas
2013-06-06
Backport log_newpage_buffer.
Robert Haas
2013-05-13
Fix handling of OID wraparound while in standalone mode.
Tom Lane
2013-05-10
Fix management of fn_extra caching during repeated GiST index scans.
Tom Lane
2013-05-02
Fix thinko in comment.
Heikki Linnakangas
2013-04-30
Install recycled WAL segments with current timeline ID during recovery.
Heikki Linnakangas
2013-04-01
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-03-27
Fix buffer pin leak in heap update redo routine.
Heikki Linnakangas
2013-03-07
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-03
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-02-22
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-15
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-10
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-08
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-07
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-01-24
Fix rare missing cancellations in Hot Standby.
Simon Riggs
2013-01-03
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2012-12-30
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-21
Fix grammatical mistake in error message
Peter Eisentraut
2012-12-20
Fix recycling of WAL segments after changing recovery target timeline.
Heikki Linnakangas
2012-12-19
Check if we've reached end-of-backup point also if no redo is required.
Heikki Linnakangas
2012-12-12
In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.
Heikki Linnakangas
2012-12-11
Consistency check should compare last record replayed, not last record read.
Heikki Linnakangas
2012-12-10
Update minimum recovery point on truncation.
Heikki Linnakangas
2012-12-05
Ensure recovery pause feature doesn't pause unless users can connect.
Tom Lane
2012-12-05
Must not reach consistency before XLOG_BACKUP_RECORD
Simon Riggs
2012-12-02
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
[next]