Commit Graph

821 Commits (290d3b51985c4dedf11e37e62db5a26fd811122a)
 

Author SHA1 Message Date
Vadim B. Mikheev 290d3b5198 Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now. 29 years ago
Vadim B. Mikheev cbb131570e if (settings->opt.fieldSep); 29 years ago
Vadim B. Mikheev 4556a50cf8 Avoiding: 29 years ago
Vadim B. Mikheev 14ad435294 const register ... --> register const ... 29 years ago
Vadim B. Mikheev 25eb9e2a66 Avoiding 29 years ago
Vadim B. Mikheev 02ba3cf871 Avoiding 29 years ago
Vadim B. Mikheev b555822fed Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFrom 29 years ago
Bryan Henderson 255363f859 Clean up. Get rid of tabs and overly long lines. 29 years ago
Bruce Momjian ea8b5196ff Small regression and doc patch 29 years ago
Bruce Momjian 1b929d1749 Postgres95 to PostgreSQL. 29 years ago
Bruce Momjian 7af262d2a7 Require seimcolons between statements. 29 years ago
Bryan Henderson 7439ba64b1 Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King. 29 years ago
Bruce Momjian 9b41da6ce4 Rename postgres95 to PostgreSQL. Add comment for SELECT NULL 29 years ago
Bryan Henderson 7f36a2a718 Fix bug: libpq clients (which include libpq-fe.h) won't compile. 29 years ago
Bryan Henderson 2697c27923 sigjmp_buf/jmp_buf is backwards, so backend doesn't compile. 29 years ago
Bryan Henderson 7492fb165f Fix bug: libpq clients (which include libpq-fe.h) won't compile. 29 years ago
Bryan Henderson 41b3674754 Add empty "dep:" target. 29 years ago
Marc G. Fournier 0861594cb3 No change...just a test to make sure I didn't screw anything up 29 years ago
Bryan Henderson 9e60c1711d Monitor has been obsoleted by psql. 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