index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Commit message (
Expand
)
Author
Age
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
*
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-27
*
Wrap multixact/members correctly during extension, take 2
Alvaro Herrera
2014-06-09
*
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
*
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
*
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2014-01-02
*
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
*
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-29
*
Fix full-table-vacuum request mechanism for MultiXactIds
Alvaro Herrera
2013-11-29
*
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Fix pg_upgrade failure from servers older than 9.3
Alvaro Herrera
2013-08-19
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-07
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
*
Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.
Tom Lane
2013-02-21
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2013-02-15
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Document and clean up gistsplit.c.
Tom Lane
2013-02-10
*
Repair bugs in GiST page splitting code for multi-column indexes.
Tom Lane
2013-02-07
*
Split out list of XLog resource managers
Alvaro Herrera
2013-02-06
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
*
Redefine HEAP_XMAX_IS_LOCKED_ONLY
Alvaro Herrera
2013-01-24
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
*
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-18
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
*
Split out XLog reading as an independent facility
Alvaro Herrera
2013-01-16
*
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-11
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-30
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Remove unused NextLogPage macro
Alvaro Herrera
2012-12-27
*
Forgot to remove extern declaration of GetRecoveryTargetTLI()
Heikki Linnakangas
2012-12-21
*
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-20
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
[next]