]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
1997-01-06  Marc G. FournierMore config.h syncing for limits.h
1997-01-06  Marc G. FournierAdd NeXT port submitted by: Ovidiu Predescu <ovidiu...
1997-01-06  Marc G. FournierClean up 'if defined()' for header files...
1997-01-06  Marc G. Fournieradd define for USE_LIMIT_H into NeXT port...
1997-01-05  Marc G. Fournierfinal fix for shared library under BSD44_derived
1997-01-05  Marc G. FournierShared library fixes for BSD44_Derived port
1997-01-05  Marc G. FournierFixes:
1997-01-05  Marc G. FournierFixes:
1997-01-05  Marc G. FournierJust reviewed what I changed as far a dlopen/etc are...
1997-01-05  Bryan HendersonSilence compiler warnings, fix error in complex compare...
1997-01-05  Bryan HendersonStandardize all LDADD to LD_ADD.
1997-01-05  Vadim B. MikheevClosing opened indices.
1997-01-05  Vadim B. MikheevReleasing empty root page in _bt_endpoint () to avoid
1997-01-03  Marc G. Fournier someone added pg_listen and pg_notifies to libpgtcl...
1997-01-03  Bruce MomjianMigration file changes
1997-01-03  Bruce Momjianmoved migration files
1997-01-03  Bruce Momjianupdate TODO
1997-01-03  Bruce Momjiandocumentation updating to 6.0 release
1997-01-03  Marc G. FournierFreeBSD doesn't require the dl{open,close,sym,error...
next