Commit Graph

917 Commits (1fd981f05369340a8afa4d013a350b0b2ac6e33e)

Author SHA1 Message Date
Bruce Momjian 33881e4f68 Add period to message. 25 years ago
Bruce Momjian 099b60b352 Change message to _the_ administrator. There is only one administrative 25 years ago
Tom Lane 32924c1c90 Mark exception and assert global variables as DLLIMPORT, so that plpgsql 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
Bruce Momjian 9de4b77cee 'waiting' status display had extra space, removed. 25 years ago
Bruce Momjian 2e7835f7f8 New shutdown wording: 25 years ago
Tom Lane 4d14fe0048 XLOG (and related) changes: 25 years ago
Hiroshi Inoue 8fff96f1cb hold interupts during LockWaitCancel(). 25 years ago
Tom Lane f1e0044ba3 When under postmaster, bogus arguments should cause proc_exit(0) not 25 years ago
Tom Lane 58c4ab9d62 Remove bogus set_ps_display call --- changing displayed status here is 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
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 26 years ago
Peter Eisentraut 8df6b2b53f Add --version and --help options to "postgres". 26 years ago
Tom Lane 8cbda7cbd0 Fix breakage I introduced yesterday in MULTIBYTE compilations. 26 years ago
Tom Lane 612f1b01f8 Check for SIGHUP and process config file updates just after waiting 26 years ago
Bruce Momjian 7ea8403c8a The beos port in the source tree doesn't even compile. and even 26 years ago
Tom Lane 949529481e Second thoughts about where to put DeferredTriggerEndQuery() call. 26 years ago
Tom Lane fbd26d6984 Arrange that no database accesses are attempted during parser() --- this 26 years ago
Bruce Momjian 87c0e623ba New diff that now covers the entire tree. Applying this gets postgresql 26 years ago
Peter Eisentraut 416bbbffa3 Banish caddr_t (mostly), use Datum where appropriate. 26 years ago
Peter Eisentraut 6dc249610a Code cleanup of user name and user id handling in the backend. The current 26 years ago
Tom Lane 16dc9bafb7 AbortOutOfAnyTransaction() just before backend exit, to ensure that 26 years ago
Peter Eisentraut ef6164de1d Revert removal of signed, volatile, and signal handler arg type tests. 26 years ago
Peter Eisentraut 79abd73eee Remove configure tests for `signed', `volatile', and signal handler args; 26 years ago
Tom Lane 4951a8826d copyObject() and equal() now know about all parse-time node types, 26 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