aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* The second patch adds a more explicative error message to BufferPoolCheckLeak.Marc G. Fournier1997-01-23
* Patch from Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1997-01-23
* Remove SB_PAD. Compute padding at compile time.Bruce Momjian1997-01-23
* Small fixes for SVR4 port by Frank RidderbuschMarc G. Fournier1997-01-23
* Removed unlinked patch that is not neede now that Vadim has properly fixed it.Bruce Momjian1997-01-23
* INDEXSCAN_PATCH changes: should work for (Param OP VAR) tooVadim B. Mikheev1997-01-22
* 1. INDEXSCAN_PATCH changes: (op Param Var) should work tooVadim B. Mikheev1997-01-22
* Fixing bug in INDEXSCAN_PATCH:Vadim B. Mikheev1997-01-22
* Another change from /usr/include/machine/limits.h to just limits.hMarc G. Fournier1997-01-22
* Another one that should be including limits.h vs machine/limits.hMarc G. Fournier1997-01-22
* Taking a chance here. Under both Solaris and FreeBSD, there is aMarc G. Fournier1997-01-22
* the i386_solaris port requires inet_aton.oMarc G. Fournier1997-01-22
* Cast constants to the type of the other binary operand.Bruce Momjian1997-01-22
* Fixing possible losing data changes:Vadim B. Mikheev1997-01-20
* 1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just afterVadim B. Mikheev1997-01-20
* Add missing #.Bruce Momjian1997-01-18
* Add include files needed for stat().Bruce Momjian1997-01-18
* Prevent UNIQUE indexes for non-btree access methods.Bruce Momjian1997-01-18
* Minor change to file point out by AndrewMarc G. Fournier1997-01-16
* Change EXPLAIN options to just use VERBOSE.Bruce Momjian1997-01-16
* FlushLocalBuffer () releases buffer only if requiredVadim B. Mikheev1997-01-16
* No more LateWrite, but there is WriteMode;Vadim B. Mikheev1997-01-16
* No more LateWrite.Vadim B. Mikheev1997-01-16
* VariableRelationPutNextXid () now flushes variable relationVadim B. Mikheev1997-01-16
* Add inet_aton() prototype.Bryan Henderson1997-01-16
* textin fixed: no more zero-byte (thanks, Erich)Vadim B. Mikheev1997-01-16
* Added postgres.h include to quiet down the HPUX ports...Marc G. Fournier1997-01-15
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-14
* ReleaseTmpRelBuffers is ReleaseRelationBuffers now.Vadim B. Mikheev1997-01-14
* heap_destroy () releases dirty buffers of a relation to beVadim B. Mikheev1997-01-14
* Remove CFLAGS_SL from lib/MakefileBruce Momjian1997-01-14
* There are two prototypes for inet_aton, one in include/inet_aton.h, andBruce Momjian1997-01-14
* Another compilation error has surfaced on Ultrix. In spin.c, sem.h must beBruce Momjian1997-01-14
* Fix typo in findstring use.Bruce Momjian1997-01-13
* Part of patch to make a working nextstep port.Bryan Henderson1997-01-13
* Added VERBOSE option to vacuum command.Bruce Momjian1997-01-13
* Add nextstep port, courtesy of Ovidiu Predescu.Bryan Henderson1997-01-13
* From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1997-01-13
* Shared library cleanup for -fpic.Bruce Momjian1997-01-12
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-10
* cleanup for LINUX_ELFBruce Momjian1997-01-10
* timeb.h only used when not using POSIX_TIMEBruce Momjian1997-01-10
* Makefile's -fpic only for gccBruce Momjian1997-01-10
* Massimo fix for non-existant file copy error.Bruce Momjian1997-01-10
* I found the following bugs in the version 6.0 (dated 961229).Bruce Momjian1997-01-10
* Fixed (I hope) unique btree index implementation.Vadim B. Mikheev1997-01-10
* index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev1997-01-10
* index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev1997-01-10
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-10
* #include <postgres.h> moved upperVadim B. Mikheev1997-01-09