Commit Graph

40 Commits (a626b78c8957f50ae6345015b249e996d9aab55d)

Author SHA1 Message Date
Tom Lane a626b78c89 Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks 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
Vadim B. Mikheev 4b65a2840b New relcache hash table with RelFileNode as key to be used 25 years ago
Vadim B. Mikheev 2e6358172f I had to change buffer tag: now RelFileNode is used instead of 25 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 1f6d8b90b8 Buffer manager modifications to keep a local buffer-dirtied bit as well 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian fbe4ad2154 Add config.h as needed. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian 9b645d481c Update #include cleanups 26 years ago
Bruce Momjian fe90c54800 Add var defines for no testandset 26 years ago
Tom Lane 642d21a59b Move default NBuffers setting into config.h, and rename it 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Tom Lane bcfdc9df04 Repair some pretty serious problems in dynahash.c and 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 fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian 54aabaa800 Rename BindingTable to ShmemIndex. 27 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Vadim B. Mikheev 32cd09ac6d Good Bye, Time Travel! 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 8cb4154492 Inline frequently called functions. 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 79e78f0b80 Added SCO support, from Daniel Harris. 28 years ago
Vadim B. Mikheev d3dfc664d0 PrintBufferUsage() changed to report about shared, local and direct 29 years ago
Marc G. Fournier 159f8c63ad From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Bruce Momjian ac3c926c42 Fix typo in struct name. 29 years ago
Bruce Momjian 4eadf2d6cd More autosize structure error checks. 29 years ago
Bruce Momjian fa937b5e6b Remove SB_PAD. Compute padding at compile time. 29 years ago
Vadim B. Mikheev 1c297d429e No more LateWrite. 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier 66637f4a2f Clean up Makefile 29 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 29 years ago