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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
4
-35
/
+82
*
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
4
-23
/
+129
*
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-03
3
-17
/
+35
*
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
26
-314
/
+324
*
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
4
-33
/
+7
*
Modify tuptoaster's API so that it does not try to modify the passed
Tom Lane
2005-11-20
2
-70
/
+111
*
R-tree is dead ... long live GiST.
Tom Lane
2005-11-07
9
-2366
/
+47
*
Add simple sanity checks on newly-read pages to GiST, too.
Tom Lane
2005-11-06
4
-45
/
+117
*
Add defenses to btree and hash index AMs to do simple sanity checks
Tom Lane
2005-11-06
9
-76
/
+143
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
4
-145
/
+149
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
1
-3
/
+6
*
Fix longstanding race condition in transaction log management: there was a
Tom Lane
2005-11-03
1
-33
/
+50
*
Message corrections
Peter Eisentraut
2005-10-29
3
-8
/
+8
*
Reorder code so that we don't have to hold a critical section while
Tom Lane
2005-10-28
1
-24
/
+28
*
Fix race condition in multixact code: it's possible to try to read a
Tom Lane
2005-10-28
1
-35
/
+110
*
Make code for selecting default WAL sync method less confusing.
Tom Lane
2005-10-22
1
-6
/
+6
*
Better solution to the problem of labeling whole-row Datums that are
Tom Lane
2005-10-19
1
-34
/
+1
*
Ensure that the Datum generated from a whole-row Var contains valid
Tom Lane
2005-10-19
1
-1
/
+9
*
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-18
6
-23
/
+10
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
39
-2898
/
+2772
*
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
1
-5
/
+5
*
Back out this because of fear of changing error strings:
Bruce Momjian
2005-10-13
1
-5
/
+5
*
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
1
-5
/
+5
*
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane
2005-10-12
1
-2
/
+5
*
Revise pgstats stuff to fix the problems with not counting accesses
Tom Lane
2005-10-06
6
-30
/
+37
*
Expand pg_control information so that we can verify that the database
Tom Lane
2005-10-03
1
-1
/
+17
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
1
-20
/
+18
*
pgindent new GIST index code, per request from Tom.
Bruce Momjian
2005-09-22
7
-1205
/
+1542
*
Adjust GiST error messages to conform to message style guidelines.
Tom Lane
2005-09-22
4
-36
/
+41
*
Small fixes
Teodor Sigaev
2005-09-16
1
-8
/
+10
*
Copy-editing for GiST README.
Neil Conway
2005-09-15
1
-27
/
+34
*
Readme about GiST's algorithms
Teodor Sigaev
2005-09-15
1
-0
/
+225
*
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-02
2
-5
/
+5
*
Reduce default value of max_prepared_transactions from 50 to 5. This
Tom Lane
2005-08-29
1
-2
/
+2
*
Rewrite gather-write patch into something less obviously bolted on
Tom Lane
2005-08-22
1
-123
/
+142
*
Improve xid wraparound message (the server isn't really shut down, just
Bruce Momjian
2005-08-22
1
-3
/
+3
*
Fix some inconsistent choices of datatypes in xlog.c. Make buffer
Tom Lane
2005-08-22
1
-32
/
+34
*
Seems that the childXids list would be better based on Oid lists than
Tom Lane
2005-08-20
1
-5
/
+5
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
6
-71
/
+72
*
Make GetMultiXactIdMembers() a public function.
Tatsuo Ishii
2005-08-20
1
-3
/
+2
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
1
-93
/
+189
*
Avoid an Assert failure if OuterUserId hasn't been set yet during
Tom Lane
2005-08-17
1
-4
/
+4
*
Change a couple of "can't happen" error messages to be a shade more
Tom Lane
2005-08-12
1
-5
/
+7
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
3
-61
/
+29
*
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-11
1
-2
/
+8
*
Mention MD5 function index for indexing long values.
Bruce Momjian
2005-08-11
2
-4
/
+4
*
Make new hints follow style guide.
Tom Lane
2005-08-10
2
-6
/
+6
*
Add hints to cases where indexes fail because of values that are too long.
Bruce Momjian
2005-08-10
4
-8
/
+16
[prev]
[next]