OSDN Git Service

Per-column collation support
[pg-rex/syncrep.git] / src / backend / commands /
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-08 Robert HaasAvoid having autovacuum workers wait for relation locks.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-07 Itagaki TakahiroFix a comment for MergeAttributes.
2011-02-07 Itagaki TakahiroFix error messages for FreeFile in COPY command.
2011-02-06 Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-02-04 Robert HaasClarify comment in ATRewriteTable().
2011-01-27 Robert HaasRestore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
2011-01-26 Robert HaasAdd a comment explaining why we force physical removal...
2011-01-26 Robert HaasRemove arbitrary ALTER TABLE .. ADD COLUMN restriction.
2011-01-25 Tom LaneReplace pg_class.relhasexclusion with pg_index.indisexc...
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-23 Robert HaasCode cleanup for assign_transaction_read_only.
2011-01-22 Robert HaasCode cleanup for assign_XactIsoLevel.
2011-01-21 Heikki LinnakangasDon't require usage privileges on the foreign data...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-08 Tom LaneRemove pg_am.amindexnulls.
2011-01-08 Bruce MomjianFix pg_upgrade of large object permissions by preservin...
2011-01-08 Bruce MomjianForce pg_upgrade's to preserve pg_class.oid, not pg_cla...
2011-01-07 Bruce MomjianImprove C comments about backend variables set by pg_up...
2011-01-05 Magnus HaganderGive superusers REPLIACTION permission by default
2011-01-04 Robert HaasFix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
2011-01-02 Peter EisentrautImplement remaining fields of information_schema.sequen...
2011-01-02 Robert HaasFix typo.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-30 Alvaro HerreraAvoid unnecessary public struct declaration in slru.h
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...
next