summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
2004-09-26Repair bug that would allow libpq to think a command had succeeded whenTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-02Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane
2004-07-31Restructure error handling as recently discussed. It is now reallyTom Lane
2004-07-28Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane
2004-07-27Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-11Allow configuration files to be placed outside the data directory.Bruce Momjian
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-24Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane
2004-06-11When using extended-query protocol, postpone planning of unnamed statementsTom Lane
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
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