]> granicus.if.org Git - postgresql/history - src/backend/tcop/postgres.c
pgindent run for 8.3.
[postgresql] / src / backend / tcop / postgres.c
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-09 Tom LaneFix single-user mode so that interrupts (particularly...
2007-06-29 Alvaro HerreraArrange for SIGINT in autovacuum workers to cancel...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-04-30 Tom LaneFix oversight in my patch of yesterday: forgot to ensur...
2007-04-16 Tom LaneMake plancache store cursor options so it can pass...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-03-29 Tom Laneexec_parse_message neglected to copy parameter type...
2007-03-22 Tom LaneArrange for PreventTransactionChain to reject commands...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-17 Tom LaneAdd code so that when COPY_PARSE_PLAN_TREES is defined...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-04 Tom LaneFix erroneous implementation of -s in postmaster.c...
2006-12-08 Neil ConwayFix the build for when SHOW_MEMORY_STATS is defined...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-21 Tom LaneAdjust elog.c so that elog(FATAL) exits (including...
2006-10-19 Tom LaneMake sure that debug_query_string contains the original...
2006-10-08 Bruce MomjianAdd include needed for new getrusage() call.
2006-10-08 Tom LaneOn Windows, we know the backend stack size limit becaus...
2006-10-07 Tom LaneWhen planning a query at Bind time, be careful to pass...
2006-10-07 Tom LaneOn platforms that have getrlimit(RLIMIT_STACK), use...
2006-10-07 Tom LaneAdjust HINT for stack depth limit to mention checking...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-13 Tom LaneMake logging of extended-protocol commands a bit more...
2006-09-08 Tom LaneTweak the behavior of log_duration as proposed by Guill...
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-08-30 Bruce MomjianUpdate logging of prepare/execute syntax, per comments...
2006-08-29 Bruce MomjianSeparate prepared statement and bind parameters with...
2006-08-29 Bruce MomjianOnly call log_after_parse() if necessary.
2006-08-29 Bruce MomjianNow bind displays prepare as detail, and execute displa...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-13 Tom LaneFix core dump in duration logging for a V3-protocol...
2006-08-10 Bruce MomjianFix display of log duration so it is milliseconds.micro...
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-08-06 Bruce MomjianUse better named loop variable for large loop, rather...
2006-08-04 Bruce MomjianImprove logging of protocol-level prepared statements.
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-06-11 Tom LaneFix Assert failure when a fastpath function call is...
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-18 Bruce MomjianDocument that errors are not output by log_statement...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-17 Neil ConwayFix typo in comment.
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2005-12-31 Bruce MomjianPrefix client-side prepare with '[protocol]' rather...
2005-12-30 Bruce MomjianRename send_rfq to send_ready_for_query.
2005-12-30 Bruce MomjianMmark client-side prepare/bind/execute statements with...
2005-12-14 Tom LaneDefend against crash while processing Describe Statemen...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-10 Tom LaneWhen in transaction-aborted state, reject Bind message...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianMake stack_base_ptr non-static, for PL/Java.
2005-10-05 Neil ConwayCode cleanup for log_disconnections(). Patch from Qingq...
2005-09-26 Bruce MomjianLog protocol-excute fetch operatation as fetch, rather...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-22 Bruce MomjianSuppress port number for unix domain sockets in log...
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-09-16 Bruce MomjianUpdate query cancel message:
2005-09-02 Bruce MomjianAdd log display label for unnamed server-side portals.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Bruce MomjianAdd pg_postmaster_start_time() function.
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-06-02 Tom LanePush enable/disable of notify and catchup interrupts...
2005-06-01 Bruce MomjianFix log_statement to properly recognize SELECT INTO...
2005-05-24 Bruce MomjianLog queries for client-side prepare/execute. Simon...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-24 Tom LaneA client_encoding specification coming from the connect...
next