summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1996-12-04Remove duplicate patch for COUNT fix.Bruce Momjian
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
feature dependencies. Thanks Kurt J. Lidl.
1996-12-03Change tests to lowercase for esthetics.Bruce Momjian
1996-12-03pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL).Vadim B. Mikheev
1996-12-03Make COUNT,SUM case insensitive.Bruce Momjian
1996-12-03Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.Bryan Henderson
1996-12-02Reduce regression diffsBruce Momjian
1996-12-02Reduce regression diff size with timezone changes and cleanup.Bruce Momjian
1996-12-01Fix for inclusion of new prompt output.Bruce Momjian
1996-12-01Fix compiler warning about unitialized variables.Bruce Momjian
1996-11-30This patch changes quite a few instances of references of Oid'sBruce Momjian
as ints and longs. Touches on quite a few function args as well. Most other files look ok as far as Oids go...still checking though... Since Oids are type'd as unsigned ints, they should prolly be used with the %ud format string in elog and sprintf messages. Not sure what kind of strangeness that could produce. Darren King
1996-11-30As someone asked for this feature - patch for 1.09 follows.Bruce Momjian
Now You can do queries like select sum(some_func(x)) from ... select min(table1.x + table2.y) from table1, table2 where ... and so on. Vadim
1996-11-30Change end-of-line comma to semicolon.Bruce Momjian
1996-11-30Aded mention that != maps to <>.Bruce Momjian
1996-11-30Add indicator for in quote or in query to prompt.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-29vrl_min_tlen added to VRelListData.Vadim B. Mikheev
1996-11-29Added: dynamic re-moving page from list of pages usable for shrinkingVadim B. Mikheev
if its free-space < min_tuple_len.
1996-11-29Throw some double quotes on the pile!Bryan Henderson
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-28Make strdup work for Ultrix. Thanks Erik BertelsenBryan Henderson
1996-11-27TransactionIdIsInProgress is commented outVadim B. Mikheev
1996-11-27Convert ' to " in dates. Update example code to show empty query as "".Bruce Momjian
1996-11-27Remove unused define's.Bruce Momjian
1996-11-27no changeBruce Momjian
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-27New structures for new vacuum.Vadim B. Mikheev
1996-11-27New mdtruncate() & smgrtruncate() funcs.Vadim B. Mikheev
1996-11-27TransactionIdIsInProgress moved to shmem.cVadim B. Mikheev
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
by scanning PROC structures of all running backend.
1996-11-27Setting MyProc->xid to InvalidTransactionId while creatingVadim B. Mikheev
PROC structure (it's for new TransactionIdIsInProgress func).
1996-11-27Setting MyProc->xid to current transaction' id in StartTransactionVadim B. Mikheev
and to InvalidTransactionId in CommitTransaction & AbortTransaction (it's for new TransactionIdIsInProgress func).
1996-11-27TransactionIdIsInProgress moved to shmem.cVadim B. Mikheev
1996-11-27Forgot in yesterday's Ultrix compile work.Bryan Henderson
1996-11-26OK, I think I've got the postconfig thing right now.Bryan Henderson
1996-11-26Whoops, redo Ultrix patch so the other ports still compile.Bryan Henderson
1996-11-26Fix double-colon syntax error on fe-lobj.o.Bryan Henderson
1996-11-26Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-11-26Properly structure ProcedureNameIndexScan so it doesn't generateBryan Henderson
"may be used before being set" warnings.
1996-11-26Put in #include <fcntl.h> for those systems that don't have it included by ↵Bryan Henderson
something else.
1996-11-26-Werror fixes from D'Arcy.Bryan Henderson
1996-11-25Include fcntl.h, which is not automatically included by sys/file.h on all ↵Bryan Henderson
systems.
1996-11-25Go back to $(postconfig...) from $(exec postconfig...) so it works on non-bash.Bryan Henderson