index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
...
*
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-05-22
*
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-18
*
Fix bug in freespace calculation in heap_multi_insert().
Heikki Linnakangas
2012-05-16
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Ensure backwards compatibility for GetStableLatestTransactionId()
Simon Riggs
2012-05-12
*
Fix obsolescent C declaration syntax
Peter Eisentraut
2012-05-12
*
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-11
*
On GiST page split, release the locks on child pages before recursing up.
Heikki Linnakangas
2012-05-11
*
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-08
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
*
Avoid repeated CLOG access from heap_hot_search_buffer.
Robert Haas
2012-05-02
*
More duplicate word removal.
Robert Haas
2012-05-02
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
*
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-30
*
Remove duplicate word in comment.
Robert Haas
2012-04-30
*
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
*
Another trivial comment-typo fix.
Tom Lane
2012-04-25
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Fix some typos
Peter Eisentraut
2012-04-22
*
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-18
*
Don't wait for the commit record to be replicated if we wrote no WAL.
Heikki Linnakangas
2012-04-17
*
Fix typo
Peter Eisentraut
2012-04-16
*
Teach SLRU code to avoid replacing I/O-busy pages.
Robert Haas
2012-04-08
*
Fix misleading output from gin_desc().
Tom Lane
2012-04-06
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
*
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
2012-03-29
*
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-03-26
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Add additional safety check against invalid backup label file
Peter Eisentraut
2012-03-14
*
Fix SPGiST vacuum algorithm to handle concurrent tuple motion properly.
Tom Lane
2012-03-12
*
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-11
*
Restructure SPGiST opclass interface API to support whole-index scans.
Tom Lane
2012-03-10
*
Update outdated comment. HeapTupleHeader.t_natts field doesn't exist anymore.
Heikki Linnakangas
2012-03-09
*
Silence warning about unused variable, when building without assertions.
Heikki Linnakangas
2012-03-08
*
Typo fix.
Robert Haas
2012-03-06
*
Make the comments more clear on the fact that UpdateFullPageWrites() is not
Heikki Linnakangas
2012-03-06
*
Remove extra copies of LogwrtResult.
Heikki Linnakangas
2012-03-06
*
Simplify the way changes to full_page_writes are logged.
Heikki Linnakangas
2012-03-06
*
More carefully validate xlog location string inputs
Magnus Hagander
2012-03-04
*
Add function pg_xlog_location_diff to help comparisons
Magnus Hagander
2012-03-04
*
When a GiST page is split during index build, it might not have a buffer.
Heikki Linnakangas
2012-03-02
*
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-28
*
Fix some more bugs in GIN's WAL replay logic.
Tom Lane
2012-02-26
*
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
*
Don't clear btpo_cycleid during _bt_vacuum_one_page.
Tom Lane
2012-02-21
*
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
*
Fix heap_multi_insert to set t_self field in the caller's tuples.
Heikki Linnakangas
2012-02-13
*
Throw error sooner for unlogged GiST indexes.
Tom Lane
2012-02-08
*
Rename LWLockWaitUntilFree to LWLockAcquireOrWait.
Heikki Linnakangas
2012-02-08
*
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-02-06
[prev]
[next]