Commit Graph

124 Commits (dbbca2cf299b81299112ca6ada671a36235ec008)

Author SHA1 Message Date
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 10 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 10 years ago
Fujii Masao 6e4bf4ecd3 Fix error handling of XLogReaderAllocate in case of OOM 10 years ago
Fujii Masao 9b8d4782ba Rework handling of OOM when allocating record buffer in XLOG reader. 10 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 10 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 10 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 10 years ago
Fujii Masao c74c04b8aa Add missing "goto err" statements in xlogreader.c. 10 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 11 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. 12 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