aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* 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
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-05
* Correct epoch of txid_current() when executed on a Hot Standby server.Simon Riggs2012-03-29
* Code cleanup for heap_freeze_tuple.Robert Haas2012-03-26
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Add additional safety check against invalid backup label filePeter Eisentraut2012-03-14
* Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.Tom Lane2012-03-12
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-11
* Restructure SPGiST opclass interface API to support whole-index scans.Tom Lane2012-03-10
* Update outdated comment. HeapTupleHeader.t_natts field doesn't exist anymore.Heikki Linnakangas2012-03-09
* Silence warning about unused variable, when building without assertions.Heikki Linnakangas2012-03-08
* Typo fix.Robert Haas2012-03-06
* Make the comments more clear on the fact that UpdateFullPageWrites() is notHeikki Linnakangas2012-03-06
* Remove extra copies of LogwrtResult.Heikki Linnakangas2012-03-06
* Simplify the way changes to full_page_writes are logged.Heikki Linnakangas2012-03-06
* More carefully validate xlog location string inputsMagnus Hagander2012-03-04
* Add function pg_xlog_location_diff to help comparisonsMagnus Hagander2012-03-04
* When a GiST page is split during index build, it might not have a buffer.Heikki Linnakangas2012-03-02
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-28
* Fix some more bugs in GIN's WAL replay logic.Tom Lane2012-02-26
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Don't clear btpo_cycleid during _bt_vacuum_one_page.Tom Lane2012-02-21
* Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.Tom Lane2012-02-21
* Fix heap_multi_insert to set t_self field in the caller's tuples.Heikki Linnakangas2012-02-13
* Throw error sooner for unlogged GiST indexes.Tom Lane2012-02-08
* Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas2012-02-08
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06