- Oct 25, 1997
-
-
Bruce Momjian authored
-
- Oct 22, 1997
-
-
Vadim B. Mikheev authored
-
- Sep 24, 1997
-
-
Thomas G. Lockhart authored
-
- Sep 22, 1997
-
-
Vadim B. Mikheev authored
-
- Sep 18, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Sep 12, 1997
-
-
Bruce Momjian authored
-
- Sep 11, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Sep 08, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- Sep 07, 1997
-
-
Bruce Momjian authored
-
- Aug 29, 1997
-
-
Vadim B. Mikheev authored
Fix very old bug which made tuples changed/inserted by a commnd visible to command itself (so we had multiple update of updated tuples, etc).
-
Vadim B. Mikheev authored
visible to command itself (so we had multiple update of updated tuples, etc).
-
- Aug 27, 1997
-
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
- Aug 25, 1997
-
-
Bruce Momjian authored
-
- Aug 22, 1997
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
+ CreateTupleDescCopyConstr to copy them too. + FreeTupleDesc
-
- Aug 21, 1997
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
from pg_attribute. atthasdef added.
-
- Aug 20, 1997
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
- Aug 19, 1997
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
- Aug 18, 1997
-
-
Bruce Momjian authored
-
- Aug 14, 1997
-
-
Vadim B. Mikheev authored
-
- Aug 13, 1997
-
-
Bruce Momjian authored
not being done.
-
Bruce Momjian authored
-
- Aug 06, 1997
-
-
Vadim B. Mikheev authored
-
- Aug 03, 1997
-
-
Bruce Momjian authored
-
- Jun 28, 1997
-
-
Vadim B. Mikheev authored
-
- Jun 12, 1997
-
-
Vadim B. Mikheev authored
-
- Jun 11, 1997
-
-
Vadim B. Mikheev authored
-
Marc G. Fournier authored
Subject: [PORTS] Patches for Irix 6.4 I have worked out how to compile PostgreSQL on Irix 6.4 using the -n32 compiler mode and version 7.1 of the C compiler. (The n32 compiler use 32 bits addressing, but allows access to all the instructions in the MIPS4 instruction set.) There were several problems: 1) The ld command is not referenced as a macro in all the Makefiles. On this platform, you have to include -n32 on all the ld commands. Makefiles were changed as needed. 3) Lots of warnings are generated from the compiler. Since the regression tests worked OK, I didn't attempt to fix them. If anyone wants the compilation log, please let me know, and I'll email it to you. The version of postgresql was 970602. Here is Makefile.custom: CUSTOM_COPT = -O2 -n32 MK_NO_LORDER = 1 LD = ld -n32 CC += -n32
-
- Jun 10, 1997
-
-
Vadim B. Mikheev authored
-
- Jun 06, 1997
-
-
Vadim B. Mikheev authored
-