index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
Age
Commit message (
Expand
)
Author
2015-06-27
Revoke incorrectly applied patch version
Simon Riggs
2015-06-27
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2013-09-24
Fix pgindent comment breakage
Alvaro Herrera
2013-03-27
Fix buffer pin leak in heap update redo routine.
Heikki Linnakangas
2013-01-24
Fix rare missing cancellations in Hot Standby.
Simon Riggs
2012-11-29
Fix assorted bugs in CREATE INDEX CONCURRENTLY.
Tom Lane
2012-11-12
Fix multiple problems in WAL replay.
Tom Lane
2012-05-22
Ensure that seqscans check for interrupts at least once per page.
Tom Lane
2012-01-12
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2011-11-04
Don't assume that a tuple's header size is unchanged during toasting.
Tom Lane
2011-11-01
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-08-16
Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.
Tom Lane
2010-12-10
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-11-09
In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple
Heikki Linnakangas
2010-07-29
Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.
Robert Haas
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-05-02
Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum.
Tom Lane
2010-05-02
Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum
Tom Lane
2010-04-28
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-23
Fix various instances of "the the".
Robert Haas
2010-04-22
Further reductions in Hot Standby conflict processing. These
Simon Riggs
2010-04-21
Fix oversight in collecting values for cleanup_info records.
Simon Riggs
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-09
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-04
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-03
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-01-29
Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs
2010-01-20
Write a WAL record whenever we perform an operation without WAL-logging
Heikki Linnakangas
2010-01-14
First part of refactoring of code for ResolveRecoveryConflict. Purposes
Simon Riggs
2010-01-10
Remove partial, broken support for NULL pointers when fetching attributes.
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-19
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-08-24
Fix a violation of WAL coding rules in the recent patch to include an
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
2009-07-22
Tweak TOAST code so that columns marked with MAIN storage strategy are
Tom Lane
2009-06-18
Fix a few errors in comments. Patch by Fujii Masao, plus the one in
Heikki Linnakangas
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-10
Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan
Tom Lane
2009-05-12
Fix LOCK TABLE to eliminate the race condition that could make it give weird
Tom Lane
2009-01-20
Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
Heikki Linnakangas
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-16
Make heap_update() set newtup->t_tableOid correctly, for consistency with
Tom Lane
2008-12-06
MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData) instead of
Heikki Linnakangas
2008-12-03
Introduce visibility map. The visibility map is a bitmap with one bit per
Heikki Linnakangas
2008-11-19
Rethink the way FSM truncation works. Instead of WAL-logging FSM
Heikki Linnakangas
[next]