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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-6
/
+6
*
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
2
-7
/
+7
*
Convert Assert checking for empty page into a regular test and elog.
Tom Lane
2006-01-06
1
-3
/
+10
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
1
-7
/
+7
*
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
3
-28
/
+28
*
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
2
-20
/
+5
*
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-11-20
2
-70
/
+111
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
3
-315
/
+302
*
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
2
-11
/
+16
*
Code and docs review for pg_column_size() patch.
Tom Lane
2005-08-02
1
-43
/
+33
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-5
/
+34
*
Add pg_column_size() to return storage size of a column, including
Bruce Momjian
2005-07-06
1
-1
/
+43
*
Avoid WAL-logging individual tuple insertions during CREATE TABLE AS
Tom Lane
2005-06-20
2
-15
/
+48
*
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
*
Repair very-low-probability race condition between relation extension
Tom Lane
2005-05-07
1
-9
/
+15
*
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
*
Restructure LOCKTAG as per discussions of a couple months ago.
Tom Lane
2005-04-29
1
-8
/
+3
*
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
*
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-03-21
1
-44
/
+45
*
Change the return value of HeapTupleSatisfiesUpdate() to be an enum,
Neil Conway
2005-03-20
1
-9
/
+9
*
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2005-03-14
1
-5
/
+5
*
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
1
-5
/
+1
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
2
-4
/
+4
*
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
*
Adjust index locking rules as per my proposal of earlier today. You
Tom Lane
2004-09-30
1
-2
/
+5
*
Now that xmax and cmin are distinct fields again, we should zero xmax when
Tom Lane
2004-09-17
1
-3
/
+5
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
1
-9
/
+13
*
Renumber SnapshotNow and the other special snapshot codes so that
Tom Lane
2004-09-11
1
-9
/
+11
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
2
-29
/
+30
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
3
-6
/
+6
[next]