summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-01-10include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian
1997-01-10cleanup for LINUX_ELFBruce Momjian
1997-01-10timeb.h only used when not using POSIX_TIMEBruce Momjian
1997-01-10Makefile's -fpic only for gccBruce Momjian
1997-01-10Massimo fix for non-existant file copy error.Bruce Momjian
1997-01-10I found the following bugs in the version 6.0 (dated 961229).Bruce Momjian
1997-01-10Fixed (I hope) unique btree index implementation.Vadim B. Mikheev
1997-01-10index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev
1997-01-10index_insert has now HeapRelation as last param (for unique indexVadim B. Mikheev
1997-01-10index_insert has now HeapRelation as last param (forVadim B. Mikheev
1997-01-09#include <postgres.h> moved upperVadim B. Mikheev
1997-01-08#include "postgres.h"Vadim B. Mikheev
1997-01-08Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.Bryan Henderson
1997-01-08Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson
1997-01-08Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1997-01-06Minor changes for NeXT compileMarc G. Fournier
1997-01-06More config.h syncing for limits.hMarc G. Fournier
1997-01-06Add NeXT port submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>Marc G. Fournier
1997-01-06Clean up 'if defined()' for header files...Marc G. Fournier
1997-01-05final fix for shared library under BSD44_derivedMarc G. Fournier
1997-01-05Fixes:Marc G. Fournier
1997-01-05Just reviewed what I changed as far a dlopen/etc are concerned, and determinedMarc G. Fournier
1997-01-05Standardize all LDADD to LD_ADD.Bryan Henderson
1997-01-05Closing opened indices.Vadim B. Mikheev
1997-01-05Releasing empty root page in _bt_endpoint () to avoidVadim B. Mikheev
1997-01-03FreeBSD doesn't require the dl{open,close,sym,error} functions, as they areMarc G. Fournier
1997-01-02ALTER TABLE (text) fixBruce Momjian
1997-01-01Fix for SELECT INTO ... GROUP/ORDER BY where table already exists unlink error.Bruce Momjian
1996-12-31Fixed realloc for increasing tempRels list.Vadim B. Mikheev
1996-12-31ReleaseTmpRelBuffers () releases buffers in LOCAL buffer pool nowVadim B. Mikheev
1996-12-29explain changeBruce Momjian
1996-12-29Improved EXPLAIN option handling.Bruce Momjian
1996-12-28Fixed Assert check where ! should be !=.Bruce Momjian
1996-12-28Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a fullBruce Momjian
1996-12-27Add asserts to check for file descriptor ring corruption.Bryan Henderson
1996-12-27There was JMP_BUF defined in config.h. And SIGJMP_BUF later.Vadim B. Mikheev
1996-12-26pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian
1996-12-26Added include files needed for getpid prototype.Bruce Momjian
1996-12-26Change %ud to %uBruce Momjian
1996-12-26In file: .../src/backend/postmaster/postmaster.c I found 3 leaks andBruce Momjian
1996-12-26I have this annoying habit (among others) of puttingBruce Momjian
1996-12-26In src/backend/catalog/pg_operator.c in OperatorDef, thereBruce Momjian
1996-12-26Removal of CppConcat from indexam.c.Bruce Momjian
1996-12-23Add cast to quiet compiler warning.Bryan Henderson
1996-12-20Improve handling of semicolons ending statements.Bruce Momjian
1996-12-20Rename parameter.Bruce Momjian
1996-12-19More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1996-12-19COPY_PATCH...Marc G. Fournier
1996-12-19#ifdef ASYNC_DEBUG various sections of async.cMarc G. Fournier
1996-12-17Make GROUP BY work with aliases, ORDER BY with column numbersBruce Momjian