Commit Graph

80 Commits (c91ceec21d357d6d857163d897ac75a79c883dee)

Author SHA1 Message Date
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 24 years ago
Bruce Momjian b73859db8c Patch against 7.2.1 sources. Uses Solaris Intimate Shared Memory 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian c41b6b1b9c Fix small problem Tom Lane found with pgindent run. 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane c7a7107f41 Revise shmget() and semget() failure messages to mention the possibility 24 years ago
Tom Lane 0648d78ac4 Make inclusion logic for sys/sem.h and sys/ipc.h consistent across all 24 years ago
Tom Lane 499abb0c0f Implement new 'lightweight lock manager' that's intermediate between 24 years ago
Peter Eisentraut 3c59a9e3b7 Bring references to ipcclean in sync with reality. 24 years ago
Bruce Momjian 82c9ce2c40 Small cleanup. 25 years ago
Bruce Momjian 7cf952e7b4 Fix comments that were mis-wrapped, for Tom Lane. 25 years ago
Bruce Momjian 0686d49da0 Remove dashes in comments that don't need them, rewrap with pgindent. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane 4d14fe0048 XLOG (and related) changes: 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 6ce0ed2813 Make critical sections (elog->crash) and interrupt holdoff sections 25 years ago
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Tom Lane 542b7c6445 Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure 25 years ago
Tom Lane c23851bbe0 Paranoia about possible values of errno after a shmget/semget failure. 25 years ago
Tom Lane 41fe2a2a03 Darwin porting patches from Peter Bierman <bierman@apple.com> 25 years ago
Tom Lane 68ed296301 Don't use 'private' as a parameter name in visible headers ... makes C++ 25 years ago
Tom Lane b16516b887 It seems some platforms declare kill(2) in signal.h not unistd.h. 25 years ago
Tom Lane c715fdea26 Significant cleanups in SysV IPC handling (shared mem and semaphores). 25 years ago
Peter Eisentraut a70e74b060 Put external declarations into header files. 25 years ago
Bruce Momjian 7ea8403c8a The beos port in the source tree doesn't even compile. and even 25 years ago
Bruce Momjian 87c0e623ba New diff that now covers the entire tree. Applying this gets postgresql 25 years ago
Peter Eisentraut 416bbbffa3 Banish caddr_t (mostly), use Datum where appropriate. 25 years ago
Peter Eisentraut ef2a6b8b83 Shed some light onto SysV IPC configuration. 26 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Bruce Momjian a47e20b049 Several compilation and run-time problems occur when building on SGI 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Tom Lane 316c4c57e2 Clean up some problems in error recovery --- elog() was pretty broken 26 years ago
Bruce Momjian df723a8a8a exit recursion fix from Massimo 26 years ago
Bruce Momjian 17d819c093 Fix for recusive exit call from Massimo. 26 years ago
Bruce Momjian 5883563208 Re-add mention of FAQ's for shared memory/ipc errors. 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 9d197856dd Rearrange handling of MAXBACKENDS a little bit. The default setting 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 58fdae0ddf Fix for indexing problems. 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
Marc G. Fournier 7414d61950 From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago