aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Disallow committing a prepared transaction unless we are in the same databaseTom Lane2007-02-13
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-27
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-19
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-17
* Fix "failed to re-find parent key" btree VACUUM failure by tweakingTom Lane2006-11-01
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-20
* pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane2006-06-22
* Disable full_page_writes, because turning it off risks causing crash-recoveryTom Lane2006-03-28
* Repair longstanding error in btree xlog replay: XLogReadBuffer should beTom Lane2006-03-28
* Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problemTom Lane2006-03-10
* Move btbulkdelete's vacuum_delay_point() call to a place in the loop whereTom Lane2006-02-14
* Add some missing vacuum_delay_point calls in GIST vacuuming.Tom Lane2006-02-14
* Repair longstanding bug in slru/clog logic: it is possible for two backendsTom Lane2006-01-21
* Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane2006-01-17
* Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try toTom Lane2006-01-07
* Convert Assert checking for empty page into a regular test and elog.Tom Lane2006-01-06
* Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane2006-01-05
* Adjust string comparison so that only bitwise-equal strings are consideredTom Lane2005-12-22
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-20
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Fix longstanding race condition in transaction log management: there was aTom Lane2005-11-03
* Message correctionsPeter Eisentraut2005-10-29
* Reorder code so that we don't have to hold a critical section whileTom Lane2005-10-28
* Fix race condition in multixact code: it's possible to try to read aTom Lane2005-10-28
* Make code for selecting default WAL sync method less confusing.Tom Lane2005-10-22
* Better solution to the problem of labeling whole-row Datums that areTom Lane2005-10-19
* Ensure that the Datum generated from a whole-row Var contains validTom Lane2005-10-19
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Back out this because of fear of changing error strings:Bruce Momjian2005-10-13
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane2005-10-12
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-03
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-22
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-22
* Small fixesTeodor Sigaev2005-09-16
* Copy-editing for GiST README.Neil Conway2005-09-15
* Readme about GiST's algorithmsTeodor Sigaev2005-09-15
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* Rewrite gather-write patch into something less obviously bolted onTom Lane2005-08-22
* Improve xid wraparound message (the server isn't really shut down, justBruce Momjian2005-08-22
* Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane2005-08-22
* Seems that the childXids list would be better based on Oid lists thanTom Lane2005-08-20
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-20