]> granicus.if.org Git - postgresql/history - src/backend/commands
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
[postgresql] / src / backend / commands /
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Andrew DunstanAdd query text to auto_explain output.
2010-02-16 Greg Starkrevert to showing buffer counts in explain (buffers)
2010-02-15 Alvaro HerreraFix typo in comment
2010-02-15 Greg StarkDisplay explain buffers measurements in memory units...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-09 Tom LaneRearrange lazy-vacuum code a little bit to reduce the...
2010-02-08 Tom LaneFix serious performance bug in new implementation of...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-07 Tom LaneWork around deadlock problems with VACUUM FULL/CLUSTER...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-04 Tom LaneRestructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
2010-02-03 Heikki LinnakangasMove the responsibility of writing a "unlogged WAL...
2010-02-03 Tom LaneAssorted cleanups in preparation for using a map file...
2010-02-02 Tom LaneCLUSTER specified the wrong namespace when renaming...
2010-02-01 Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2010-02-01 Robert HaasAugment EXPLAIN output with more details on Hash nodes.
2010-01-31 Tom LaneFix memory leak created by deferrable-index-constraints...
2010-01-28 Peter EisentrautType table feature
2010-01-28 Heikki LinnakangasChange a few remaining calls of XLogArchivingActive...
2010-01-26 Tom LaneRemove the default_do_language parameter, instead makin...
2010-01-24 Tom LaneFix assorted core dumps and Assert failures that could...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-20 Peter EisentrautBefore attempting to create a composite type, check...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-16 Simon RiggsLock database while running drop database in Hot Standb...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-14 Simon RiggsFirst part of refactoring of code for ResolveRecoveryCo...
2010-01-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
2010-01-10 Simon RiggsDuring Hot Standby, fix drop database when sessions...
2010-01-07 Bruce MomjianMore tablespace.c comment improvements.
2010-01-07 Bruce MomjianClarify tablespace.c::TablespaceCreateDbspace() comments.
2010-01-06 Bruce MomjianPG_MAJORVERSION:
2010-01-06 Itagaki TakahiroSilence compiler warning about uninitialized variables...
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-06 Bruce MomjianUse OIDCHARS:
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-30 Tom LaneDept of second thoughts: recursive case in ANALYZE...
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-12-29 Tom LaneAdd an index on pg_inherits.inhparent, and use it to...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-28 Bruce MomjianRemove PGDLLIMPORT used for binary upgrade; must be...
2009-12-28 Bruce MomjianAdd PGDLLIMPORT for binary_upgrade global variables...
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-23 Tom LaneRemove code that attempted to rename index columns...
2009-12-23 Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-19 Bruce Momjianbinary migration: pg_migrator
2009-12-16 Robert HaasSeveral fixes for EXPLAIN (FORMAT YAML), plus one for...
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-12 Robert HaasExport ExplainBeginOutput() and ExplainEndOutput()...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-11 Andrew DunstanAdd YAML to list of EXPLAIN formats. Greg Sabino Mullan...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-18 Tom LaneAdd a hook to CREATE/ALTER ROLE to allow an external...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-12 Tom LaneMake initdb behave sanely when the selected locale...
2009-11-10 Tom LaneRevert the temporary patch to work around Snow Leopard...
2009-11-10 Alvaro HerreraFix longstanding problems in VACUUM caused by untimely...
2009-11-06 Andrew DunstanKeep track of language's trusted flag in InlineCodeBloc...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-11-04 Heikki LinnakangasAllow rewriting ALTER TABLE to skip WAL logging.
2009-10-27 Tom LaneFix AfterTriggerSaveEvent to use a test and elog, not...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-07 Alvaro HerreraFix snapshot management, take two.
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-21 Tom LaneDefine a new, more extensible syntax for COPY options.
2009-09-12 Tom LaneInstall a hopefully-temporary workaround for Snow Leopa...
2009-09-03 Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-09-01 Tom LaneForce VACUUM to recalculate oldestXmin even when we...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-08-31 Tom LaneTrack the current XID wrap limit (or more accurately...
2009-08-24 Tom LaneFix a violation of WAL coding rules in the recent patch...
2009-08-23 Tom LaneMake TRUNCATE do truncate-in-place when processing...
2009-08-22 Tom LaneInclude resjunk columns in EXPLAIN VERBOSE output lists...
2009-08-12 Tom LaneImprove error message for the case where a requested...
next