summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1996-12-22Here's a little patch to keep the compiler quiet when compiling PostgreSQL V6.0REL2_0BMarc G. Fournier
1996-12-22I found that when changing databases from within psql the prompt went sort ofMarc G. Fournier
1996-12-22This allows GROUP BY to use column aliases, and ORDER and GROUP BY canMarc G. Fournier
1996-12-22There are a number of tests "[" that fail if the variable is not enclosed inMarc G. Fournier
1996-12-14Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now.Vadim B. Mikheev
1996-12-14 if (settings->opt.fieldSep);Vadim B. Mikheev
1996-12-14Avoiding:Vadim B. Mikheev
1996-12-14const register ... --> register const ...Vadim B. Mikheev
1996-12-14AvoidingVadim B. Mikheev
1996-12-14AvoidingVadim B. Mikheev
1996-12-14Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFromVadim B. Mikheev
1996-12-13remove that pesky 95Bruce Momjian
1996-12-13Small regression and doc patchBruce Momjian
1996-12-11Change postgres95 to PostgreSQL.Bruce Momjian
1996-12-11Require seimcolons between statements.Bruce Momjian
1996-12-11Rename postgres95 to PostgreSQL. Add comment for SELECT NULLBruce Momjian
1996-12-10Test two...branch REL2_0B works...I thinkMarc G. Fournier
1996-12-09This commit was manufactured by cvs2git to create branch 'REL2_0B'.REL2_0CVS to git conversion script
1996-12-09Remove include of libpq-fe.h. This file has nothing to do with libpq.Bryan Henderson
1996-12-09Add comments defining "typelem" column of pg_type.Bryan Henderson
1996-12-09Add comments describing interface to heap_getattr().Bryan Henderson
1996-12-09Add CUSTOM_CC variable for Makefile.custom. Thanks Kurt Lidl.Bryan Henderson
1996-12-07Reduce printing from debug level 2 ande layout change.Bruce Momjian
1996-12-07Reduce printing from deub level 2 ande layout change.Bruce Momjian
1996-12-07Remove Dan's fix of SELECT NULL to fix INSERT NULL.Bruce Momjian
1996-12-07Fix for SELECT NULL.Bruce Momjian
1996-12-07Fix from Jan agreed with by Massimo.Bruce Momjian
1996-12-06_bt_updateitem is returned in code, but works only if sizes of keysVadim B. Mikheev
1996-12-061. _bt_compare fixed to work properly with new code in _bt_insertonpgVadim B. Mikheev
1996-12-04Remove duplicate patch for COUNT fix.Bruce Momjian
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
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
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-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
1996-11-29Throw some double quotes on the pile!Bryan Henderson
1996-11-29Fix for BSDI compile.Bruce Momjian