summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Add comments describing interface to heap_getattr().Bryan Henderson1996-12-091-21/+30
* Reduce printing from debug level 2 ande layout change.Bruce Momjian1996-12-071-11/+20
* Reduce printing from deub level 2 ande layout change.Bruce Momjian1996-12-071-2/+2
* Remove Dan's fix of SELECT NULL to fix INSERT NULL.Bruce Momjian1996-12-072-6/+4
* Fix for SELECT NULL.Bruce Momjian1996-12-071-2/+3
* Fix from Jan agreed with by Massimo.Bruce Momjian1996-12-071-1/+4
* _bt_updateitem is returned in code, but works only if sizes of keysVadim B. Mikheev1996-12-061-50/+76
* 1. _bt_compare fixed to work properly with new code in _bt_insertonpgVadim B. Mikheev1996-12-061-10/+91
* Remove duplicate patch for COUNT fix.Bruce Momjian1996-12-041-17/+2
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-044-27/+19
* Change tests to lowercase for esthetics.Bruce Momjian1996-12-031-11/+11
* pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL).Vadim B. Mikheev1996-12-031-2/+2
* Make COUNT,SUM case insensitive.Bruce Momjian1996-12-031-2/+17
* Fix compiler warning about unitialized variables.Bruce Momjian1996-12-011-2/+2
* This patch changes quite a few instances of references of Oid'sBruce Momjian1996-11-309-82/+90
* As someone asked for this feature - patch for 1.09 follows.Bruce Momjian1996-11-303-14/+52
* Change end-of-line comma to semicolon.Bruce Momjian1996-11-301-2/+2
* Added BETWEEN and IN to grammar. Map != to <>.Bruce Momjian1996-11-303-17/+55
* Allow select oid,* from table. Allow * anywhere in target list.Bruce Momjian1996-11-292-21/+23
* Added: dynamic re-moving page from list of pages usable for shrinkingVadim B. Mikheev1996-11-291-3/+60
* Fix for BSDI compile.Bruce Momjian1996-11-291-8/+1
* Changed saved_relname size to save memory.Bruce Momjian1996-11-281-5/+7
* Fix for "might be used uninitialized" warnings.Vadim B. Mikheev1996-11-281-12/+11
* TransactionIdIsInProgress is commented outVadim B. Mikheev1996-11-271-5/+7
* Allow all empty queries to return EMPTY.Bruce Momjian1996-11-271-3/+3
* More stuff to make it compile on various ports.Bryan Henderson1996-11-279-10/+34
* Shrinking and other things.Vadim B. Mikheev1996-11-271-230/+921
* New smgrtruncate smgr' interface func.Vadim B. Mikheev1996-11-271-3/+29
* New mdtruncate() func for single segment relations (< 2Gb).Vadim B. Mikheev1996-11-271-1/+31
* TransactionIdIsInProgress is here now and gives quality answerVadim B. Mikheev1996-11-271-1/+41
* Setting MyProc->xid to InvalidTransactionId while creatingVadim B. Mikheev1996-11-271-2/+4
* Setting MyProc->xid to current transaction' id in StartTransactionVadim B. Mikheev1996-11-271-2/+24
* TransactionIdIsInProgress moved to shmem.cVadim B. Mikheev1996-11-271-1/+7
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-269-12/+31
* Properly structure ProcedureNameIndexScan so it doesn't generateBryan Henderson1996-11-261-38/+53
* Include fcntl.h, which is not automatically included by sys/file.h on all sys...Bryan Henderson1996-11-251-1/+2
* Prevent empty queries from crashing server.Bruce Momjian1996-11-251-5/+3
* Fix access through null pointer info->rule_action. Thanks Darren King.Bryan Henderson1996-11-241-41/+38
* Fix syntax error: missing argument to elog(). Thanks Darren King.Bryan Henderson1996-11-241-2/+2
* Typecasts, etc. to make compile work on AIX. Thanks Darren King..Bryan Henderson1996-11-243-13/+13
* Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson1996-11-243-7/+4
* First pass at getting shared libraries on AIX properly built.Bryan Henderson1996-11-231-14/+25
* Fix bug: -D options implies -d option.Bryan Henderson1996-11-221-1/+2
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-212-30/+11
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-211-9/+3
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-211-14/+8
* Can't add a keyword without making it a keyword. :-)Bruce Momjian1996-11-201-2/+2
* There is a bug in aclinsert3 in the code which update the acl arrays.Bruce Momjian1996-11-201-1/+3
* Removed old Assert's used during development.Bruce Momjian1996-11-191-6/+1
* The routines in magic.c have moved to the more accessible version.c.Bryan Henderson1996-11-191-167/+0