summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1996-11-30This patch changes quite a few instances of references of Oid'sBruce Momjian
1996-11-30As someone asked for this feature - patch for 1.09 follows.Bruce Momjian
1996-11-30Change end-of-line comma to semicolon.Bruce Momjian
1996-11-30Added BETWEEN and IN to grammar. Map != to <>.Bruce Momjian
1996-11-29Allow select oid,* from table. Allow * anywhere in target list.Bruce Momjian
1996-11-29Added: dynamic re-moving page from list of pages usable for shrinkingVadim B. Mikheev
1996-11-29Fix for BSDI compile.Bruce Momjian
1996-11-28Changed saved_relname size to save memory.Bruce Momjian
1996-11-28Fix for "might be used uninitialized" warnings.Vadim B. Mikheev
1996-11-27TransactionIdIsInProgress is commented outVadim B. Mikheev
1996-11-27Allow all empty queries to return EMPTY.Bruce Momjian
1996-11-27More stuff to make it compile on various ports.Bryan Henderson
1996-11-27Shrinking and other things.Vadim B. Mikheev
1996-11-27New smgrtruncate smgr' interface func.Vadim B. Mikheev
1996-11-27New mdtruncate() func for single segment relations (< 2Gb).Vadim B. Mikheev
1996-11-27TransactionIdIsInProgress is here now and gives quality answerVadim B. Mikheev
1996-11-27Setting MyProc->xid to InvalidTransactionId while creatingVadim B. Mikheev
1996-11-27Setting MyProc->xid to current transaction' id in StartTransactionVadim B. Mikheev
1996-11-27TransactionIdIsInProgress moved to shmem.cVadim B. Mikheev
1996-11-26Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-11-26Properly structure ProcedureNameIndexScan so it doesn't generateBryan Henderson
1996-11-25Include fcntl.h, which is not automatically included by sys/file.h on all sys...Bryan Henderson
1996-11-25Prevent empty queries from crashing server.Bruce Momjian
1996-11-24Fix access through null pointer info->rule_action. Thanks Darren King.Bryan Henderson
1996-11-24Fix syntax error: missing argument to elog(). Thanks Darren King.Bryan Henderson
1996-11-24Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson
1996-11-24Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson
1996-11-23First pass at getting shared libraries on AIX properly built.Bryan Henderson
1996-11-22Fix bug: -D options implies -d option.Bryan Henderson
1996-11-21Fix memory overhelding while forming index' result:Vadim B. Mikheev
1996-11-21Fix memory overhelding while forming index' result:Vadim B. Mikheev
1996-11-21Fix memory overhelding while forming index' result:Vadim B. Mikheev
1996-11-20Can't add a keyword without making it a keyword. :-)Bruce Momjian
1996-11-20There is a bug in aclinsert3 in the code which update the acl arrays.Bruce Momjian
1996-11-19Removed old Assert's used during development.Bruce Momjian
1996-11-19The routines in magic.c have moved to the more accessible version.c.Bryan Henderson
1996-11-18Remove linux define of __USE_POSIX, which doesn't appear to do anything.Bryan Henderson
1996-11-18Add comments about the diversity of signal functionality. Came fromBryan Henderson
1996-11-18Make port-specific link libraries defined for linking backend more globalBryan Henderson
1996-11-18Quiet compiler warnings about missing prototypes in Linux's bitops.h.Bryan Henderson
1996-11-17Fix for error when viewing group access privs.Bruce Momjian
1996-11-17Fix for Alter TABLE add column varchar(). Was causing zero length.Bruce Momjian
1996-11-16Remove old GetPGData reference that causes warning.Bryan Henderson
1996-11-16Add #include <sys/types.h> so it works with Ultrix's in.hBryan Henderson
1996-11-15Remove quote removal. Moved to parser.Bruce Momjian
1996-11-15Correct permissions on lo_export(). Open up permissions.Bruce Momjian
1996-11-15Fix quote/doublequote handling.Bruce Momjian
1996-11-15Remove PERFECT_MEMBruce Momjian
1996-11-15Unallocate opaque.Bruce Momjian
1996-11-15Mulitple inclusion of sys/socket.hMarc G. Fournier