index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam.c
Age
Commit message (
Expand
)
Author
2007-09-12
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-07
Don't take ProcArrayLock while exiting a transaction that has no XID; there is
Tom Lane
2007-09-05
Implement lazy XID allocation: transactions that do not modify any database
Tom Lane
2007-08-14
Fix oversight in async-commit patch: there were some places in heapam.c
Tom Lane
2007-06-09
Teach heapam code to know the difference between a real seqscan and the
Tom Lane
2007-06-08
Arrange for large sequential scans to synchronize with each other, so that
Tom Lane
2007-05-30
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-27
Fix up pgstats counting of live and dead tuples to recognize that committed
Tom Lane
2007-04-08
Make CLUSTER MVCC-safe. Heikki Linnakangas
Tom Lane
2007-04-03
Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.
Tom Lane
2007-03-29
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
Tom Lane
2007-03-25
Clean up the representation of special snapshots by including a "method
Tom Lane
2007-02-09
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
Tom Lane
2007-02-05
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
Tom Lane
2007-02-04
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
Tom Lane
2007-01-25
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-09
Enable another five tuple status bits by using the high bits of the
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-11-17
Repair two related errors in heap_lock_tuple: it was failing to recognize
Tom Lane
2006-11-05
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-18
Now that we've rearranged relation open to get a lock before touching
Tom Lane
2006-07-31
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-07-03
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-02
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-05-28
Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits
Alvaro Herrera
2006-05-10
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-03-31
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-29
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-24
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-21
Cleanup the usage of ScanDirection: use the symbolic names for the
Neil Conway
2006-01-11
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
Neil Conway
2005-11-26
Some marginal additional hacking to shave a few more cycles off
Tom Lane
2005-11-26
Change seqscan logic so that we check visibility of all tuples on a page
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-20
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-06
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-08-20
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-12
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-01
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-06-20
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
Tom Lane
2005-06-08
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-06-06
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-05-19
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
[next]