]> granicus.if.org Git - postgresql/history - src/backend/tcop
Support unlogged tables.
[postgresql] / src / backend / tcop /
2010-12-17 Alvaro Herreraset_ps_display when calling functions via fastpath
2010-12-16 Tom LaneRemove optreset from src/port/ implementations of getop...
2010-12-16 Tom LaneFix up getopt() reset management so it works on recent...
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-06 Tom LaneAdd support for detecting register-stack overrun on...
2010-11-06 Tom LaneMake get_stack_depth_rlimit() handle RLIM_INFINITY...
2010-11-04 Tom LaneInclude the current value of max_stack_depth in stack...
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-09-03 Tom LaneIn HEAD only, revert kluge solution for preventing...
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-30 Heikki LinnakangasstringToNode() and deparse_expression_pretty() crash...
2010-05-12 Simon RiggsGive most recovery conflict errors a retryable error...
2010-04-20 Tom LaneMove the responsibility for calling StartupXLOG into...
2010-03-21 Peter EisentrautMessage tuning
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Bruce MomjianHave SELECT and CREATE TABLE AS queries return a row...
2010-02-16 Bruce MomjianClarify documentation on the behavior of unnamed bind...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-13 Bruce MomjianImprove C comment about why we return "0 0" for some...
2010-02-13 Simon RiggsRe-enable max_standby_delay = -1 using deadlock detecti...
2010-01-30 Tom LaneAvoid performing encoding conversion on command tag...
2010-01-29 Itagaki TakahiroFix command tag for ALTER LARGE OBJECT.
2010-01-23 Simon RiggsAdd explanatory detail to Hot Standby cancelation error...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-21 Simon RiggsAdd missing flag reset to ensure subsequent manual...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-17 Tom LaneRemove unnecessary, inconsistent flag resets in Process...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-07 Tom LaneFix (some of the) breakage introduced into query-cancel...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-16 Peter EisentrautDon't unblock SIGQUIT in the SIGQUIT handler
2009-12-16 Peter EisentrautIf there is no sigdelset(), define it as a macro.
2009-12-15 Tom LaneAdd a hook to let loadable modules get control at Proce...
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-01 Bruce MomjianRevert due to Tom's concerns:
2009-12-01 Bruce MomjianProcessUtility_hook:
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
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...
next