summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Here's a little patch to keep the compiler quiet when compiling PostgreSQL V6.0REL2_0BMarc G. Fournier1996-12-221-1/+1
* I found that when changing databases from within psql the prompt went sort ofMarc G. Fournier1996-12-221-2/+2
* This allows GROUP BY to use column aliases, and ORDER and GROUP BY canMarc G. Fournier1996-12-224-65/+110
* There are a number of tests "[" that fail if the variable is not enclosed inMarc G. Fournier1996-12-221-10/+10
* Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now.Vadim B. Mikheev1996-12-141-2/+2
* if (settings->opt.fieldSep);Vadim B. Mikheev1996-12-141-2/+2
* Avoiding:Vadim B. Mikheev1996-12-141-2/+2
* const register ... --> register const ...Vadim B. Mikheev1996-12-141-2/+2
* AvoidingVadim B. Mikheev1996-12-141-1/+5
* AvoidingVadim B. Mikheev1996-12-141-4/+4
* Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFromVadim B. Mikheev1996-12-141-2/+6
* remove that pesky 95Bruce Momjian1996-12-131-2/+2
* Small regression and doc patchBruce Momjian1996-12-132-21/+7
* Change postgres95 to PostgreSQL.Bruce Momjian1996-12-114-11/+11
* Require seimcolons between statements.Bruce Momjian1996-12-111-9/+7
* Rename postgres95 to PostgreSQL. Add comment for SELECT NULLBruce Momjian1996-12-1161-186/+385
* Test two...branch REL2_0B works...I thinkMarc G. Fournier1996-12-101-2/+1
* This commit was manufactured by cvs2git to create branch 'REL2_0B'.REL2_0CVS to git conversion script1996-12-092-1089/+0
* Remove include of libpq-fe.h. This file has nothing to do with libpq.Bryan Henderson1996-12-091-2/+3
* Add comments defining "typelem" column of pg_type.Bryan Henderson1996-12-091-7/+11
* Add comments describing interface to heap_getattr().Bryan Henderson1996-12-091-21/+30
* Add CUSTOM_CC variable for Makefile.custom. Thanks Kurt Lidl.Bryan Henderson1996-12-091-7/+11
* Reduce printing from debug level 2 ande layout change.Bruce Momjian1996-12-072-13/+22
* 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-042-21/+3
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-0412-151/+96
* 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-032-3/+21
* Remove #if defined(bsdi) define SIGJMP_BUF, per Kurt Lidl.Bryan Henderson1996-12-031-4/+1
* Reduce regression diffsBruce Momjian1996-12-021-2/+2
* Reduce regression diff size with timezone changes and cleanup.Bruce Momjian1996-12-024-56/+82
* Fix for inclusion of new prompt output.Bruce Momjian1996-12-011-10/+12
* 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-3011-95/+103
* 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
* Aded mention that != maps to <>.Bruce Momjian1996-11-301-6/+41
* Add indicator for in quote or in query to prompt.Bruce Momjian1996-11-301-1/+8
* 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
* vrl_min_tlen added to VRelListData.Vadim B. Mikheev1996-11-291-1/+3
* Added: dynamic re-moving page from list of pages usable for shrinkingVadim B. Mikheev1996-11-291-3/+60
* Throw some double quotes on the pile!Bryan Henderson1996-11-291-4/+4
* Fix for BSDI compile.Bruce Momjian1996-11-291-8/+1