Commit Graph

631 Commits (ce9ab88981495d975aade8fc664f99f68fc18e2b)

Author SHA1 Message Date
Robert Haas 0d2235a25b Remove duplicate word in comment. 13 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 13 years ago
Peter Eisentraut a33fcd7e79 Fix typo 13 years ago
Robert Haas b736aef2ec Publish checkpoint timing information to pg_stat_bgwriter. 13 years ago
Simon Riggs 68219aaf6b Correct epoch of txid_current() when executed on a Hot Standby server. 13 years ago
Peter Eisentraut e684ab5e1e Add additional safety check against invalid backup label file 13 years ago
Heikki Linnakangas d93f209f48 Silence warning about unused variable, when building without assertions. 14 years ago
Robert Haas bc97c38115 Typo fix. 14 years ago
Heikki Linnakangas e587e2e3e3 Make the comments more clear on the fact that UpdateFullPageWrites() is not 14 years ago
Heikki Linnakangas 7714c63829 Remove extra copies of LogwrtResult. 14 years ago
Heikki Linnakangas 3b682df326 Simplify the way changes to full_page_writes are logged. 14 years ago
Heikki Linnakangas 1a01560cbb Rename LWLockWaitUntilFree to LWLockAcquireOrWait. 14 years ago
Tom Lane c6d76d7c82 Add locking around WAL-replay modification of shared-memory variables. 14 years ago
Tom Lane 17118825b8 Fix transient clobbering of shared buffers during WAL replay. 14 years ago
Heikki Linnakangas 9b38d46d9f Make group commit more effective. 14 years ago
Simon Riggs 8366c7803e Allow pg_basebackup from standby node with safety checking. 14 years ago
Simon Riggs 5530623d03 Correctly initialise shared recoveryLastRecPtr in recovery. 14 years ago
Heikki Linnakangas 1b9dea04b5 Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always 14 years ago
Heikki Linnakangas 9c808f89c2 Refactor XLogInsert a bit. The rdata entries for backup blocks are now 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Simon Riggs 64233902d2 Send new protocol keepalive messages to standby servers. 14 years ago
Tom Lane 2dd9322ba6 Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. 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
Simon Riggs 4de82f7d7c Wakeup WALWriter as needed for asynchronous commit performance. 14 years ago
Simon Riggs a030bfa6e4 Move user functions related to WAL into xlogfuncs.c 14 years ago
Simon Riggs 750f70b0fe Update more comments about checkpoints being done by bgwriter 14 years ago
Simon Riggs 18fb9d8d21 Reduce checkpoints and WAL traffic on low activity database server 14 years ago
Simon Riggs 9aceb6ab3c Refactor xlog.c to create src/backend/postmaster/startup.c 14 years ago
Simon Riggs 86e3364899 Derive oldestActiveXid at correct time for Hot Standby. 14 years ago
Simon Riggs f8409b39d1 Fix timing of Startup CLOG and MultiXact during Hot Standby 14 years ago
Simon Riggs f3ebaad45b Comment changes to show bgwriter no longer performs checkpoints. 14 years ago
Tom Lane bb446b689b Support synchronization of snapshots through an export/import procedure. 14 years ago
Tom Lane aa90e148ca Suppress -Wunused-result warnings about write() and fwrite(). 14 years ago
Tom Lane d56b3afc03 Restructure error handling in reading of postgresql.conf. 14 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 14 years ago
Alvaro Herrera 56a9ed92b6 Adjust translator comment format to xgettext expectations 14 years ago
Alvaro Herrera b64f18c583 Mark some untranslatable messages with errmsg_internal 14 years ago
Heikki Linnakangas 1d0392b245 Fix comment about which version had BACKUP METHOD line in backup_lable, again. 14 years ago
Heikki Linnakangas 2877c67bc2 Fix bogus comment that claimed that the new BACKUP METHOD line in 14 years ago
Tom Lane 4dab3d5ae1 Change the autovacuum launcher to use WaitLatch instead of a poll loop. 14 years ago
Heikki Linnakangas 41f9ffd928 If backup-end record is not seen, and we reach end of recovery from a 14 years ago
Tom Lane 9f17ffd866 Measure WaitLatch's timeout parameter in milliseconds, not microseconds. 14 years ago
Simon Riggs 5286105800 Cascading replication feature for streaming log-based replication. 14 years ago
Heikki Linnakangas 89fd72cbf2 Introduce a pipe between postmaster and each backend, which can be used to 14 years ago
Peter Eisentraut 21f1e15aaf Unify spelling of "canceled", "canceling", "cancellation" 14 years ago
Simon Riggs 465883b0a2 Introduce compact WAL record for the common case of commit (non-DDL). 14 years ago
Robert Haas 503c7305a1 Make the visibility map crash-safe. 14 years ago
Tom Lane c2ba0121c7 Work around gcc 4.6.0 bug that breaks WAL replay. 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago