]> granicus.if.org Git - postgresql/history - src/backend/commands
Support unlogged tables.
[postgresql] / src / backend / commands /
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-12-06 Andrew DunstanAllow the low level COPY routines to read arbitrary...
2010-12-06 Peter EisentrautPut only single space after "Sort Method:", for consistency
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-11-18 Heikki LinnakangasRemove unused parameter. Patch by Shigeru Hanada.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-11-12 Robert HaasMove copydir() prototype into its own header file.
2010-11-09 Tom LaneRepair memory leakage while ANALYZE-ing complex index...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-26 Robert HaasFix dumb typo in SECURITY LABEL error message.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-10 Tom LaneSupport triggers on views.
2010-10-08 Tom LaneImprove logging in VACUUM FULL VERBOSE and CLUSTER...
2010-10-08 Tom LaneTeach CLUSTER to use seqscan-and-sort when it's faster...
2010-10-02 Tom LaneThrow an appropriate error if ALTER COLUMN TYPE finds...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-23 Tom LaneProcessIncomingNotify *must* reset notifyInterruptOccur...
2010-09-23 Tom LanePrevent show_session_authorization from crashing when...
2010-09-22 Robert HaasTypo fix. "CVS" is not the same thing as "CSV".
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-18 Tom LaneMake sure we wait for protocol-level EOF when ending...
2010-09-17 Robert HaasRemove duplicated code left behind by my recent refacto...
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-08-27 Robert HaasRewrite comment code for better modularity, and add...
2010-08-24 Tom LaneMake EXPLAIN show the function call expression of a...
2010-08-19 Tom LaneFix possible corruption of AfterTriggerEventLists in...
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-08-03 Robert HaasFix inheritance count tracking in ALTER TABLE .. ADD...
2010-08-01 Tom LaneFix ANALYZE's ancient deficiency of not trying to colle...
2010-07-29 Tom LaneFix another longstanding problem in copy_relation_data...
2010-07-29 Simon RiggsAdd explicit regression tests for ALTER TABLE lock...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-23 Peter EisentrautAdd more checks against altering typed tables
2010-07-22 Robert HaasCentralize DML permissions-checking logic.
2010-07-20 Bruce MomjianProperly replay CREATE TABLESPACE during crash recovery...
2010-07-18 Bruce MomjianSimplify missing tablespace replay error hint message...
2010-07-16 Tom LaneRemove duplicate code in DefineOpFamily().
2010-07-13 Tom LaneTeach EXPLAIN to print PARAM_EXEC Params as the referen...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-07-02 Bruce MomjianIssue 'mkdir' hint when replying CREATE TABLESPACE...
2010-07-01 Robert HaasAllow ALTER TABLE .. SET TABLESPACE to be interrupted.
2010-06-22 Robert HaasDeprecate the use of => as an operator name.
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-06-10 Robert HaasQuote all string values in EXPLAIN (FORMAT YAML) output.
2010-06-09 Robert HaasAttempt to fix EXPLAIN (FORMAT YAML) quoting to behave...
2010-06-01 Bruce MomjianShow schema name for REINDEX.
2010-05-27 Tom LaneMake CREATE INDEX run expression preprocessing on a...
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-22 Simon RiggsFurther reductions in Hot Standby conflict processing...
2010-04-21 Simon RiggsOnly send cleanup_info messages if VACUUM removes any...
2010-04-21 Simon RiggsFix oversight in collecting values for cleanup_info...
2010-04-05 Tom LaneImprove phrasing of warning message for NOTIFY queue...
2010-03-22 Simon RiggsShorten suffix of automatically created indexes to...
2010-03-20 Robert HaasForbid renaming columns of objects whose column names...
2010-03-10 Robert HaasFix incorrect comment about permissions checking being...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-19 Heikki LinnakangasForbid setval() during recovery. This prevents the...
2010-02-17 Tom LaneTake care to reprocess an uncommitted notify message.
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-17 Tom LaneMake NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on...
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.
next