Commit Graph

789 Commits (071797f53942e3c2063e031803a91463a68f4d2a)
 

Author SHA1 Message Date
Bruce Momjian 071797f539 Change tests to lowercase for esthetics. 29 years ago
Vadim B. Mikheev e5fbe3017c pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL). 29 years ago
Bruce Momjian f2af019645 Make COUNT,SUM case insensitive. 29 years ago
Bryan Henderson 514d69bdbf Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl. 29 years ago
Bruce Momjian 58193362bd Reduce regression diffs 29 years ago
Bruce Momjian 5f9bdb7641 Reduce regression diff size with timezone changes and cleanup. 29 years ago
Bruce Momjian 7980b8a5cc Fix for inclusion of new prompt output. 29 years ago
Bruce Momjian 1eae8e1228 Fix compiler warning about unitialized variables. 29 years ago
Bruce Momjian 63df35e249 This patch changes quite a few instances of references of Oid's 29 years ago
Bruce Momjian f0a9e64afd As someone asked for this feature - patch for 1.09 follows. 29 years ago
Bruce Momjian 87352726b2 Change end-of-line comma to semicolon. 29 years ago
Bruce Momjian d3e0860d25 Aded mention that != maps to <>. 29 years ago
Bruce Momjian 440279e803 Add indicator for in quote or in query to prompt. 29 years ago
Bruce Momjian 2d7aacb052 Added BETWEEN and IN to grammar. Map != to <>. 29 years ago
Bruce Momjian a3d773a693 Allow select oid,* from table. Allow * anywhere in target list. 29 years ago
Vadim B. Mikheev a962c6128f vrl_min_tlen added to VRelListData. 29 years ago
Vadim B. Mikheev 03659a262e Added: dynamic re-moving page from list of pages usable for shrinking 29 years ago
Bryan Henderson 7b4426eaea Throw some double quotes on the pile! 29 years ago
Bruce Momjian 316e81cf22 Fix for BSDI compile. 29 years ago
Bruce Momjian ba876c150a Changed saved_relname size to save memory. 29 years ago
Vadim B. Mikheev c7cba5780f Fix for "might be used uninitialized" warnings. 29 years ago
Bryan Henderson f0e7004d29 Make strdup work for Ultrix. Thanks Erik Bertelsen 29 years ago
Vadim B. Mikheev 0667fd9491 TransactionIdIsInProgress is commented out 29 years ago
Bruce Momjian 6450bef6ec Convert ' to " in dates. Update example code to show empty query as "". 29 years ago
Bruce Momjian c9ec45062a Remove unused define's. 29 years ago
Bruce Momjian 134c35c761 no change 29 years ago
Bruce Momjian 79b1a0ff35 Allow all empty queries to return EMPTY. 29 years ago
Bryan Henderson 9c0afeabb7 More stuff to make it compile on various ports. 29 years ago
Vadim B. Mikheev a38365e0eb New structures for new vacuum. 29 years ago
Vadim B. Mikheev 948720ee94 New mdtruncate() & smgrtruncate() funcs. 29 years ago
Vadim B. Mikheev b41aa3903c TransactionIdIsInProgress moved to shmem.c 29 years ago
Vadim B. Mikheev f0c5a6c614 Shrinking and other things. 29 years ago
Vadim B. Mikheev 3385497228 New smgrtruncate smgr' interface func. 29 years ago
Vadim B. Mikheev a2a33e1344 New mdtruncate() func for single segment relations (< 2Gb). 29 years ago
Vadim B. Mikheev 3643248ae2 TransactionIdIsInProgress is here now and gives quality answer 29 years ago
Vadim B. Mikheev 47312ec134 Setting MyProc->xid to InvalidTransactionId while creating 29 years ago
Vadim B. Mikheev 713b65e19c Setting MyProc->xid to current transaction' id in StartTransaction 29 years ago
Vadim B. Mikheev 1db76d708c TransactionIdIsInProgress moved to shmem.c 29 years ago
Bryan Henderson 89c7e18b3f Forgot in yesterday's Ultrix compile work. 29 years ago
Bryan Henderson 8cfe27dff0 OK, I think I've got the postconfig thing right now. 29 years ago
Bryan Henderson 93f722536f Whoops, redo Ultrix patch so the other ports still compile. 29 years ago
Bryan Henderson c118543186 Fix double-colon syntax error on fe-lobj.o. 29 years ago
Bryan Henderson 46d58fba33 Make it compile on Ultrix. Thanks Erik Bertelson. 29 years ago
Bryan Henderson 02c0eb6549 Properly structure ProcedureNameIndexScan so it doesn't generate 29 years ago
Bryan Henderson bf14017220 Put in #include <fcntl.h> for those systems that don't have it included by something else. 29 years ago
Bryan Henderson f93f780269 -Werror fixes from D'Arcy. 29 years ago
Bryan Henderson 46c4e6f626 Include fcntl.h, which is not automatically included by sys/file.h on all systems. 29 years ago
Bryan Henderson 1d84088f50 Go back to $(postconfig...) from $(exec postconfig...) so it works on non-bash. 29 years ago
Bruce Momjian 6c2925b884 Prevent empty queries from crashing server. 29 years ago
Bryan Henderson 02db1f58cb Fix access through null pointer info->rule_action. Thanks Darren King. 29 years ago