summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-064-35/+82
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-064-23/+129
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-033-17/+35
* Some marginal additional hacking to shave a few more cycles offTom Lane2005-11-261-134/+123
* Change seqscan logic so that we check visibility of all tuples on a pageTom Lane2005-11-261-144/+431
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-2226-314/+324
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-204-33/+7
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-202-70/+111
* R-tree is dead ... long live GiST.Tom Lane2005-11-079-2366/+47
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-064-45/+117
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-069-76/+143
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-054-145/+149
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-031-3/+6
* Fix longstanding race condition in transaction log management: there was aTom Lane2005-11-031-33/+50
* Message correctionsPeter Eisentraut2005-10-293-8/+8
* Reorder code so that we don't have to hold a critical section whileTom Lane2005-10-281-24/+28
* Fix race condition in multixact code: it's possible to try to read aTom Lane2005-10-281-35/+110
* Make code for selecting default WAL sync method less confusing.Tom Lane2005-10-221-6/+6
* Better solution to the problem of labeling whole-row Datums that areTom Lane2005-10-191-34/+1
* Ensure that the Datum generated from a whole-row Var contains validTom Lane2005-10-191-1/+9
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-186-23/+10
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1539-2898/+2772
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-131-5/+5
* Back out this because of fear of changing error strings:Bruce Momjian2005-10-131-5/+5
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-131-5/+5
* Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane2005-10-121-2/+5
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-066-30/+37
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-031-1/+17
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-241-20/+18
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-227-1205/+1542
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-224-36/+41
* Small fixesTeodor Sigaev2005-09-161-8/+10
* Copy-editing for GiST README.Neil Conway2005-09-151-27/+34
* Readme about GiST's algorithmsTeodor Sigaev2005-09-151-0/+225
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-022-5/+5
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-291-2/+2
* Rewrite gather-write patch into something less obviously bolted onTom Lane2005-08-221-123/+142
* Improve xid wraparound message (the server isn't really shut down, justBruce Momjian2005-08-221-3/+3
* Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane2005-08-221-32/+34
* Seems that the childXids list would be better based on Oid lists thanTom Lane2005-08-201-5/+5
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-206-71/+72
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-201-3/+2
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-201-93/+189
* Avoid an Assert failure if OuterUserId hasn't been set yet duringTom Lane2005-08-171-4/+4
* Change a couple of "can't happen" error messages to be a shade moreTom Lane2005-08-121-5/+7
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-123-61/+29
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-2/+8
* Mention MD5 function index for indexing long values.Bruce Momjian2005-08-112-4/+4
* Make new hints follow style guide.Tom Lane2005-08-102-6/+6
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-104-8/+16