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