Age | Commit message (Expand) | Author |
2014-01-31 | Introduce replication slots. | Robert Haas |
2014-01-25 | Add recovery_target='immediate' option. | Heikki Linnakangas |
2014-01-23 | Allow use of "z" flag in our printf calls, and use it where appropriate. | Tom Lane |
2014-01-14 | Fix multiple bugs in index page locking during hot-standby WAL replay. | Tom Lane |
2014-01-09 | Refactor checking whether we've reached the recovery target. | Heikki Linnakangas |
2014-01-08 | Fix pause_at_recovery_target + recovery_target_inclusive combination. | Heikki Linnakangas |
2014-01-08 | If multiple recovery_targets are specified, use the latest one. | Heikki Linnakangas |
2014-01-08 | Fix bug in determining when recovery has reached consistency. | Heikki Linnakangas |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2014-01-07 | Move permissions check from do_pg_start_backup to pg_start_backup | Magnus Hagander |
2014-01-01 | Rename walLogHints to wal_log_hints for easier grepping. | Robert Haas |
2013-12-21 | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao |
2013-12-13 | Fix more instances of "the the" in comments. | Heikki Linnakangas |
2013-12-13 | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas |
2013-12-12 | Allow time delayed standbys and recovery | Simon Riggs |
2013-12-11 | Remove bogus executable permissions on xlog.c. | Tom Lane |
2013-12-10 | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas |
2013-11-29 | Truncate pg_multixact/'s contents during crash recovery | Alvaro Herrera |
2013-11-22 | Avoid acquiring spinlock when checking if recovery has finished, for speed. | Heikki Linnakangas |
2013-10-31 | Use appendStringInfoString instead of appendStringInfo where possible. | Robert Haas |
2013-10-08 | TYPEALIGN doesn't work on int64 on 32-bit platforms. | Heikki Linnakangas |
2013-09-16 | Add a GUC to report whether data page checksums are enabled. | Heikki Linnakangas |
2013-09-04 | Revert WAL posix_fallocate() patches. | Jeff Davis |
2013-09-04 | Keep heavily-contended fields in XLogCtlInsert on different cache lines. | Heikki Linnakangas |
2013-08-19 | Rename the "fast_promote" file to just "promote". | Heikki Linnakangas |
2013-08-09 | Message punctuation and pluralization fixes | Peter Eisentraut |
2013-07-28 | Message style improvements | Peter Eisentraut |
2013-07-17 | Fix variable names mentioned in comment to match the code. | Heikki Linnakangas |
2013-07-17 | Fix assert failure at end of recovery, broken by XLogInsert scaling patch. | Heikki Linnakangas |
2013-07-08 | Fix Windows build. | Heikki Linnakangas |
2013-07-08 | Improve scalability of WAL insertions. | Heikki Linnakangas |
2013-07-06 | Handle posix_fallocate() errors. | Jeff Davis |
2013-07-05 | Use posix_fallocate() for new WAL files, where available. | Jeff Davis |
2013-07-04 | Add new GUC, max_worker_processes, limiting number of bgworkers. | Robert Haas |
2013-07-01 | Retry short writes when flushing WAL. | Heikki Linnakangas |
2013-06-23 | Ensure no xid gaps during Hot Standby startup | Simon Riggs |
2013-06-17 | Add buffer_std flag to MarkBufferDirtyHint(). | Jeff Davis |
2013-06-13 | Remove special-case treatment of LOG severity level in standalone mode. | Tom Lane |
2013-06-12 | Observe array length in HaveVirtualXIDsDelayingChkpt(). | Noah Misch |
2013-06-06 | Fix typo in comment. | Heikki Linnakangas |
2013-06-03 | Code review of recycling WAL segments in a restartpoint. | Heikki Linnakangas |
2013-06-01 | Post-pgindent cleanup | Stephen Frost |
2013-05-29 | pgindent run for release 9.3 | Bruce Momjian |
2013-05-21 | After fast promotion use CHECKPOINT_FORCE | Simon Riggs |
2013-05-21 | Maintain ThisTimeLineID correctly in checkpointer | Simon Riggs |
2013-05-19 | Init crash recovery using the latest available TLI | Simon Riggs |
2013-05-19 | Emit msg correctly for timeline-crossing crash | Simon Riggs |
2013-05-19 | Remove single space on end of a line in xlog.c | Simon Riggs |
2013-05-08 | Fix walsender failure at promotion. | Heikki Linnakangas |
2013-04-30 | Record data_checksum_version in control file. | Simon Riggs |