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 recycling of WAL segments after changing recovery target timeline.
Heikki Linnakangas
2012-12-20
*
Consistency check should compare last record replayed, not last record read.
Heikki Linnakangas
2012-12-11
*
Update minimum recovery point on truncation.
Heikki Linnakangas
2012-12-10
*
Ensure recovery pause feature doesn't pause unless users can connect.
Tom Lane
2012-12-05
*
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-12-02
*
XidEpoch++ if wraparound during checkpoint.
Simon Riggs
2012-12-02
*
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-11-29
*
Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.
Heikki Linnakangas
2012-11-22
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Properly set relpersistence for fake relcache entries.
Robert Haas
2012-09-14
*
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-09-05
*
Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.
Tom Lane
2012-08-30
*
fsync backup_label after pg_start_backup()
Simon Riggs
2012-08-07
*
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-29
*
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-06-07
*
Avoid early reuse of btree pages, causing incorrect query results.
Simon Riggs
2012-06-01
*
Revert back-branch changes in behavior of age(xid).
Tom Lane
2012-05-31
*
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
*
Ensure backwards compatibility for GetStableLatestTransactionId()
Simon Riggs
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
*
Don't wait for the commit record to be replicated if we wrote no WAL.
Heikki Linnakangas
2012-04-17
*
Fix misleading output from gin_desc().
Tom Lane
2012-04-06
*
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
2012-03-29
*
Fix some more bugs in GIN's WAL replay logic.
Tom Lane
2012-02-26
*
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
2012-02-22
*
Don't clear btpo_cycleid during _bt_vacuum_one_page.
Tom Lane
2012-02-21
*
Throw error sooner for unlogged GiST indexes.
Tom Lane
2012-02-08
*
Avoid problems with OID wraparound during WAL replay.
Tom Lane
2012-02-06
*
Fix transient clobbering of shared buffers during WAL replay.
Tom Lane
2012-02-05
*
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-12
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
*
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-09
*
Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
Tom Lane
2011-11-25
*
Don't assume that a tuple's header size is unchanged during toasting.
Tom Lane
2011-11-04
*
Revert "Stop btree indexscans upon reaching nulls in either direction."
Tom Lane
2011-11-02
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
*
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-02
*
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
*
Stop btree indexscans upon reaching nulls in either direction.
Tom Lane
2011-10-31
*
Avoid unnecessary page-level SSI lock check in heap_insert().
Tom Lane
2011-09-16
*
gistendscan() forgot to free so->giststate.
Tom Lane
2011-09-16
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
*
Mark some untranslatable messages with errmsg_internal
Alvaro Herrera
2011-09-05
*
If backup-end record is not seen, and we reach end of recovery from a
Heikki Linnakangas
2011-08-17
*
Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.
Tom Lane
2011-08-16
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
[next]