aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Add some documentation about how we WAL-log filesystem actions.Tom Lane2010-09-17
* Fix two typos in comments, spotted by Fujii Masao and Thom BrownHeikki Linnakangas2010-09-15
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-15
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane2010-08-30
* Fix misleading DEBUG2 issued during RemoveOldXlogFiles()Simon Riggs2010-08-30
* Truncate subtrans after each restartpoint.Simon Riggs2010-08-30
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-29
* Remove duplicate translatable phraseAlvaro Herrera2010-08-26
* Tidy up a few calls to smrgextend().Robert Haas2010-08-19
* Include the backend ID in the relpath of temporary relations.Robert Haas2010-08-13
* Make RecordTransactionCommit() respect wal_level.Robert Haas2010-08-13
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-01
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs2010-07-29
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-29
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-23
* Update obsolete comment. Noted by Josh Tolley.Tom Lane2010-07-08
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogusTom Lane2010-07-03
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Add C comment about why synchronous_commit=off behavior can loseBruce Momjian2010-06-29
* emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.Robert Haas2010-06-28
* Make RemoveOldXlogFiles's debug printout match style used elsewhere:Tom Lane2010-06-17
* Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane2010-06-17
* If a corrupt WAL record is received by streaming replication, disconnectHeikki Linnakangas2010-06-14
* Fix typo/bug, found by Clang compilerPeter Eisentraut2010-06-12
* Rename restartpoint_command to archive_cleanup_command.Itagaki Takahiro2010-06-10
* Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas2010-06-10
* Return NULL instead of 0/0 in pg_last_xlog_receive_location() andHeikki Linnakangas2010-06-10
* In standby mode, respect checkpoint_segments in addition toHeikki Linnakangas2010-06-09
* Make the walwriter close it's handle to an old xlog segment if it's no longerMagnus Hagander2010-06-09
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Fix some inconsistent quoting of wal_level values in messagesPeter Eisentraut2010-06-03
* On clean shutdown during recovery, don't warn about possible corruption.Robert Haas2010-06-03
* Fix obsolete comments that I neglected to update in a previous patch.Heikki Linnakangas2010-06-02
* Adjust comment to reflect that we now have Hot Standby. Pointed out byHeikki Linnakangas2010-05-27
* Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas2010-05-15
* Fix bug in processing of checkpoint time for max_standby_delay. LatestSimon Riggs2010-05-15
* Add many new Asserts in code and fix simple bug that slipped throughSimon Riggs2010-05-14
* Ensure that top level aborts call XLogSetAsyncCommit(). Not doingSimon Riggs2010-05-13
* Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs2010-05-13
* Need to hold ControlFileLock while updating control file. UpdateHeikki Linnakangas2010-05-03
* Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum.Tom Lane2010-05-02
* Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane2010-05-02
* Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane2010-05-02
* Fix handling of b-tree reuse WAL records when hot standby is disabled,Heikki Linnakangas2010-04-30