]> granicus.if.org Git - postgresql/history - src/backend/tcop/postgres.c
* Most changes are to fix warnings issued when compiling win32
[postgresql] / src / backend / tcop / postgres.c
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-11 Bruce MomjianExit backend from SIGTERM or FATAL by simulating client...
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-09 Bruce MomjianAdd:
2004-02-21 Tom LaneFix random build breakage from log_disconnections patch.
2004-02-17 Bruce MomjianRename function log_session_end to log_disconnections.
2004-02-17 Bruce MomjianFix prototype for on_proc_exit in log_disconnections...
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-26 Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26 Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2004-01-06 Neil ConwayRemove unused 'noversion' command-line option processin...
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-01 Tom LaneAvoid assuming that type key_t is 32 bits, since it...
2003-11-29 Tom LanePut out a more useful version indication in the welcome...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-24 Tom LaneRepair missed renamings of show_statement_stats and...
2003-10-19 Tom LaneSave_r, Save_t should be static not global variables.
2003-10-18 Peter EisentrautCleanup on --help-config: Now called --describe-config...
2003-10-16 Tom LaneFix bad interaction between NOTIFY processing and V3...
2003-10-09 Bruce MomjianChange "query:" to "statement:".
2003-10-08 Bruce MomjianHave log_min_duration_statement = 0 always print durati...
2003-10-04 Bruce MomjianFix log_duration and log_min_duration_statement to...
2003-10-02 Peter EisentrautChange some notices to warnings and vice versa accordin...
2003-09-29 Bruce MomjianThis patch fixes an obvious bug in the "should I print...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-27 Peter EisentrautYou can't NLS-enable a program component by just puttin...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-09-14 Tom LaneReconsider placement of MemoryContextCheck() call ...
2003-09-02 Tom LaneCause standalone backend (including bootstrap case...
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-13 Tom LaneMove MemoryContextCheck() call from bottom of PostgresM...
2003-08-12 Tom LaneMarginal hacks to move some processing out of the per...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-06 Tom LaneRename fields of DestReceiver to avoid collisions with...
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-29 Tom LaneApply (a somewhat revised version of) Greg Mullane...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-07-09 Bruce MomjianAdd new USERLIMIT GUC source level so certain options...
2003-07-04 Tom LaneAdd --help-config facility to dump information about...
2003-06-20 Tom LaneFix for extended-query protocol: in event of error...
2003-06-11 Bruce MomjianAdd log_min_duration_statement.
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-14 Tom LaneFix oversight: ignore-till-SYNC state should not ignore...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-12 Tom LaneAvoid unnecessary copying of parameter values in BIND...
2003-05-09 Tom LaneImplement new-protocol binary I/O support in DataRow...
2003-05-09 Bruce MomjianPass canAcceptConnections to exec'ed backend, for Jan.
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-06 Bruce MomjianRename internal variables DBName|dbName to dbname,...
2003-05-06 Bruce MomjianComment out some of the conditional tests until we...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-03 Bruce MomjianCleanup patch for exec() handling.
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-03-24 Bruce MomjianPrevent multiple queries in a single string into a...
2003-03-22 Bruce MomjianFix comment-only query to return Null result set, rathe...
2003-03-20 Bruce MomjianTodo items:
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-03-06 Tom LaneAdd code to dump contents of free space map into $PGDAT...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-01-01 Tom Lanefastpath code neglected to check whether user has privi...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-11-19 Bruce MomjianMost of the code follows the American spelling of the...
2002-11-15 Bruce MomjianRename:
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-10-31 Tom LaneCode review for statement_timeout patch. Fix some...
2002-10-24 Tom LaneFix some places that were unportably assuming struct...
2002-10-19 Tom LaneInvert logic in pg_exec_query_string() so that we set...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-10-14 Tom LaneMake SPI's execution of querystrings follow the rules...
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-10-13 Tom LaneMake SET really not start a transaction.
next