Commit Graph

168 Commits (54a177a948b0a773c25c6737d1cc3cc49222a526)

Author SHA1 Message Date
Peter Eisentraut 0c5803b450 Refactor new file permission handling 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
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut c1a7f64b4a Replace "transaction log" with "write-ahead log" 8 years ago
Peter Eisentraut c7d225e227 Fix typo in comment 9 years ago
Simon Riggs 1148e22a82 Teach xlogreader to follow timeline switches 9 years ago
Robert Haas 249cf070e3 Create and use wait events for read, write, and fsync operations. 9 years ago
Robert Haas 85c11324ca Rename user-facing tools with "xlog" in the name to say "wal". 9 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
Alvaro Herrera cca2a27860 Fix bogus comments 9 years ago
Alvaro Herrera c1543a81a7 Revert timeline following in replication slots 10 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 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
Simon Riggs 422a55a687 Refactor to create generic WAL page read callback 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Andres Freund e3f4cfc7aa Fix bug leading to restoring unlogged relations from empty files. 10 years ago
Heikki Linnakangas eb11de8ff5 Sanity-check that a page zeroed by redo routine is marked with WILL_INIT. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Heikki Linnakangas 2c03216d83 Revamp the WAL record format. 11 years ago
Heikki Linnakangas 81c4508196 Fix race condition between hot standby and restoring a full-page image. 11 years ago
Heikki Linnakangas 34402ae351 Fix XLogReadBufferForRedoExtended to get cleanup lock when asked to do so. 11 years ago
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 11 years ago
Heikki Linnakangas f8f4227976 Refactor per-page logic common to all redo routines to a new function. 11 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 12 years ago
Heikki Linnakangas 55566c9a74 Fix dangling smgr_owner pointer when a fake relcache entry is freed. 12 years ago
Tom Lane 6f2aead1ff In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. 12 years ago
Tom Lane 061b079f89 Fix multiple bugs in index page locking during hot-standby WAL replay. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Alvaro Herrera a730183926 Move relpath() to libpgcommon 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Robert Haas beb850e1d8 Properly set relpersistence for fake relcache entries. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Heikki Linnakangas 9f0d2bdc88 Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, 14 years ago
Heikki Linnakangas 1e616f6391 During recovery, if we reach consistent state and still have entries in the 14 years ago
Tom Lane 1609797c25 Clean up the #include mess a little. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian f261deb4b4 Add missing includes after pgrminclude run. 14 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane eb36d1ad51 Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to 15 years ago
Robert Haas debcec7dc3 Include the backend ID in the relpath of temporary relations. 15 years ago
Tom Lane 672efc0865 Update obsolete comment. Noted by Josh Tolley. 15 years ago
Tom Lane cbe9d6beb4 Fix up rickety handling of relation-truncation interlocks. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago