aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2012-08-08
* Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs2012-08-08
* Fix TwoPhaseGetDummyBackendId().Tom Lane2012-08-08
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane2012-08-03
* In SPGiST replay, do conflict resolution before modifying the page.Tom Lane2012-08-03
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas2012-06-29
* Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.Tom Lane2012-06-26
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Wake WALSender to reduce data loss at failover for async commit.Simon Riggs2012-06-07
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-07
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* Improve comment for GetStableLatestTransactionId().Tom Lane2012-05-31
* Only throw recovery conflicts when InHotStandby. Bug fix to recentSimon Riggs2012-05-31
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-30
* Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas2012-05-30
* Fix integer overflow bug in GiST buffering build calculations.Heikki Linnakangas2012-05-29
* Teach AbortOutOfAnyTransaction to clean up partially-started transactions.Tom Lane2012-05-28
* Prevent synchronized scanning when systable_beginscan chooses a heapscan.Tom Lane2012-05-26
* Ensure that seqscans check for interrupts at least once per page.Tom Lane2012-05-22
* Fix bug in gistRelocateBuildBuffersOnSplit().Heikki Linnakangas2012-05-18
* Fix bug in freespace calculation in heap_multi_insert().Heikki Linnakangas2012-05-16
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Ensure backwards compatibility for GetStableLatestTransactionId()Simon Riggs2012-05-12
* Fix obsolescent C declaration syntaxPeter Eisentraut2012-05-12
* Ensure age() returns a stable value rather than the latest valueSimon Riggs2012-05-11
* On GiST page split, release the locks on child pages before recursing up.Heikki Linnakangas2012-05-11
* Fix an issue in recent walwriter hibernation patch.Tom Lane2012-05-08
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-08
* Avoid repeated CLOG access from heap_hot_search_buffer.Robert Haas2012-05-02
* More duplicate word removal.Robert Haas2012-05-02
* Remove duplicate words in comments.Heikki Linnakangas2012-05-02
* Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane2012-04-30
* Remove duplicate word in comment.Robert Haas2012-04-30
* Prevent index-only scans from returning wrong answers under Hot Standby.Robert Haas2012-04-26
* Another trivial comment-typo fix.Tom Lane2012-04-25
* Lots of doc corrections.Robert Haas2012-04-23
* Fix some typosPeter Eisentraut2012-04-22
* Tighten up error recovery for fast-path locking.Robert Haas2012-04-18
* Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas2012-04-17
* Fix typoPeter Eisentraut2012-04-16
* Teach SLRU code to avoid replacing I/O-busy pages.Robert Haas2012-04-08
* Fix misleading output from gin_desc().Tom Lane2012-04-06