summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev2006-05-101-2/+2
* Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, weTom Lane2006-04-031-13/+15
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-15/+13
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-301-171/+126
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-47/+16
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-16/+16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-221-396/+501
* Adjust GiST error messages to conform to message style guidelines.Tom Lane2005-09-221-23/+25
* Improve error messages and add commentTeodor Sigaev2005-07-011-5/+14
* Bug fixes for GiST crash recovery.Teodor Sigaev2005-06-301-37/+77
* Code cleanup. gistfillbuffer accepts InvalidOffsetNumber.Teodor Sigaev2005-06-281-12/+4
* Concurrency for GiSTTeodor Sigaev2005-06-271-59/+42
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-201-127/+49
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-201-134/+406
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-141-0/+628