]> granicus.if.org Git - postgresql/history - src/backend/tcop
Create a "sort support" interface API for faster sorting.
[postgresql] / src / backend / tcop /
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-06 Bruce MomjianAdd postmaster -C option to query configuration paramet...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-13 Heikki LinnakangasOn IA64 architecture, we check the depth of the registe...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-03-17 Robert HaasFix various possible problems with synchronous replication.
2011-03-03 Tom LaneRun a portal's cleanup hook immediately when pushing...
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-01 Simon RiggsRe-classify ERRCODE_DATABASE_DROPPED to 57P04
2011-02-01 Simon RiggsCreate new errcode for recovery conflict caused by...
2011-01-27 Tom LaneDon't include <asm/ia64regs.h> unnecessarily.
2011-01-03 Magnus HaganderAdd views and functions to monitor hot standby query...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
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...
next