summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
Commit message (Expand)AuthorAgeFilesLines
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-68/+82
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-1/+9
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+2
* Call MarkBufferDirty() before XLogInsert() during completion of insertTeodor Sigaev2006-05-191-4/+6
* Simplify gistSplit() and some refactoring related code.Teodor Sigaev2006-05-191-17/+5
* Rework completion of incomplete inserts. Now it writesTeodor Sigaev2006-05-191-99/+171
* Reduce size of critial section during vacuum full, criticalTeodor Sigaev2006-05-171-49/+82
* 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