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
*
Fix GiST buffering build bug, which caused "failed to re-find parent" errors.
Heikki Linnakangas
2012-08-16
*
Force archive_status of .done for xlogs created by dearchival/replication.
Simon Riggs
2012-08-08
*
Fix minor bug in XLogFileRead() that accidentally worked.
Simon Riggs
2012-08-08
*
Fix TwoPhaseGetDummyBackendId().
Tom Lane
2012-08-08
*
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-07
*
Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.
Tom Lane
2012-08-03
*
In SPGiST replay, do conflict resolution before modifying the page.
Tom Lane
2012-08-03
*
Fix race conditions associated with SPGiST redirection tuples.
Tom Lane
2012-08-02
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-29
*
Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.
Tom Lane
2012-06-26
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
Revert "Reduce checkpoints and WAL traffic on low activity database server"
Tom Lane
2012-06-13
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
*
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-06-07
*
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-07
*
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-06-01
*
Improve comment for GetStableLatestTransactionId().
Tom Lane
2012-05-31
*
Only throw recovery conflicts when InHotStandby. Bug fix to recent
Simon Riggs
2012-05-31
*
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-30
*
Delete the temporary file used in buffered GiST build, after the build.
Heikki Linnakangas
2012-05-30
*
Fix integer overflow bug in GiST buffering build calculations.
Heikki Linnakangas
2012-05-29
*
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-28
*
Prevent synchronized scanning when systable_beginscan chooses a heapscan.
Tom Lane
2012-05-26
*
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
[next]