Commit Graph

57 Commits (738dc233f4dcb51e9c969718b52f5579de252880)

Author SHA1 Message Date
Bruce Momjian aaafbdcfd3 Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment. 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane cfa191f3b8 Error message editing in backend/storage. 23 years ago
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Bruce Momjian a7fd03e1de Handle clog structure in shared memory in exec() case, for Win32. 23 years ago
Bruce Momjian a2e038fbee Back out last commit --- wrong patch. 23 years ago
Bruce Momjian fb1f7ccec5 Dump/read non-default GUC values for use by exec'ed backends, for Win32. 23 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
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 a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Tom Lane fb5f1b2c13 Merge three existing ways of signaling postmaster from child processes, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 499abb0c0f Implement new 'lightweight lock manager' that's intermediate between 25 years ago
Tom Lane 2589735da0 Replace implementation of pg_log as a relation accessed through the 25 years ago
Tom Lane e0c9301c87 Install infrastructure for shared-memory free space map. Doesn't actually 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane 6cc842abd3 Revise lock manager to support "session level" locks as well as "transaction 25 years ago
Tom Lane 68ed296301 Don't use 'private' as a parameter name in visible headers ... makes C++ 25 years ago
Tom Lane 680b7357ce Rearrange bufmgr header files so that buf_internals.h need not be 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 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 27 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Tom Lane cc384fa240 Round up shmem size estimate to 1Kb boundary. 27 years ago
Tom Lane dc6d404959 Repair performance problem in SI segment manipulations: iterating 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 731603a92b A few further tweaks to shared memory space estimation. 27 years ago
Tom Lane bcfdc9df04 Repair some pretty serious problems in dynahash.c and 27 years ago
Tom Lane 9d197856dd Rearrange handling of MAXBACKENDS a little bit. The default setting 27 years ago
Tom Lane 4c31393135 Reorder startup ops so that if preallocation of semas fails, 27 years ago
Tom Lane e77b630cf0 Allow maximum number of backends to be set at configure time 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 28 years ago
Bruce Momjian 54aabaa800 Rename BindingTable to ShmemIndex. 28 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 28 years ago
Bruce Momjian 8fa93b016a Rename Lockm to Locks. 28 years ago
Bruce Momjian eef15f555b Rename BindingTab to BindingTable. 28 years ago
Bruce Momjian 898b3e6f6c Back out some changes I made just for testing. 28 years ago
Bruce Momjian 9dde6b3de9 Add underscores in manual references. 28 years ago
Bruce Momjian cba0c6559a rename MAIN_MEMORY to STABLE_MEMORY_STORAGE 28 years ago
Bruce Momjian 212c905e2c Remove fork()/exec() and only do fork(). Small cleanups. 28 years ago