Commit Graph

405 Commits (f69ecb4f8cbf0f1d1638f9fb01d8845a5c84a3c0)

Author SHA1 Message Date
Bruce Momjian 0843ec088c Add "idle in transaction" status message 25 years ago
Bruce Momjian ab37224426 Fix formatting of db crash. 25 years ago
Tom Lane 6ce0ed2813 Make critical sections (elog->crash) and interrupt holdoff sections 25 years ago
Tom Lane dae52bf3ec Oops, I had managed to break query-cancel-while-waiting-for-lock. 25 years ago
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 25 years ago
Tom Lane 6162432de9 Add more critical-section calls: all code sections that hold spinlocks 25 years ago
Tom Lane cb7ce7d0e3 Fix recent breakage of query-cancel logic, see my pghackers message 25 years ago
Tom Lane 39b547f430 Prevent freshly-started backend from ignoring SIGUSR1, per race condition 25 years ago
Bruce Momjian 1f159e562b >> Here is a patch for the beos port (All regression tests are OK). 25 years ago
Tom Lane 5491233f52 Ensure that 'errno' is saved and restored by all signal handlers that 25 years ago
Tom Lane a626b78c89 Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks 25 years ago
Vadim B. Mikheev 65b362fae1 Disable elog(ERROR|FATAL) in signal handlers in 25 years ago
Vadim B. Mikheev 9f20852f87 all options are allowed if not under postmaster: 25 years ago
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 25 years ago
Tom Lane bbea3643a3 Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; 25 years ago
Peter Eisentraut fc6603ff75 Advertise --help (rather than '-?') as help option (problems with csh). 25 years ago
Peter Eisentraut a70e74b060 Put external declarations into header files. 25 years ago
Peter Eisentraut 8a9315ca92 Update and polish postmaster and postgres help output and man pages. 25 years ago
Peter Eisentraut 929a599369 Add '-c name=val' flag for setting run-time parameters. 25 years ago
Peter Eisentraut 306c44eead Add -V option to backend, to show version, since --version doesn't seem 25 years ago
Peter Eisentraut abfb417574 Make the backend grok relative paths for the data directory by converting 25 years ago
Bruce Momjian 88094f2e2b beos fixes from Cyril VELTER 25 years ago
Peter Eisentraut 8df6b2b53f Add --version and --help options to "postgres". 25 years ago
Tom Lane 8cbda7cbd0 Fix breakage I introduced yesterday in MULTIBYTE compilations. 25 years ago
Tom Lane 612f1b01f8 Check for SIGHUP and process config file updates just after waiting 25 years ago
Bruce Momjian 7ea8403c8a The beos port in the source tree doesn't even compile. and even 25 years ago
Tom Lane 949529481e Second thoughts about where to put DeferredTriggerEndQuery() call. 25 years ago
Tom Lane fbd26d6984 Arrange that no database accesses are attempted during parser() --- this 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 6dc249610a Code cleanup of user name and user id handling in the backend. The current 25 years ago
Tom Lane 16dc9bafb7 AbortOutOfAnyTransaction() just before backend exit, to ensure that 25 years ago
Peter Eisentraut ef6164de1d Revert removal of signed, volatile, and signal handler arg type tests. 25 years ago
Peter Eisentraut 79abd73eee Remove configure tests for `signed', `volatile', and signal handler args; 25 years ago
Tom Lane 4951a8826d copyObject() and equal() now know about all parse-time node types, 25 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 26 years ago
Peter Eisentraut 648677c3a2 Add assert checking to GUC ("debug_assertions") 26 years ago
Bruce Momjian 46fb9c29e2 Here is the patch with memory leak checker. This checker allow detect 26 years ago
Tom Lane ba62fe32c3 Remove long-dead support for invoking queries from dynamically loaded 26 years ago
Tom Lane cdeca5f590 Make toast-table creation and deletion work somewhat reliably. 26 years ago
Peter Eisentraut ef5bea51e1 Move global internal files to PGDATA/global. 26 years ago
Peter Eisentraut e2d3932e0e Move PGPORT envar handling to ResetAllOptions(). Improve long options 26 years ago
Tom Lane 43ba1b4420 Add test code to copy all parse/plan trees. Repair essential omissions 26 years ago
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README 26 years ago
Peter Eisentraut c446509565 Second pass over run-time configuration system. Adjust priorities on some 26 years ago
Bruce Momjian 946e80c435 Final #include cleanup. 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Peter Eisentraut 209aa77d98 New ps display code, works on more platforms. 26 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago