aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-24
* Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane2008-12-16
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-11
* Remove arbitrary 10MB limit on two-phase state file size. It's not that hardHeikki Linnakangas2008-05-19
* Don't try to close negative file descriptors, since this can causeMagnus Hagander2008-05-13
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-22
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-17
* Change hashscan.c to keep its list of active hash index scans inTom Lane2008-03-07
* Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane2008-03-04
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Improve a number of elog messages for not-supposed-to-happen cases in btrees,Tom Lane2007-12-31
* - Add check of already changed page while replay WAL. This touches onlyTeodor Sigaev2007-10-29
* Fix coredump during replay WAL after crash. Change entrySplitPage() to preventTeodor Sigaev2007-10-29
* Make archive recovery always start a new timeline, rather than only when aTom Lane2007-09-29
* Improve page split in rtree emulation. Now if splitted result hasTeodor Sigaev2007-09-07
* Suppress time zone name (%Z) when logging timestamps in xlog.c startupTom Lane2007-08-04
* Move call of MarkBufferDirty() before XLogInsert() as required.Teodor Sigaev2007-06-05
* Fix bundle bugs of GIN:Teodor Sigaev2007-06-04
* Fix performance problems in multi-batch hash joins by ensuring that we selectTom Lane2007-06-01
* Fix overly-strict sanity check in BeginInternalSubTransaction that made itTom Lane2007-05-30
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLockTom Lane2007-03-30
* Disallow committing a prepared transaction unless we are in the same databaseTom Lane2007-02-13
* Don't MAXALIGN in the checks to decide whether a tuple is over TOAST'sTom Lane2007-02-04
* Correct an old logic error in btree page splitting: when considering a splitTom Lane2007-01-27
* Fix oversight in handling of row-comparison index keys: if the row comparisonTom Lane2007-01-07
* Minor adjustments to make failures in startup/shutdown behave more cleanly.Tom Lane2006-11-30
* Fix bug with page deletion. If inner page is removed and it tries toTeodor Sigaev2006-11-30
* Add a comment noting that heap_copytuple_with_tuple() results in aNeil Conway2006-11-23
* Several changes to reduce the probability of running out of memory duringTom Lane2006-11-23
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-21
* 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
* String fixPeter Eisentraut2006-11-16
* Fix some typos in comments.Neil Conway2006-11-12
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-11
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-10
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-08
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-01
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-18
* Message style improvementsPeter Eisentraut2006-10-06
* Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane2006-10-05
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03