Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 |
| | | | | | | | | | | operation every so often. This improves the usefulness of PITR log shipping for hot standby: formerly, if the standby server crashed, it was necessary to restart it from the last base backup and replay all the WAL since then. Now it will only need to reread about the same amount of WAL as the master server would. The behavior might also come in handy during a long PITR replay sequence. Simon Riggs, with some editorialization by Tom Lane. | ||
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
| | |||
* | Fix typo noticed by Alvaro Herrera | Teodor Sigaev | 2006-05-03 |
| | |||
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
text[], int4[], Tsearch2 support for GIN. |