summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2020-01-29Fail if recovery target is not reachedPeter Eisentraut
2020-01-28Fix randAccess setting in ReadRecord()Heikki Linnakangas
2020-01-26Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-19Fix minor problems with non-exclusive backup cleanup.Robert Haas
2019-12-18Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier
2019-12-16Demote variable from global to localAlvaro Herrera
2019-12-03Fix thinkos from commit 9989d37Michael Paquier
2019-12-03Remove XLogFileNameP() from the treeMichael Paquier
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-08More precise errors from initial pg_control checkPeter Eisentraut
2019-10-27Fix initialization of fake LSN for unlogged relationsMichael Paquier
2019-10-24Fix typo in xlog.c.Fujii Masao
2019-10-18Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao
2019-10-18Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao
2019-10-11Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao
2019-10-02Remove temporary WAL and history files at the end of archive recoveryMichael Paquier
2019-09-30Make crash recovery ignore recovery target settings.Fujii Masao
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-09-23Message style fixesPeter Eisentraut
2019-09-17Add some const decorations to array constantsPeter Eisentraut
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-06-30Don't call data type input functions in GUC check hooksPeter Eisentraut
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-20Fix comment for issue_xlog_fsync().Fujii Masao
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Add wal_recycle and wal_init_zero GUCs.Thomas Munro
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-29Warn more strongly about the dangers of exclusive backup mode.Robert Haas
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-03-18Refactor more code logic to update the control fileMichael Paquier
2019-03-16Avoid casting away a constPeter Eisentraut
2019-03-11Adjust error message for partial writes in WAL segmentsMichael Paquier
2019-03-08Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-03-06Removed unused variable, openLogOff.Robert Haas
2019-02-12Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier
2019-02-01Adjust comment about timeout when waiting for WAL at recoveryMichael Paquier
2019-01-13Change default of recovery_target_timeline to 'latest'Peter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-31Improve comments and logs in do_pg_stop/start_backupMichael Paquier