Commit Graph

973 Commits (1c297d429eca646f83c91e58ed5d360e8d70a08b)
 

Author SHA1 Message Date
Vadim B. Mikheev 1c297d429e No more LateWrite. 29 years ago
Vadim B. Mikheev cbc7af81f3 VariableRelationPutNextXid () now flushes variable relation 29 years ago
Vadim B. Mikheev 5abfe1484a SetBufferWriteMode () added; FlushLocalBuffer () fixed (shouldn't 29 years ago
Bryan Henderson 9e41af2e74 Add inet_aton() prototype. 29 years ago
Vadim B. Mikheev 3677e86f7f textin fixed: no more zero-byte (thanks, Erich) 29 years ago
Marc G. Fournier 59bb41a235 Import of PostgreSQL User Manual 29 years ago
Marc G. Fournier f02bd93350 Added postgres.h include to quiet down the HPUX ports... 29 years ago
Marc G. Fournier f413385f07 Comment out LD_ADD and DPADD 29 years ago
Bruce Momjian a514dded2a DEC Alpha fix. Missing #. 29 years ago
Bruce Momjian 68de42dff3 Change to handle bsdi 3.0. 29 years ago
Bruce Momjian 60e6d6fe0f Added lines and comments. 29 years ago
Bruce Momjian 755b1f6561 Re-add -lipc to bsdi port after erroneous removal. 29 years ago
Bryan Henderson 182052767a Put back -lm for non-nextstep ports. 29 years ago
Bryan Henderson 05b0f22900 Eliminate dupliclate definition of external variables reldesc and DataDir. 29 years ago
Marc G. Fournier 025f281dca I'm going t take a chance that this was a mis-spelling, since 29 years ago
Vadim B. Mikheev 2ca05fe45d ReleaseTmpRelBuffers is ReleaseRelationBuffers now. 29 years ago
Vadim B. Mikheev 791e9973ab heap_destroy () releases dirty buffers of a relation to be 29 years ago
Vadim B. Mikheev cbac986736 There is no more ReleaseTmpRelBuffers, but ReleaseRelationBuffers. 29 years ago
Bruce Momjian f56b4f1d59 Cleanup for DEBUG: removal in initdb.sh. 29 years ago
Bruce Momjian 6fafb4d370 Prevent initdb from showing vacuum statistics. 29 years ago
Bruce Momjian 3a646df4c0 Remove CFLAGS_SL from lib/Makefile 29 years ago
Bruce Momjian 42efa28cf7 There are two prototypes for inet_aton, one in include/inet_aton.h, and 29 years ago
Bruce Momjian e3c4ac15d3 Another compilation error has surfaced on Ultrix. In spin.c, sem.h must be 29 years ago
Bruce Momjian abeaabef2e Restored original pg_type/pg_attribute defaults. Regression fixes. 29 years ago
Marc G. Fournier 40f4a330b7 Andrew's Makefile.custom generation program...hopefully should 29 years ago
Bruce Momjian 949cfe5271 Update create_index manual page to have unique section. 29 years ago
Bruce Momjian 003bfd96c2 Update history file for 1.09 release 29 years ago
Bruce Momjian 2d04411bea Re-add -lm link flag 29 years ago
Bruce Momjian a53f72e38b Change -lIPC to -lipc. 29 years ago
Bruce Momjian ed3db60321 Fix typo in findstring use. 29 years ago
Bryan Henderson 6ece8a8d0b Part of patch to make a working nextstep port. 29 years ago
Bruce Momjian 0d3bf78e0b Added VERBOSE option to vacuum command. 29 years ago
Bruce Momjian febfe447a7 Oops, introduced a bug in EOF handling. Fix it. 29 years ago
Bruce Momjian cac3463649 No EOF from psql when quiet mode. 29 years ago
Bryan Henderson 2de3d96f69 Add nextstep port, courtesy of Ovidiu Predescu. 29 years ago
Marc G. Fournier ef228cb170 From: Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Bruce Momjian 2595785b9b Shared library cleanup for -fpic. 29 years ago
Marc G. Fournier e2e6b2d730 Fixes: 29 years ago
Marc G. Fournier 8738e47d03 From: darcy@druid.net (D'Arcy J.M. Cain) 29 years ago
Bruce Momjian 7f833f8826 INSTALL fix for pg_hba.conf 29 years ago
Bruce Momjian ce02ccf43d I've noticed that \i filename in 6.0beta prints the input file double-spaced. 29 years ago
Bruce Momjian 0567d7edb0 Remove octal character constants and convert to decimal constants 29 years ago
Bruce Momjian a5dd06f763 include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix 29 years ago
Bruce Momjian ccaf3854d7 Irix fixes from Martin 29 years ago
Bruce Momjian 63b22d8aa9 cleanup for LINUX_ELF 29 years ago
Bruce Momjian 37c168f6ba timeb.h only used when not using POSIX_TIME 29 years ago
Bruce Momjian 59dcac1e5d Makefile's -fpic only for gcc 29 years ago
Bruce Momjian a0d9bdd99b Massimo fix for non-existant file copy error. 29 years ago
Bruce Momjian 90ff767d14 I found the following bugs in the version 6.0 (dated 961229). 29 years ago
Vadim B. Mikheev daec84f09d Fixed (I hope) unique btree index implementation. 29 years ago