Commit Graph

820 Commits (REL2_0B)
 

Author SHA1 Message Date
Marc G. Fournier 676e3c735d Here's a little patch to keep the compiler quiet when compiling PostgreSQL V6.0 29 years ago
Marc G. Fournier e768c418b5 I found that when changing databases from within psql the prompt went sort of 29 years ago
Marc G. Fournier 502a6531b3 This allows GROUP BY to use column aliases, and ORDER and GROUP BY can 29 years ago
Marc G. Fournier b1c7cbadf2 There are a number of tests "[" that fail if the variable is not enclosed in 29 years ago
Vadim B. Mikheev 7441e1facb Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now. 29 years ago
Vadim B. Mikheev 76fae39d02 if (settings->opt.fieldSep); 29 years ago
Vadim B. Mikheev 8c68e07561 Avoiding: 29 years ago
Vadim B. Mikheev 9ec39eb6e3 const register ... --> register const ... 29 years ago
Vadim B. Mikheev a98d974edd Avoiding 29 years ago
Vadim B. Mikheev 8696192aaa Avoiding 29 years ago
Vadim B. Mikheev bed4db7b7a Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFrom 29 years ago
Bruce Momjian 3cbebb47d4 remove that pesky 95 29 years ago
Bruce Momjian e606e4db0a Small regression and doc patch 29 years ago
Bruce Momjian a3f4ae0c3e Change postgres95 to PostgreSQL. 29 years ago
Bruce Momjian 89348533b3 Require seimcolons between statements. 29 years ago
Bruce Momjian 4cecf0b2d1 Rename postgres95 to PostgreSQL. Add comment for SELECT NULL 29 years ago
Marc G. Fournier 403e9c0d21 Test two...branch REL2_0B works...I think 29 years ago
CVS to git conversion script 14a3ecf57a This commit was manufactured by cvs2git to create branch 'REL2_0B'. 29 years ago
Bryan Henderson 33edbdb59b Remove include of libpq-fe.h. This file has nothing to do with libpq. 29 years ago
Bryan Henderson 79729c0e5e Add comments defining "typelem" column of pg_type. 29 years ago
Bryan Henderson b36e3042e7 Add comments describing interface to heap_getattr(). 29 years ago
Bryan Henderson 6cfb12e0cf Add CUSTOM_CC variable for Makefile.custom. Thanks Kurt Lidl. 29 years ago
Bruce Momjian 8cedf57eb1 Reduce printing from debug level 2 ande layout change. 29 years ago
Bruce Momjian 2e20099e32 Reduce printing from deub level 2 ande layout change. 29 years ago
Bruce Momjian c0941ab7f0 Remove Dan's fix of SELECT NULL to fix INSERT NULL. 29 years ago
Bruce Momjian 7f8b8b9e42 Fix for SELECT NULL. 29 years ago
Bruce Momjian c90c058bf0 Fix from Jan agreed with by Massimo. 29 years ago
Vadim B. Mikheev 4e064c0560 _bt_updateitem is returned in code, but works only if sizes of keys 29 years ago
Vadim B. Mikheev c3e10a4caf 1. _bt_compare fixed to work properly with new code in _bt_insertonpg 29 years ago
Bruce Momjian 64397b758f Remove duplicate patch for COUNT fix. 29 years ago
Bryan Henderson 9005a38bdb Change portname "sparc" to "sunos4" and change some portname dependencies to 29 years ago
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. 30 years ago