summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-23Handle impending sinval queue overflow by means of a separate signalTom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-19Only do pkglib_path if needed.Bruce Momjian
2004-05-19Only do find_my_exec if it doesn't come from the postmaster.Bruce Momjian
2004-05-19Move find_my_exec lower so elog() works, per Tom.Bruce Momjian
2004-05-18Move get_pkglib_path up into main.c too.Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-14Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian
2004-05-13Reorganize backend code to more cleanly manage executable names andBruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-11As part of the work for making relocatable installs, I have re-factoredBruce Momjian
2004-05-07Remove crude test for log_statement_stats in startup code now that weBruce Momjian
2004-04-25Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-11Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian
2004-04-07> >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-15Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian
2004-03-09Add:Bruce Momjian
2004-02-21Fix random build breakage from log_disconnections patch.Tom Lane
2004-02-17Rename function log_session_end to log_disconnections.Bruce Momjian
2004-02-17Fix prototype for on_proc_exit in log_disconnections patch.Bruce Momjian
2004-02-17This patch brings up to date what I did last year (now unfortunatelyBruce Momjian
2004-02-06Cost based vacuum delay feature.Jan Wieck
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-01-28Review uses of IsUnderPostmaster, change some tests to look atTom Lane
2004-01-26[all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian
2004-01-26Back out win32 patch so we can apply it separately.Bruce Momjian
2004-01-26Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian
2004-01-06Final rearrangement of main postgresql child process (ie.Bruce Momjian
2004-01-06Remove unused 'noversion' command-line option processing from theNeil Conway
2003-12-25Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian
2003-12-20This patch is the next step towards (re)allowing fork/exec.Bruce Momjian
2003-12-01Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane
2003-11-29Put out a more useful version indication in the welcome banner for aTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Repair missed renamings of show_statement_stats and show_executor_stats.Tom Lane
2003-10-19Save_r, Save_t should be static not global variables.Tom Lane
2003-10-18Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut
2003-10-16Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane
2003-10-09Change "query:" to "statement:".Bruce Momjian
2003-10-08Have log_min_duration_statement = 0 always print duration/statement.Bruce Momjian
2003-10-04Fix log_duration and log_min_duration_statement to print properly, asBruce Momjian
2003-10-02Change some notices to warnings and vice versa according to criteriaPeter Eisentraut
2003-09-29This patch fixes an obvious bug in the "should I print the duration ofBruce Momjian
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-27You can't NLS-enable a program component by just putting gettext() aroundPeter Eisentraut