- 29 May, 1998 1 commit
-
-
Thomas G. Lockhart authored
Can be set to something else in Makefile.custom if necessary.
-
- 27 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
Ok, I have finally gotten all of the defines for Dec/Alpha and Linux/Alpha sorted out as Marc asked. There is no longer any need for '-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha template files (./src/template/{alpha,linuxalpha}). I have replaced every instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be the common symbol between C compilers on both operating systems (RH4.2 & DecUnix 4.0b) for alpha.
-
- 17 Apr, 1998 1 commit
-
-
Thomas G. Lockhart authored
PGDOCS in Makefile.custom will supercede defaults here, I think...
-
- 06 Apr, 1998 1 commit
-
-
Bruce Momjian authored
-
- 15 Mar, 1998 1 commit
-
-
Marc G. Fournier authored
Included are patches intended for allowing PostgreSQL to handle multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and Mule internal code. With the MB patch you can use multi-byte character sets in regexp and LIKE. The encoding system chosen is determined at the compile time. To enable the MB extension, you need to define a variable "MB" in Makefile.global or in Makefile.custom. For further information please take a look at README.mb under doc directory. (Note that unlike "jp patch" I do not use modified GNU regexp any more. I changed Henry Spencer's regexp coming with PostgreSQL.)
-
- 01 Mar, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 19 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 17 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 18 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
-