aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Adjust error checks in pg_start_backup and pg_stop_backup to make it possibleTom Lane2010-04-29
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-29
* Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane2010-04-28
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Replace the KnownAssignedXids hash table with a sorted-array data structure,Tom Lane2010-04-28
* If a base backup is cancelled by server shutdown or crash, throw an errorHeikki Linnakangas2010-04-27
* Fix various instances of "the the".Robert Haas2010-04-23
* Previous patch revoked following objections.Simon Riggs2010-04-23
* Make CheckRequiredParameterValues() depend upon correct combinationSimon Riggs2010-04-23
* Optimise btree delete processing when no active backends.Simon Riggs2010-04-22
* Further reductions in Hot Standby conflict processing. TheseSimon Riggs2010-04-22
* Fix oversight in collecting values for cleanup_info records.Simon Riggs2010-04-21
* Rename standby_keep_segments to wal_keep_segments.Robert Haas2010-04-20
* Fix uninitialized local variables. Not sure why gcc doesn't complain aboutTom Lane2010-04-19