Commit Graph

750 Commits (88bdbd3f746049834ae3cc972e6e650586ec3c9d)

Author SHA1 Message Date
Tom Lane fdc60bd9d9 Tweak pg_exec_query_string so that we close down transaction command 24 years ago
Tom Lane 6779c55c22 Clean up BeginCommand and related routines. BeginCommand and EndCommand 24 years ago
Tom Lane 56ee2ecba9 Restructure command-completion-report code so that there is just one 24 years ago
Peter Eisentraut 51f195580f Save source of GUC settings, allowing different sources to be processed in 24 years ago
Tom Lane 8e2998d8a6 Remove some unnecessary pqsignal() calls to shave a few cycles off 24 years ago
Tom Lane 92a2598f97 The result of getopt() should be compared to -1, not EOF, per 24 years ago
Tom Lane 4764ae823b Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION() 24 years ago
Tom Lane f4bd04bb67 Replace pq_getbytes(&ch, 1) calls with pq_getbyte(), which is easier 24 years ago
Tom Lane f6ee99a062 Clean up usage-statistics display code (ShowUsage and friends). StatFp 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane b2e92a712e Fix getopt-vs-init_ps_display problem by copying original argv[] info, 24 years ago
Tom Lane 861a679fc1 Set optreset on platforms that have it before launching postmaster 24 years ago
Tom Lane 6430e6e283 Ensure that all startup paths (postmaster, standalone postgres, or 24 years ago
Tom Lane eb133197b6 Move init_ps_display from postgres.c to postmaster.c, putting it 24 years ago
Tom Lane 3d59ad00e8 Remove useless LockDisable() function and associated overhead, per my 24 years ago
Tom Lane 35b7601b04 Add an overall timeout on the client authentication cycle, so that 24 years ago
Tom Lane 02b1a7fd51 Clean up some confusion about where and how to set whereToSendOutput. 24 years ago
Jan Wieck 7e26a8241d Enable SIGTERM and SIGQUIT during client authentication so 24 years ago
Tom Lane dad8e410d0 Fix handling of SIGCHLD, per recent pghackers discussion: on some 24 years ago
Tom Lane 77896d1fc9 Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line 24 years ago
Bruce Momjian 462b7d46d1 Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of 24 years ago
Tom Lane f889b12be9 Fix erroneous GUC variable references from commandline-GUC patch. 25 years ago
Tom Lane 2e67a67715 Fix a couple remaining places where GUC variables were assigned to 25 years ago
Bruce Momjian 6a7f23c213 > Marko Kreen <marko@l-t.ee> writes: 25 years ago
Jan Wieck 8d80b0d980 Statistical system views (yet without the config stuff, but 25 years ago
Peter Eisentraut 9b4bfbdc2c Handle reading of startup packet and authentication exchange after forking 25 years ago
Bruce Momjian 2e81f3d204 Back out SET ALL patch because it is breaking things. 25 years ago
Bruce Momjian 3709a5ada7 RESET ALL secondary patch: 25 years ago
Tom Lane 2938eec7fe Extend GUC concepts of parse_hook and assign_hook to all four supported 25 years ago
Bruce Momjian 4ee76ad884 reset all: command line and .conf options change defaults 25 years ago
Bruce Momjian 25efda227d Add debug_query_string global variable for pgmonitor and debugging use. 25 years ago
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