Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-05 | Move call of MarkBufferDirty() before XLogInsert() as required. | Teodor Sigaev | |
Many thanks to Heikki Linnakangas <heikki@enterprisedb.com> for his sharp eyes. | |||
2006-11-12 | Fix some typos in comments. | Neil Conway | |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian | |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian | |
2006-05-29 | Correct cheking in findParents(). i | Teodor Sigaev | |
From Andreas Seltenreich <andreas+pg@gate450.dyndns.org> | |||
2006-05-26 | Fix findParents() in case of multiple levels to find. | Teodor Sigaev | |
By Andreas Seltenreich <andreas+pg@gate450.dyndns.org> | |||
2006-05-02 | GIN: Generalized Inverted iNdex. | Teodor Sigaev | |
text[], int4[], Tsearch2 support for GIN. |