Commit Graph

50 Commits (dc5c7713bcd620e4b8cee6c282e55afdd2a97749)

Author SHA1 Message Date
Tom Lane 51f62d505e Standardize on MAXPGPATH as the size of a file pathname buffer, 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Tom Lane b399805e22 Eliminate elog()'s hardwired limit on length of an error message. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian 69817665cb Final cleanup 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
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
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. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian cbf83190c5 Two spaces after a colon. 27 years ago
Marc G. Fournier 7414d61950 From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Bruce Momjian febe53d813 Rename signal to SIGHUP. 27 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Bruce Momjian 07140ee024 Allow cancel from client of backend query. Change some int variables 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 213d7b1ae3 From: Bryan Henderson <bryanh@giraffe.netgate.net> 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 28 years ago
Bruce Momjian 3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 28 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
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it. 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier 0020e8790d Another directory that compiles with no errors, and few warnings 29 years ago
Marc G. Fournier df6a9e633c more removal of PORTNAME_* 29 years ago
Bruce Momjian 81f2f81960 Removed const warning. 29 years ago
Marc G. Fournier 15a645014a I grabbed the latest version of the source code via sup this morning, 29 years ago
Marc G. Fournier 18a7989e1a - merging in Dr. George's tree with ours 29 years ago
Marc G. Fournier 9bffaade96 Fixes: 29 years ago
Marc G. Fournier 55aab6a434 fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1} 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 29 years ago