index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
1
-15
/
+15
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
1
-36
/
+6
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
1
-7
/
+14
*
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
1
-10
/
+14
*
Try again to make the visibility map crash safe.
Robert Haas
2011-06-27
1
-24
/
+21
*
Avoid having two copies of the HOT-chain search logic.
Robert Haas
2011-06-27
1
-26
/
+46
*
Make the visibility map crash-safe.
Robert Haas
2011-06-21
1
-25
/
+238
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
1
-10
/
+13
*
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-30
1
-13
/
+2
*
Fix SSI-related assertion failure.
Robert Haas
2011-04-25
1
-1
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-18
/
+18
*
You must hold a lock on the heap page when you call
Heikki Linnakangas
2011-03-04
1
-2
/
+2
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
1
-13
/
+75
*
Basic foreign table support.
Robert Haas
2011-01-01
1
-1
/
+2
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
1
-17
/
+17
*
Self review of previous patch. Fix assumption that xmax >= xmin.
Simon Riggs
2010-12-09
1
-4
/
+2
*
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-12-09
1
-8
/
+25
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
1
-3
/
+3
*
Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.
Robert Haas
2010-07-29
1
-5
/
+20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-5
/
+5
*
Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum.
Tom Lane
2010-05-02
1
-3
/
+4
*
Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum
Tom Lane
2010-05-02
1
-2
/
+4
*
Further reductions in Hot Standby conflict processing. These
Simon Riggs
2010-04-22
1
-3
/
+7
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-14
/
+14
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
1
-4
/
+2
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
1
-143
/
+44
*
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-03
1
-7
/
+1
*
Filter recovery conflicts based upon dboid from relfilenode of WAL
Simon Riggs
2010-01-29
1
-4
/
+4
*
Write a WAL record whenever we perform an operation without WAL-logging
Heikki Linnakangas
2010-01-20
1
-1
/
+7
*
First part of refactoring of code for ResolveRecoveryConflict. Purposes
Simon Riggs
2010-01-14
1
-40
/
+4
*
Remove partial, broken support for NULL pointers when fetching attributes.
Robert Haas
2010-01-10
1
-5
/
+5
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
1
-12
/
+168
*
Fix a violation of WAL coding rules in the recent patch to include an
Tom Lane
2009-08-24
1
-30
/
+30
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-35
/
+39
*
Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan
Tom Lane
2009-06-10
1
-5
/
+14
*
Fix LOCK TABLE to eliminate the race condition that could make it give weird
Tom Lane
2009-05-12
1
-51
/
+1
*
Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
Heikki Linnakangas
2009-01-20
1
-1
/
+6
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Make heap_update() set newtup->t_tableOid correctly, for consistency with
Tom Lane
2008-12-16
1
-1
/
+2
*
Introduce visibility map. The visibility map is a bitmap with one bit per
Heikki Linnakangas
2008-12-03
1
-11
/
+142
*
Rethink the way FSM truncation works. Instead of WAL-logging FSM
Heikki Linnakangas
2008-11-19
1
-4
/
+2
*
Improve bulk-insert performance by keeping the current target buffer pinned
Tom Lane
2008-11-06
1
-20
/
+48
*
Update FSM on WAL replay. This is a bit limited; the FSM is only updated
Heikki Linnakangas
2008-10-31
1
-7
/
+58
*
Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer
Heikki Linnakangas
2008-10-31
1
-4
/
+3
*
No need for extra code to log freezing zero tuples. Callers already check that
Alvaro Herrera
2008-10-27
1
-11
/
+5
*
Modify the parser's error reporting to include a specific hint for the case
Tom Lane
2008-10-08
1
-1
/
+71
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
1
-1
/
+5
[next]