Commit Graph

96 Commits (2258e76f90bf0254504644df0515cddc0c0a87f9)

Author SHA1 Message Date
Heikki Linnakangas 0668719801 Fix scenario where streaming standby gets stuck at a continuation record. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Simon Riggs 59af8d4384 Pad XLogReaderState's per-buffer data_bufsz more aggressively. 8 years ago
Tom Lane 8735978e7a Pad XLogReaderState's main_data buffer more aggressively. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Andres Freund fc49e24fa6 Make WAL segment size configurable at initdb time. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane d5f6f13f8e Be more consistent about masking xl_info with ~XLR_INFO_MASK. 9 years ago
Fujii Masao bab7823a49 Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Alvaro Herrera c1543a81a7 Revert timeline following in replication slots 10 years ago
Alvaro Herrera c9ff752a85 Silence compiler warning 10 years ago
Alvaro Herrera 24c5f1a103 Enable logical slots to follow timeline switches 10 years ago
Alvaro Herrera 3b02ea4f07 XLogReader general code cleanup 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut 87c2b517ac Fix message punctuation according to style guide 10 years ago
Heikki Linnakangas 5e65f45c6e Another attempt at fixing memory leak in xlogreader. 10 years ago
Heikki Linnakangas 61a65c53bd Fix memory leak in xlogreader facility. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 11 years ago
Fujii Masao 6e4bf4ecd3 Fix error handling of XLogReaderAllocate in case of OOM 11 years ago
Fujii Masao 9b8d4782ba Rework handling of OOM when allocating record buffer in XLOG reader. 11 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 11 years ago
Fujii Masao c74c04b8aa Add missing "goto err" statements in xlogreader.c. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Andres Freund 14570c2828 Remove superflous variable from xlogreader's XLogFindNextRecord(). 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Heikki Linnakangas 5028f22f6e Switch to CRC-32C in WAL and other places. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Heikki Linnakangas 4d6d425ab8 Fix typos in comments. 12 years ago
Stephen Frost c9fc28a7f1 Minor spelling fixes 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Robert Haas 4cff7b9dd6 Remove duplicate initialization in XLogReadRecord. 13 years ago
Heikki Linnakangas 2ff6555313 Use the right timeline when beginning to stream from master. 13 years ago
Heikki Linnakangas 88228e6f1d When xlogreader asks the callback function to read a page, make sure we 13 years ago
Heikki Linnakangas 1296d5c53c Fix a couple of error-handling bugs in the xlogreader patch. 13 years ago
Alvaro Herrera 7fcbf6a405 Split out XLog reading as an independent facility 13 years ago