Commit Graph

63 Commits (5d5cf912bc28e8aea13d2e6689bb9e67f166a40e)

Author SHA1 Message Date
Tom Lane 122923c97f Still had a few MULTIBYTE problems when client encoding was 27 years ago
Tom Lane 95cc41b81d Revise backend libpq interfaces so that messages to the frontend 27 years ago
Tom Lane 09c5e84072 Change elog(ERROR) to get back to main loop via a plain sigsetjmp, 27 years ago
Tatsuo Ishii 075dc252c7 Fix kill() call in elog() so that it gets its own pid by calling getpid(). 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Tom Lane e6725d1574 Add explicit buffering in backend libpq, to compensate for 27 years ago
Tom Lane 21badba151 Replace direct inclusions of c.h with inclusion of postgres.h, 27 years ago
Marc G. Fournier 3b3ffc8d97 From: Magnus Hagander <mha@sollentuna.net> 27 years ago
Bruce Momjian f0fbd7b87e Some security, since we now have vsnprintf, I remade an old patch 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 28 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Bruce Momjian cbf83190c5 Two spaces after a colon. 28 years ago
Marc G. Fournier 7414d61950 From: Massimo Dal Zotto <dz@cs.unitn.it> 28 years ago
Bruce Momjian febe53d813 Rename signal to SIGHUP. 28 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 28 years ago
Bruce Momjian 7ebae4c096 Add SLEEP_ON_ABORT 28 years ago
Bruce Momjian a4834243ad port name cleanup 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 212c905e2c Remove fork()/exec() and only do fork(). Small cleanups. 28 years ago
Bruce Momjian 07140ee024 Allow cancel from client of backend query. Change some int variables 28 years ago
Bruce Momjian 1e801a8f16 Hi, 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 69cf5abe10 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian 345641e498 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Marc G. Fournier 6e337eef45 Major cleanout of PORTNAME variables from Makefiles...bound to screw up 28 years ago
Marc G. Fournier 5379b84eff More cleanups. I can now compile without PORTNAME being defined n 28 years ago
Marc G. Fournier 213d7b1ae3 From: Bryan Henderson <bryanh@giraffe.netgate.net> 29 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 29 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 29 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian 3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 29 years ago
Edmund Mergl 0c67d28a08 added const declaration E.Mergl 29 years ago
Marc G. Fournier 8834795ebf From: Raymond Toy <toy@rtp.ericsson.se> 29 years ago
Marc G. Fournier 7cbe19384f Add string.h for strerror() prototype 29 years ago
Marc G. Fournier d611b07dd7 This is an attempt to get rid of some cruft... 29 years ago
Marc G. Fournier dcd2332a4d Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objects 29 years ago
Marc G. Fournier 5dde558ce6 From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Bruce Momjian 31c8e94b34 Remove WIN32 defines. They never worked. 29 years ago
Vadim B. Mikheev 4a5135c34e There was JMP_BUF defined in config.h. And SIGJMP_BUF later. 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 25eb9e2a66 Avoiding 29 years ago
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it. 30 years ago
Marc G. Fournier 6913c8b4a4 Add an abort() call to ExceptionalCondition so that is Assert is 30 years ago
Marc G. Fournier 9fc64aefe1 change include c.h to postgres.h 30 years ago