summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2006-01-06Convert Assert checking for empty page into a regular test and elog.Tom Lane
2006-01-05Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut
2005-12-29Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane
2005-12-28Arrange to set the LC_XXX environment variables to match our localeTom Lane
2005-12-25I have added these macros to c.h:Bruce Momjian
2005-12-22Adjust string comparison so that only bitwise-equal strings are consideredTom Lane
2005-12-11Divide the lock manager's shared state into 'partitions', so as toTom Lane
2005-12-07Push the responsibility for handling ignore_killed_tuples down intoTom Lane
2005-12-07A couple of tiny performance hacks in _bt_step(). Remove PageIsEmptyTom Lane
2005-12-06Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane
2005-12-06Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane
2005-12-03Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane
2005-11-26Some marginal additional hacking to shave a few more cycles offTom Lane
2005-11-26Change seqscan logic so that we check visibility of all tuples on a pageTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-20Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane
2005-11-20Modify tuptoaster's API so that it does not try to modify the passedTom Lane
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-06Add simple sanity checks on newly-read pages to GiST, too.Tom Lane
2005-11-06Add defenses to btree and hash index AMs to do simple sanity checksTom Lane
2005-11-05Clean up representation of SLRU page state. This is the cleaner fixTom Lane
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-11-03Fix longstanding race condition in transaction log management: there was aTom Lane
2005-10-29Message correctionsPeter Eisentraut
2005-10-28Reorder code so that we don't have to hold a critical section whileTom Lane
2005-10-28Fix race condition in multixact code: it's possible to try to read aTom Lane
2005-10-22Make code for selecting default WAL sync method less confusing.Tom Lane
2005-10-19Better solution to the problem of labeling whole-row Datums that areTom Lane
2005-10-19Ensure that the Datum generated from a whole-row Var contains validTom Lane
2005-10-18A few trivial code cleanups motivated by reading warnings generatedTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-13This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian
2005-10-13Back out this because of fear of changing error strings:Bruce Momjian
2005-10-13This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian
2005-10-12Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-10-03Expand pg_control information so that we can verify that the databaseTom Lane
2005-09-24Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane
2005-09-22pgindent new GIST index code, per request from Tom.Bruce Momjian
2005-09-22Adjust GiST error messages to conform to message style guidelines.Tom Lane
2005-09-16Small fixesTeodor Sigaev
2005-09-15Copy-editing for GiST README.Neil Conway
2005-09-15Readme about GiST's algorithmsTeodor Sigaev
2005-09-02Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane
2005-08-29Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane
2005-08-22Rewrite gather-write patch into something less obviously bolted onTom Lane
2005-08-22Improve xid wraparound message (the server isn't really shut down, justBruce Momjian
2005-08-22Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane
2005-08-20Seems that the childXids list would be better based on Oid lists thanTom Lane
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane