Commit Graph

405 Commits (f69ecb4f8cbf0f1d1638f9fb01d8845a5c84a3c0)

Author SHA1 Message Date
Bruce Momjian f69ecb4f8c Reorganize backend code to more cleanly manage executable names and 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Bruce Momjian 63d0139061 Remove crude test for log_statement_stats in startup code now that we 22 years ago
Neil Conway 1812d3b233 Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch 22 years ago
Bruce Momjian 31338352bd * Most changes are to fix warnings issued when compiling win32 22 years ago
Bruce Momjian 3c4ab3f51d Exit backend from SIGTERM or FATAL by simulating client EOF, rather than 22 years ago
Bruce Momjian 6a25c6e1d1 > >>1. change the type of "log_statement" option from boolean to string, 22 years ago
Tom Lane 8899a2aba9 Replace max_expr_depth parameter with a max_stack_depth parameter that 22 years ago
Tom Lane f938c2b91b Revise syntax-error reporting behavior to give pleasant results for 22 years ago
Bruce Momjian d6b57925ca Remove GUC log_statement, log_pid, log_timestamp, log_source_port. 22 years ago
Bruce Momjian 2d3fe86bc4 Add: 22 years ago
Tom Lane a81b9d679f Fix random build breakage from log_disconnections patch. 22 years ago
Bruce Momjian 530570c598 Rename function log_session_end to log_disconnections. 22 years ago
Bruce Momjian 96f134550c Fix prototype for on_proc_exit in log_disconnections patch. 22 years ago
Bruce Momjian c53611e3e7 This patch brings up to date what I did last year (now unfortunately 22 years ago
Jan Wieck f425b605f4 Cost based vacuum delay feature. 22 years ago
Tom Lane 391c3811a2 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. 22 years ago
Tom Lane 2f0d43b251 Review uses of IsUnderPostmaster, change some tests to look at 22 years ago
Bruce Momjian eec08b95e7 [all] Removed call to getppid in SendPostmasterSignal, replacing with a 22 years ago
Bruce Momjian ede3b762a3 Back out win32 patch so we can apply it separately. 22 years ago
Bruce Momjian f4921e5ca3 Attached is a patch that fixes some trivial typos and alignment. Please 22 years ago
Bruce Momjian 488f2785d0 Final rearrangement of main postgresql child process (ie. 22 years ago
Neil Conway 030f8e7313 Remove unused 'noversion' command-line option processing from the 22 years ago
Bruce Momjian aeddc2a60d Continued rearrangement to permit pgstat + BootstrapMain processes to be 22 years ago
Bruce Momjian d75b2ec4eb This patch is the next step towards (re)allowing fork/exec. 22 years ago
Tom Lane 5e2b99db95 Avoid assuming that type key_t is 32 bits, since it reportedly isn't 22 years ago
Tom Lane 4c274b4f8a Put out a more useful version indication in the welcome banner for a 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane c52204b224 Repair missed renamings of show_statement_stats and show_executor_stats. 22 years ago
Tom Lane 6f169057de Save_r, Save_t should be static not global variables. 22 years ago
Peter Eisentraut 9d77708d83 Cleanup on --help-config: Now called --describe-config, no further options, 22 years ago
Tom Lane 90b2202975 Fix bad interaction between NOTIFY processing and V3 extended query 22 years ago
Bruce Momjian dcad7949f8 Change "query:" to "statement:". 22 years ago
Bruce Momjian b8382c2688 Have log_min_duration_statement = 0 always print duration/statement. 22 years ago
Bruce Momjian 1c4d4cb17d Fix log_duration and log_min_duration_statement to print properly, as 22 years ago
Peter Eisentraut e78b0079a2 Change some notices to warnings and vice versa according to criteria 22 years ago
Bruce Momjian 4b4c43b146 This patch fixes an obvious bug in the "should I print the duration of 22 years ago
Peter Eisentraut 7438af96fa More message editing, some suggested by Alvaro Herrera 22 years ago
Peter Eisentraut e05147e51a You can't NLS-enable a program component by just putting gettext() around 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Tom Lane a56a016ceb Repair some REINDEX problems per recent discussions. The relcache is 22 years ago
Tom Lane b38c04335a Reconsider placement of MemoryContextCheck() call --- do after commit, 22 years ago
Tom Lane b916cc435a Cause standalone backend (including bootstrap case) to read the GUC 22 years ago
Tom Lane f63cbccac7 Mop-up for previous change to determine default shared_buffers and 22 years ago
Tom Lane 5be44fa453 Move MemoryContextCheck() call from bottom of PostgresMain loop to 22 years ago
Tom Lane b6e5823eda Marginal hacks to move some processing out of the per-client-message 22 years ago
Tom Lane fcb90fdc95 Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) 22 years ago
Tom Lane 338aa57be0 Rename fields of DestReceiver to avoid collisions with (ill-considered) 22 years ago
Tom Lane 4c3c8c048d Remove --enable-recode feature, since it's been broken by IPv6 changes, 22 years ago