Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Bryan Henderson 634b38aa86 Add asserts to check for file descriptor ring corruption. 29 years ago
Vadim B. Mikheev 4a5135c34e There was JMP_BUF defined in config.h. And SIGJMP_BUF later. 29 years ago
Bryan Henderson 645b587788 Remove use of "bool", which user program may not have defined. This .h file 29 years ago
Bryan Henderson af30fe7852 Remove use of "bool", which user program may not have defined. 29 years ago
Bruce Momjian 8c72118527 Documentatoin update 29 years ago
Bruce Momjian e8f43854ac pq/signal() portability patch. Also psql copy prompt fix. 29 years ago
Bryan Henderson 7f00f11c01 Fix syntax of \copy in \? display. 29 years ago
Bruce Momjian 9643e8ba37 Added needed prototype. 29 years ago
Bruce Momjian 0cb22cb7ef Removal of unused CppConcat defines. 29 years ago
Bruce Momjian b1765f4637 Note the => changes to == after a connect and stays that way on subsequent 29 years ago
Bruce Momjian 89b2807170 Added include files needed for getpid prototype. 29 years ago
Bruce Momjian d419e11cb6 Change %ud to %u 29 years ago
Bruce Momjian 0681513693 In file: .../src/backend/postmaster/postmaster.c I found 3 leaks and 29 years ago
Bruce Momjian 28a08fd4ac I have this annoying habit (among others) of putting 29 years ago
Bruce Momjian c5aaba2c34 In src/backend/catalog/pg_operator.c in OperatorDef, there 29 years ago
Bruce Momjian df0eee9963 Removal of CppConcat from indexam.c. 29 years ago
Bruce Momjian 0fde972e25 Added mention of CUSTOM_COPT to file. 29 years ago
Bryan Henderson 9b55904647 Clarify error message about trying to PQgetvalue() nonexistent row. 29 years ago
Bryan Henderson ab90c18d12 Fix Solaris stuff so it compiles. Thanks Keith Parks. 29 years ago
Bryan Henderson d9e10180ee Add some quotes so it works on more shells. 29 years ago
Bryan Henderson d6c06feb18 Add cast to quiet compiler warning. 29 years ago
Bruce Momjian 4540a8bd5c Fix multiple "C" from backend. 29 years ago
Bruce Momjian a952d67296 Remove NOTIFY_PATCH. 29 years ago
Bruce Momjian 4371756f16 Improve handling of semicolons ending statements. 29 years ago
Bruce Momjian 231e1e70d8 Rename parameter. 29 years ago
Bryan Henderson 64e45b0ebc Make sure user is running GNU make. 29 years ago
Marc G. Fournier 56e8243d22 Add two new comments to pglibtcl... 29 years ago
Marc G. Fournier 194ed4efe5 More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it> 29 years ago
Marc G. Fournier 07c8d9f0f3 COPY_PATCH... 29 years ago
Marc G. Fournier dc97a7b90e Add various comments to explain #define's and add a few extra #define's 29 years ago
Marc G. Fournier f0bcb1762d #ifdef ASYNC_DEBUG various sections of async.c 29 years ago
Bruce Momjian db7a90f1d9 Make GROUP BY work with aliases, ORDER BY with column numbers 29 years ago
Bryan Henderson ec105b6026 Put sys/types.h before sys/timeb.h so Ultrix compiles. 29 years ago
Bryan Henderson fa9c0fff36 Remove __P macro usage so it compiles without cdefs.h. 29 years ago
Bryan Henderson 9fc7250d3a Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon. 29 years ago
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