]> granicus.if.org Git - postgresql/history - src/backend/commands
Pgindent run before 9.1 beta2.
[postgresql] / src / backend / commands /
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Heikki LinnakangasMake DDL operations play nicely with Serializable Snaps...
2011-06-02 Tom LaneClean up after erroneous SELECT FOR UPDATE/SHARE on...
2011-06-02 Robert HaasFix vim-induced typo.
2011-05-30 Tom LaneFix VACUUM so that it always updates pg_class.reltuples...
2011-05-28 Alvaro HerreraRemove unused variable
2011-05-27 Tom LanePreserve caller's memory context in ProcessCompletedNot...
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-12 Robert HaasKill stray "not".
2011-05-05 Magnus HaganderClarify error message when attempting to create index...
2011-05-01 Tom LaneMake CLUSTER lock the old table's toast table before...
2011-04-26 Tom LaneRemove incorrect HINT for use of ALTER FOREIGN TABLE...
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-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-21 Robert HaasAllow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse...
2011-04-21 Robert HaasTypo fix.
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-19 Tom LaneRefrain from canonicalizing a client_encoding setting...
2011-04-17 Tom LaneAdd check for matching column collations in ALTER TABLE...
2011-04-16 Tom LaneSimplify reindex_relation's API.
2011-04-14 Robert HaasRemove obsolete comment.
2011-04-14 Robert HaasFix toast table creation.
2011-04-13 Robert HaasAvoid incorrectly granting replication to roles created...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Tom LaneClean up overly complex code for issuing some related...
2011-04-08 Robert HaasFix bug in propagating ALTER TABLE actions to typed...
2011-04-07 Tom LaneFix collations when we call transformWhereClause from...
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-04 Robert HaasRearrange "add column" logic to merge columns at exec...
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-24 Robert HaasAdd post-creation hook for extensions, consistent with...
2011-03-24 Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-19 Robert HaasFix possible "tuple concurrently updated" error in...
2011-03-12 Tom LaneMake all comparisons done for/with statistics use the...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-03-08 Heikki LinnakangasDon't throw a warning if vacuum sees PD_ALL_VISIBLE...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-03-04 Robert HaasRefactor seclabel.c to use the new check_object_ownersh...
2011-03-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-03-04 Peter EisentrautWhen creating a collation, check that the locales can...
2011-03-01 Tom LaneInclude the target table in EXPLAIN output for ModifyTa...
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-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-22 Robert HaasFix a couple of unlogged tables goofs.
2011-02-22 Tom LaneFix dangling-pointer problem in before-row update trigg...
2011-02-21 Itagaki TakahiroAdd ENCODING option to COPY TO/FROM and file_fdw.
2011-02-20 Tom LaneAdd contrib/file_fdw foreign-data wrapper for reading...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Itagaki TakahiroFix an uninitialized field in DR_copy.
2011-02-16 Tom LaneMake a no-op ALTER EXTENSION UPDATE give just a NOTICE...
2011-02-16 Itagaki TakahiroExport the external file reader used in COPY FROM as...
2011-02-15 Robert HaasAvoid a few more SET DATA TYPE table rewrites.
2011-02-15 Robert HaasDelete stray word from comment.
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-14 Tom LaneSupport replacing MODULE_PATHNAME during extension...
2011-02-14 Tom LaneChange the naming convention for extension files to...
2011-02-12 Tom LaneRefactor ALTER EXTENSION UPDATE to have cleaner multi...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Robert HaasTeach ALTER TABLE .. SET DATA TYPE to avoid some table...
2011-02-12 Tom LaneClean up installation directory choices for extensions.
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-11 Robert HaasTweak find_composite_type_dependencies API a bit more.
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-08 Tom LaneSuppress some compiler warnings in recent commits.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
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...
next