]> granicus.if.org Git - postgresql/history - src/backend/tcop
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
[postgresql] / src / backend / tcop /
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-09-01 Tom LaneMove processing of startup-packet switches and GUC...
2009-08-29 Tom LaneRemove the use of the pg_auth flat file for client...
2009-08-28 Tom LaneRemove useless code that propagated FrontendProtocol...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-18 Heikki LinnakangasFix a few errors in comments. Patch by Fujii Masao...
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-15 Tom LaneFix all the server-side SIGQUIT handlers (grumble ...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-07 Bruce MomjianUpdate comment associated with 'debug_query_string'.
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2009-01-01 Tom LaneFix an oversight in my patch of a couple weeks ago...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-13 Tom LaneRemove pg_plan_queries()'s now-useless needSnapshot...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-01 Tom LaneEnsure that the contents of a holdable cursor don't...
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-19 Tom LaneSome infrastructure changes for the upcoming auto-expla...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-11-04 Tom LaneDisallow LOCK TABLE outside a transaction block (or...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-10 Tom LaneFix omission of DiscardStmt in GetCommandLogLevel,...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-19 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-13 Alvaro HerreraHave autovacuum consider processing TOAST tables separa...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-06-15 Tom LaneRearrange ALTER TABLE syntax processing as per my recen...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-05 Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-03-12 Tom LaneFix pg_plan_queries() to restore the previous setting...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-17 Tom LaneAdd back #include <time.h> in a couple of files that...
2008-01-26 Tom LaneChange StatementCancelHandler() to check the DoingComma...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-28 Tom LaneImprove consistency of error reporting in GUC assign_ho...
2007-12-06 Alvaro HerreraChange wording of logged message when cancelling an...
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-09 Tom LaneFix single-user mode so that interrupts (particularly...
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-06-29 Alvaro HerreraArrange for SIGINT in autovacuum workers to cancel...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
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.
next