aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Oops, fix recoveryStopsBefore functions for regular commits.Heikki Linnakangas2014-07-29
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-29
* Fix checkpointer crash in EXEC_BACKEND builds.Robert Haas2014-07-24
* Add missing serial commasPeter Eisentraut2014-07-15
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-27
* Fix bug in WAL_DEBUG.Heikki Linnakangas2014-06-23
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Rename min_recovery_apply_delay to recovery_min_apply_delay.Tom Lane2014-05-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Improve generation algorithm for database system identifier.Tom Lane2014-04-26
* report stat() error in trigger file checkBruce Momjian2014-04-17
* Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas2014-04-16
* Fix typo in comment.Heikki Linnakangas2014-04-10
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* In checkpoint, move the check for in-progress xacts out of critical section.Heikki Linnakangas2014-04-04
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-04
* Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.Heikki Linnakangas2014-03-26
* Don't forget to flush XLOG_PARAMETER_CHANGE record.Fujii Masao2014-03-26
* Fix "the the" typos.Heikki Linnakangas2014-03-24
* Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas2014-03-21
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-18
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-12
* Do wal_level and hot standby checks when doing crash-then-archive recovery.Heikki Linnakangas2014-03-05
* Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.Heikki Linnakangas2014-03-05
* Introduce logical decoding.Robert Haas2014-03-03
* Remove bogus while-loop.Heikki Linnakangas2014-02-28
* Improve comment on setting data_checksum GUC.Heikki Linnakangas2014-02-20
* Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.Heikki Linnakangas2014-02-18
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas2014-02-14
* Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas2014-02-10
* Introduce replication slots.Robert Haas2014-01-31
* Add recovery_target='immediate' option.Heikki Linnakangas2014-01-25
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Refactor checking whether we've reached the recovery target.Heikki Linnakangas2014-01-09
* Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas2014-01-08
* If multiple recovery_targets are specified, use the latest one.Heikki Linnakangas2014-01-08
* Fix bug in determining when recovery has reached consistency.Heikki Linnakangas2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-07
* Rename walLogHints to wal_log_hints for easier grepping.Robert Haas2014-01-01
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13