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