Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Remove OPENLINK define | Bruce Momjian | 1996-11-04 | |
| | ||||
* | The patch that is applied at the end of the email makes sure that these | Marc G. Fournier | 1996-08-26 | |
| | | | | | | | | | | conditions are always met. The patch can be applied to any version of Postgres95 from 1.02 to 1.05. After applying the patch, queries using indices on bpchar and varchar fields should (hopefully ;-) ) always return the same tuple set regardless to the fact whether indices are used or not. Submitted by: Gerhard Reithofer <tbr_laa@AON.AT> | |||
* | Submitted by Openlink, requires -DOPENLINK_PATCHES in Makefile.global | Marc G. Fournier | 1996-07-15 | |
| | | | | | | | | | | | | | varchar.diff ------------ This patch was necessary for the OpenLink Postgres Database Agent. I think this fixes a bug anyway. The following query demonstrates this bug: create table foo (bar varchar); insert into foo values (''); -- no problem select * from foo where bar = ''; -- fails | |||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | |