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
*
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-25
1
-5
/
+40
*
Enable another five tuple status bits by using the high bits of the
Bruce Momjian
2007-01-09
1
-5
/
+5
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Repair two related errors in heap_lock_tuple: it was failing to recognize
Tom Lane
2006-11-17
1
-37
/
+63
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
1
-1
/
+296
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-42
/
+44
*
Now that we've rearranged relation open to get a lock before touching
Tom Lane
2006-08-18
1
-25
/
+63
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
1
-25
/
+41
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-2
/
+1
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+3
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
1
-61
/
+1
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-1
/
+61
*
Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits
Alvaro Herrera
2006-05-28
1
-13
/
+3
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
1
-1
/
+154
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
1
-69
/
+73
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
1
-90
/
+93
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
1
-17
/
+17
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Cleanup the usage of ScanDirection: use the symbolic names for the
Neil Conway
2006-02-21
1
-41
/
+23
*
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2006-01-11
1
-4
/
+4
*
Some marginal additional hacking to shave a few more cycles off
Tom Lane
2005-11-26
1
-134
/
+123
*
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-26
1
-144
/
+431
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-16
/
+16
*
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
1
-18
/
+4
*
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-11-20
1
-30
/
+77
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-217
/
+211
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
1
-18
/
+11
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
1
-93
/
+189
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
1
-4
/
+2
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-5
/
+34
*
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
Tom Lane
2005-06-20
1
-12
/
+24
*
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-06-08
1
-7
/
+17
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
1
-14
/
+22
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
1
-306
/
+221
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
1
-2
/
+2
*
Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane
2005-05-03
1
-3
/
+3
*
Use the standard lock manager to establish priority order when there
Tom Lane
2005-04-30
1
-88
/
+206
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
1
-106
/
+488
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-78
/
+1
*
Remove dead push/pop rollback code. Vadim once planned to implement
Tom Lane
2005-03-28
1
-66
/
+3
*
First steps towards index scans with heap access decoupled from index
Tom Lane
2005-03-27
1
-6
/
+23
*
Change the return value of HeapTupleSatisfiesUpdate() to be an enum,
Neil Conway
2005-03-20
1
-9
/
+9
*
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
1
-5
/
+1
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
There is no need for ReadBuffer() call sites to check that the returned
Neil Conway
2004-11-14
1
-31
/
+1
*
Make heap_fetch API more consistent by having the buffer remain pinned
Tom Lane
2004-10-26
1
-18
/
+23
*
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-15
1
-9
/
+9
*
Message style revisions
Peter Eisentraut
2004-10-12
1
-2
/
+2
*
Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword
Tom Lane
2004-10-01
1
-2
/
+12
*
Now that xmax and cmin are distinct fields again, we should zero xmax when
Tom Lane
2004-09-17
1
-3
/
+5
[next]