Commit Graph

73 Commits (5e4d554bae6a7177903cdb99bf5d41b695519a45)

Author SHA1 Message Date
Bruce Momjian a12a23f0d0 Remove unused include files. Do not touch /port or includes used by defines. 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Hiroshi Inoue 8a5851880e Fix an Assert bug(was my fault) pointed out by Tom Lane. 26 years ago
Hiroshi Inoue f017d7eeee Check pending cancel request before waiting for lock 26 years ago
Hiroshi Inoue 5525297465 Change cancel while waiting-for-lock stuff. 26 years ago
Hiroshi Inoue a60c9e33e9 fix the TODO 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Hiroshi Inoue 1500e262b5 Fix for TODO item * spinlock stuck problem when elog(FATAL) 26 years ago
Bruce Momjian 7585deb087 I have done the QNX4 port with the current source tree. The number of 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Bruce Momjian c6411605e1 I have created a small patch that makes possible to compile pgsql on newer 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 a71802e12e Final cleanup. 26 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 26 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 564842a617 Hi, Bruce! 27 years ago
Vadim B. Mikheev 122abf3af3 Fix LMGR for MVCC. 27 years ago
Bruce Momjian 52f1b2f3b6 Prevent priority inversion in locking by checking for existing locks 27 years ago
Vadim B. Mikheev fdf6be80f9 1. Vacuum is updated for MVCC. 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
Bruce Momjian 6059c5a141 Update for deadlock detection. 27 years ago
Bruce Momjian 06c120e67e Update for deadlock timer. 27 years ago
Bruce Momjian f659ec545f Fix for deadlock timer timeout. 27 years ago
Bruce Momjian 3cd3be92ff Fix deadlock so it only checks once. 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 7dbcf31be2 From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Vadim B. Mikheev be8300b18f Use Snapshot in heap access methods. 27 years ago
Bruce Momjian 2584029e31 Rename locking structure names to be clearer. Add narrative to 27 years ago
Bruce Momjian 54aabaa800 Rename BindingTable to ShmemIndex. 27 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 27 years ago
Bruce Momjian 8ed5918faa Solaris cleanup. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian d067f83b27 pgindent changes for Thomas proc/lock cleanup 28 years ago
Bruce Momjian 19ba229299 Fix for locking problems an dpriority. 28 years ago
Bruce Momjian 9540d9786e FIFO lock wait queue, with readers grouped together. 28 years ago
Bruce Momjian 8abd424369 More deadlock code to check for escallation locks. 28 years ago
Bruce Momjian 862927f443 Real deadlock detection. 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Bruce Momjian 0e8ac82c63 Fix a variety of locking problems like newer lock waiters getting 28 years ago
Bruce Momjian 661bb38812 Cleanup deadlock message. 28 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