OSDN Git Service

pg-rex/syncrep.git
1997-01-21 Bruce MomjianRename GNUMakefile to GNUmakefile so gmake finds it.
1997-01-20 Marc G. FournierMade the patch, but forgot to commit it...
1997-01-20 Vadim B. MikheevFixing possible losing data changes:
1997-01-20 Vadim B. MikheevNew flag for BufferDesc - BM_JUST_DIRTIED, - to prevent
1997-01-20 Vadim B. Mikheev1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creat...
1997-01-20 Bryan HendersonUse gcc to make Linux ELF shared library, instead of ld.
1997-01-19 Bryan HendersonChange "ld" program back to ld from gcc for Linux....
1997-01-19 Bruce MomjianUpdate handling of backslashes, and pg_user dump.
1997-01-18 Bruce MomjianAdd missing #.
1997-01-18 Bruce MomjianAdd include files needed for stat().
1997-01-18 Bryan HendersonRename Makefile to GNUMakefile and add a "use GNU Make...
1997-01-18 Bryan HendersonSet LD = gcc for Linux so shared libpq build works.
1997-01-18 Bruce MomjianPrevent UNIQUE indexes for non-btree access methods.
1997-01-18 Bruce MomjianRemove blank lines.
1997-01-17 Bruce MomjianRemoved unneeded custom shell script call.
1997-01-17 Bruce MomjianAdd pg_dump's option meanings to the manual page.
1997-01-16 Marc G. FournierUnapply a patch that wasn't a patch...
1997-01-16 Marc G. FournierUpdate README.support to match what is on the WWW Site
1997-01-16 Marc G. Fournierpoint the installer at src/test/regress for testing
1997-01-16 Marc G. FournierMinor change to file point out by Andrew
1997-01-16 Marc G. FournierThis is one of those patches that obviously fixes somet...
1997-01-16 Marc G. FournierVarious updates to install, including redirecting insta...
1997-01-16 Bruce MomjianAdded pg_dumpall to source tree.
1997-01-16 Bruce MomjianChange EXPLAIN options to just use VERBOSE.
1997-01-16 Vadim B. MikheevFlushLocalBuffer () releases buffer only if required
1997-01-16 Vadim B. MikheevNo more LateWrite, but there is WriteMode;
1997-01-16 Vadim B. MikheevNo more LateWrite.
1997-01-16 Vadim B. MikheevVariableRelationPutNextXid () now flushes variable...
1997-01-16 Vadim B. MikheevSetBufferWriteMode () added; FlushLocalBuffer () fixed...
1997-01-16 Bryan HendersonAdd inet_aton() prototype.
1997-01-16 Vadim B. Mikheevtextin fixed: no more zero-byte (thanks, Erich)
1997-01-15 Marc G. FournierImport of PostgreSQL User Manual
1997-01-15 Marc G. FournierAdded postgres.h include to quiet down the HPUX ports...
1997-01-15 Marc G. FournierComment out LD_ADD and DPADD
1997-01-14 Bruce MomjianDEC Alpha fix. Missing #.
1997-01-14 Bruce MomjianChange to handle bsdi 3.0.
1997-01-14 Bruce MomjianAdded lines and comments.
1997-01-14 Bruce MomjianRe-add -lipc to bsdi port after erroneous removal.
1997-01-14 Bryan HendersonPut back -lm for non-nextstep ports.
1997-01-14 Bryan HendersonEliminate dupliclate definition of external variables...
1997-01-14 Marc G. FournierI'm going t take a chance that this was a mis-spelling...
1997-01-14 Vadim B. MikheevReleaseTmpRelBuffers is ReleaseRelationBuffers now.
1997-01-14 Vadim B. Mikheevheap_destroy () releases dirty buffers of a relation...
1997-01-14 Vadim B. MikheevThere is no more ReleaseTmpRelBuffers, but ReleaseRelat...
1997-01-14 Bruce MomjianCleanup for DEBUG: removal in initdb.sh.
1997-01-14 Bruce MomjianPrevent initdb from showing vacuum statistics.
1997-01-14 Bruce MomjianRemove CFLAGS_SL from lib/Makefile
1997-01-14 Bruce MomjianThere are two prototypes for inet_aton, one in include...
1997-01-14 Bruce MomjianAnother compilation error has surfaced on Ultrix. In...
1997-01-14 Bruce MomjianRestored original pg_type/pg_attribute defaults. Regre...
1997-01-13 Marc G. FournierAndrew's Makefile.custom generation program...hopefully...
1997-01-13 Bruce MomjianUpdate create_index manual page to have unique section.
1997-01-13 Bruce MomjianUpdate history file for 1.09 release
1997-01-13 Bruce MomjianRe-add -lm link flag
1997-01-13 Bruce MomjianChange -lIPC to -lipc.
1997-01-13 Bruce MomjianFix typo in findstring use.
1997-01-13 Bryan HendersonPart of patch to make a working nextstep port.
1997-01-13 Bruce MomjianAdded VERBOSE option to vacuum command.
1997-01-13 Bruce MomjianOops, introduced a bug in EOF handling. Fix it.
1997-01-13 Bruce MomjianNo EOF from psql when quiet mode.
1997-01-13 Bryan HendersonAdd nextstep port, courtesy of Ovidiu Predescu.
1997-01-13 Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-01-12 Bruce MomjianShared library cleanup for -fpic.
1997-01-11 Marc G. FournierFixes:
1997-01-11 Marc G. FournierFrom: darcy@druid.net (D'Arcy J.M. Cain)
1997-01-10 Bruce MomjianINSTALL fix for pg_hba.conf
1997-01-10 Bruce MomjianI've noticed that \i filename in 6.0beta prints the...
1997-01-10 Bruce MomjianRemove octal character constants and convert to decimal...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1997-01-10 Bruce MomjianIrix fixes from Martin
1997-01-10 Bruce Momjiancleanup for LINUX_ELF
1997-01-10 Bruce Momjiantimeb.h only used when not using POSIX_TIME
1997-01-10 Bruce MomjianMakefile's -fpic only for gcc
1997-01-10 Bruce MomjianMassimo fix for non-existant file copy error.
1997-01-10 Bruce MomjianI found the following bugs in the version 6.0 (dated...
1997-01-10 Vadim B. MikheevFixed (I hope) unique btree index implementation.
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for...
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for...
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for
1997-01-10 Vadim B. MikheevAdditional fixes for shared library (BSD44_Derived...
1997-01-09 Vadim B. Mikheev#include <postgres.h> moved upper
1997-01-08 Marc G. FournierFrom: wieck@sapserv.debis.de
1997-01-08 Bruce MomjianRemoved equals sign from examples.
1997-01-08 Bruce MomjianNew migration file.
1997-01-08 Vadim B. Mikheev#include "postgres.h"
1997-01-08 Bryan HendersonUse proper types so it compiles on DEC C89. Thanks...
1997-01-08 Bryan HendersonChange the way ipc.h is included because sys/ipc.h...
1997-01-08 Bryan HendersonAdd include of port-protos.h so it works on Ultrix...
1997-01-08 Bryan HendersonFix syntax error
1997-01-08 Marc G. Fournierminor path problem fix by tgl@mythos.jpl.nasa.gov
1997-01-08 Marc G. FournierTypo: Change Postgres95 to PostgreSQL
1997-01-07 Marc G. FournierImprovements to pg_dump to:
1997-01-06 Bryan HendersonFix mismatching prototype (const int vs int)
1997-01-06 Bryan HendersonAdd Irix stuff.
1997-01-06 Marc G. Fournierremove zap_ltv from the distribution, since the problem...
1997-01-06 Marc G. FournierREmove pg4_dump...its old stuff that is sooo out of...
1997-01-06 Marc G. FournierNeXT port specific changes by: Ovidiu Predescu <ovidiu...
1997-01-06 Marc G. FournierPORT NeXT requires an isascii() define...put it in...
1997-01-06 Marc G. FournierMinor changes for NeXT compile
next