aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-31
* Lobotomize typmod check in convert_tuples_by_position, back branches only.Tom Lane2011-05-23
* Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch.Tom Lane2011-04-07
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-11
* In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tupleHeikki Linnakangas2010-11-09
* Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas2010-10-26
* Fix assorted bugs in GIN's WAL replay logic.Tom Lane2010-10-11
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-29
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas2010-07-29
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-23
* Make the walwriter close it's handle to an old xlog segment if it's no longerMagnus Hagander2010-06-09
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane2010-05-02
* Fix bug in %r handling in recovery_end_command, it always came out as 0Heikki Linnakangas2010-03-18
* Add missing reset of need_initialization in reloptions code.Tom Lane2010-03-11
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-19
* Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas2010-02-09
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-24
* Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev2010-01-18
* Reset minRecoveryPoint at checkpoints, so that we don't uselessly updateHeikki Linnakangas2009-12-30
* Fix wrong WAL info value generated when gistContinueInsert() performs anTom Lane2009-12-24
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev2009-11-13
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-01
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-01
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-02
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-18
* Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.Tom Lane2009-09-15
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-13
* On Windows, when a file is deleted and another process still has an openHeikki Linnakangas2009-09-10
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-27
* In the checkpoint written at the end of archive recovery, the WAL page headerHeikki Linnakangas2009-08-27
* Fix a violation of WAL coding rules in the recent patch to include anTom Lane2009-08-24
* Document that LocalSetXLogInsertAllowed can be re-executed.Tom Lane2009-08-08
* rm_cleanup functions need to be allowed to write WAL entries. This oversightTom Lane2009-08-07
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* The code to unlink dropped relations in FinishPreparedTransaction() wasHeikki Linnakangas2009-06-25
* Correct grammar in picksplit debug messagesPeter Eisentraut2009-06-24
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut2009-06-10
* Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScanTom Lane2009-06-10
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06