aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* Transfer current command counter ID to parallel workers.Robert Haas2015-10-16
* Don't send protocol messages to a shm_mq that no longer exists.Robert Haas2015-10-16
* Don't disable commit_ts in standby if enabled locallyAlvaro Herrera2015-10-02
* Fix message punctuation according to style guidePeter Eisentraut2015-10-01
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Don't dump core when destroying an unused ParallelContext.Robert Haas2015-09-30
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Add missing serial commaPeter Eisentraut2015-09-18
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-21
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* Address points made in post-commit review of replication origins.Andres Freund2015-08-07
* Reduce ProcArrayLock contention by removing backends in batches.Robert Haas2015-08-06
* Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao2015-08-03
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Another attempt at fixing memory leak in xlogreader.Heikki Linnakangas2015-07-28
* Fix memory leak in xlogreader facility.Heikki Linnakangas2015-07-27
* Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas2015-07-23
* Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas2015-07-20
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* Make XLogFileCopy() look the same as in 9.4.Fujii Masao2015-07-01
* Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas2015-06-29
* Promote the assertion that XLogBeginInsert() is not called twice into ERROR.Heikki Linnakangas2015-06-28
* Be more conservative about removing tablespace "symlinks".Robert Haas2015-06-26
* Improve multixact emergency autovacuum logic.Andres Freund2015-06-21
* Add missing check for wal_debug GUC.Andres Freund2015-06-21
* Fix corner case in autovacuum-forcing logic for multixact wraparound.Robert Haas2015-06-19
* Fix typosAlvaro Herrera2015-06-08
* Refactor WAL segment copying code.Fujii Masao2015-06-09
* Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund2015-06-08
* Cope with possible failure of the oldest MultiXact to exist.Robert Haas2015-06-05
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix incorrect snprintf() limit.Tom Lane2015-05-23
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-22
* Make recovery_target_action = pause work.Fujii Masao2015-05-21
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix spelling in commentSimon Riggs2015-05-19
* Fix typos in commentsMagnus Hagander2015-05-17
* Fix whitespacePeter Eisentraut2015-05-16
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15