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