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
*
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
*
Back-patch assorted latch-related fixes.
Tom Lane
2011-08-10
*
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
*
Fix two ancient bugs in GiST code to re-find a parent after page split:
Heikki Linnakangas
2011-07-15
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-29
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.
Simon Riggs
2011-06-27
*
Message style and spelling improvements
Peter Eisentraut
2011-06-22
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
Respect Hot Standby controls while recycling btree index pages.
Simon Riggs
2011-06-16
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
*
Oops, forgot to change the order of entries in 2PC callback arrays when I
Heikki Linnakangas
2011-06-14
*
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Protect GIST logic that assumes penalty values can't be negative.
Tom Lane
2011-05-31
*
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-30
*
Spell checking and markup refinement
Peter Eisentraut
2011-05-19
*
Fix assorted typos
Alvaro Herrera
2011-05-12
*
Shut down WAL receiver if it's still running at end of recovery. We used to
Heikki Linnakangas
2011-05-11
*
Move RegisterPredicateLockingXid() call to a safer place.
Tom Lane
2011-05-06
*
Fix SSI-related assertion failure.
Robert Haas
2011-04-25
*
Hash indexes had better pass the index collation to support functions, too.
Tom Lane
2011-04-23
*
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
[next]