| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -16/+16 |
| | | |||||
| * | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | 1 | -74/+74 |
| | | | | | indenting. Also static variable indenting. | ||||
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -696/+724 |
| | | |||||
| * | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | 1 | -4/+9 |
| | | | | | NOT_USED. | ||||
| * | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | 1 | -2/+2 |
| | | |||||
| * | Fix for Hash and arrays | Vadim B. Mikheev | 1997-04-22 | 1 | -2/+4 |
| | | |||||
| * | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | 1 | -2/+10 |
| | | |||||
| * | add #include "postgres.h", as required by all .c files | Marc G. Fournier | 1996-10-31 | 1 | -1/+3 |
| | | |||||
| * | D'Arcy's cleanups | Marc G. Fournier | 1996-10-26 | 1 | -2/+4 |
| | | |||||
| * | |From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1996-08-19 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | |This patch fixes a backend crash that happens sometimes when you try to |join on a field that contains NULL in some rows. Postgres tries to |compute a hash value of the field you're joining on, but when the field |is NULL, the pointer it thinks is pointing to the data is really just |pointing to random memory. This forces the hash value of NULL to be 0. | |It seems that nothing matches NULL on joins, even other NULL's (with or |without this patch). Is that what's supposed to happen? | | ||||
| * | Minor bug fix | Marc G. Fournier | 1996-07-26 | 1 | -3/+2 |
| | | |||||
| * | More of Dr. George's changes... | Marc G. Fournier | 1996-07-22 | 1 | -1/+13 |
| | | | | | | | | | | - src/backend/catalog/* - no changes - src/backend/executor/* - change how nodeHash.c handles running out of memory - src/backend/optimizer/* - mostly cosmetic changes | ||||
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+828 |
