Commit Graph

37436 Commits (98ec7fd903bbd4ab1694de5aaa4f7bb62935c58d)
 

Author SHA1 Message Date
Bryan Henderson d6c06feb18 Add cast to quiet compiler warning. 30 years ago
Bruce Momjian 4540a8bd5c Fix multiple "C" from backend. 30 years ago
Bruce Momjian a952d67296 Remove NOTIFY_PATCH. 30 years ago
Bruce Momjian 4371756f16 Improve handling of semicolons ending statements. 30 years ago
Bruce Momjian 231e1e70d8 Rename parameter. 30 years ago
Bryan Henderson 64e45b0ebc Make sure user is running GNU make. 30 years ago
Marc G. Fournier 56e8243d22 Add two new comments to pglibtcl... 30 years ago
Marc G. Fournier 194ed4efe5 More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it> 30 years ago
Marc G. Fournier 07c8d9f0f3 COPY_PATCH... 30 years ago
Marc G. Fournier dc97a7b90e Add various comments to explain #define's and add a few extra #define's 30 years ago
Marc G. Fournier f0bcb1762d #ifdef ASYNC_DEBUG various sections of async.c 30 years ago
Bruce Momjian db7a90f1d9 Make GROUP BY work with aliases, ORDER BY with column numbers 30 years ago
Bryan Henderson ec105b6026 Put sys/types.h before sys/timeb.h so Ultrix compiles. 30 years ago
Bryan Henderson fa9c0fff36 Remove __P macro usage so it compiles without cdefs.h. 30 years ago
Bryan Henderson 9fc7250d3a Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. 30 years ago
Vadim B. Mikheev 290d3b5198 Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now. 30 years ago
Vadim B. Mikheev cbb131570e if (settings->opt.fieldSep); 30 years ago
Vadim B. Mikheev 4556a50cf8 Avoiding: 30 years ago
Vadim B. Mikheev 14ad435294 const register ... --> register const ... 30 years ago
Vadim B. Mikheev 25eb9e2a66 Avoiding 30 years ago
Vadim B. Mikheev 02ba3cf871 Avoiding 30 years ago
Vadim B. Mikheev b555822fed Unuseful tupDesc = CreateTupleDesc(attr_count, attr); in CopyFrom 30 years ago
Bryan Henderson 255363f859 Clean up. Get rid of tabs and overly long lines. 30 years ago
Bruce Momjian ea8b5196ff Small regression and doc patch 30 years ago
Bruce Momjian 1b929d1749 Postgres95 to PostgreSQL. 30 years ago
Bruce Momjian 7af262d2a7 Require seimcolons between statements. 30 years ago
Bryan Henderson 7439ba64b1 Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King. 30 years ago
Bruce Momjian 9b41da6ce4 Rename postgres95 to PostgreSQL. Add comment for SELECT NULL 30 years ago
Bryan Henderson 7f36a2a718 Fix bug: libpq clients (which include libpq-fe.h) won't compile. 30 years ago
Bryan Henderson 2697c27923 sigjmp_buf/jmp_buf is backwards, so backend doesn't compile. 30 years ago
Bryan Henderson 7492fb165f Fix bug: libpq clients (which include libpq-fe.h) won't compile. 30 years ago
Bryan Henderson 41b3674754 Add empty "dep:" target. 30 years ago
Marc G. Fournier 0861594cb3 No change...just a test to make sure I didn't screw anything up 30 years ago
Bryan Henderson 9e60c1711d Monitor has been obsoleted by psql. 30 years ago
Bryan Henderson 33edbdb59b Remove include of libpq-fe.h. This file has nothing to do with libpq. 30 years ago
Bryan Henderson 79729c0e5e Add comments defining "typelem" column of pg_type. 30 years ago
Bryan Henderson b36e3042e7 Add comments describing interface to heap_getattr(). 30 years ago
Bryan Henderson 6cfb12e0cf Add CUSTOM_CC variable for Makefile.custom. Thanks Kurt Lidl. 30 years ago
Bruce Momjian 8cedf57eb1 Reduce printing from debug level 2 ande layout change. 30 years ago
Bruce Momjian 2e20099e32 Reduce printing from deub level 2 ande layout change. 30 years ago
Bruce Momjian c0941ab7f0 Remove Dan's fix of SELECT NULL to fix INSERT NULL. 30 years ago
Bruce Momjian 7f8b8b9e42 Fix for SELECT NULL. 30 years ago
Bruce Momjian c90c058bf0 Fix from Jan agreed with by Massimo. 30 years ago
Vadim B. Mikheev 4e064c0560 _bt_updateitem is returned in code, but works only if sizes of keys 30 years ago
Vadim B. Mikheev c3e10a4caf 1. _bt_compare fixed to work properly with new code in _bt_insertonpg 30 years ago
Bruce Momjian 64397b758f Remove duplicate patch for COUNT fix. 30 years ago
Bryan Henderson 9005a38bdb Change portname "sparc" to "sunos4" and change some portname dependencies to 30 years ago
Bruce Momjian 071797f539 Change tests to lowercase for esthetics. 30 years ago
Vadim B. Mikheev e5fbe3017c pname=NULL -> pname="" (stringinfo.c:appendStringInfo doesn't like NULL). 30 years ago
Bruce Momjian f2af019645 Make COUNT,SUM case insensitive. 30 years ago