]> granicus.if.org Git - postgresql/history - src/backend/tcop
Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.
[postgresql] / src / backend / tcop /
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-04-30 Tom LaneFix oversight in my patch of yesterday: forgot to ensur...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
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-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-29 Tom Laneexec_parse_message neglected to copy parameter type...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
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-18 Tom LaneFix portal management code to support non-default comma...
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-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-20 Peter EisentrautRemove remains of old depend target.
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-14 Peter EisentrautActivate WIN32_STACK_RLIMIT override only on platforms...
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 LaneMarginal improvement in logging: include the function...
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-03 Bruce MomjianFix LLONG_MAX define used by new int64 FETCH/MOVE patch.
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
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-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-14 Tom LaneFix oversight in initial implementation of PORTAL_ONE_R...
2006-08-13 Tom LaneFix core dump in duration logging for a V3-protocol...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
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-31 Tom LaneChange the bootstrap sequence so that toast tables...
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-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
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-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-06-14 Tom LaneDo a CHECK_FOR_INTERRUPTS immediately before terminatin...
2006-06-11 Tom LaneFix Assert failure when a fastpath function call is...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
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-15 Tom LaneSupport the syntax
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-03-03 Tom LaneMake the COPY command return a command tag that include...
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-21 Neil ConwayCleanup the usage of ScanDirection: use the symbolic...
2006-02-17 Neil ConwayFix typo in comment.
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
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-29 Tom LaneFix EXPLAIN and EXECUTE commands to pass portal paramet...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Andrew Dunstan DROP DATABASE IF EXISTS variant
next