]> granicus.if.org Git - postgresql/history - src/backend/commands
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / commands /
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-10-04 Alvaro HerreraUse callbacks in SlruScanDirectory for the actual action
2011-10-02 Tom LaneRestructure error handling in reading of postgresql...
2011-09-22 Tom LaneMake EXPLAIN ANALYZE report the numbers of rows rejecte...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
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-07 Tom LaneFix typo in error message.
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in exami...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-02 Tom LaneTeach ANALYZE to clear pg_class.relhassubclass when...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-30 Tom LaneFix a missed case in code for "moving average" estimate...
2011-08-24 Tom LaneMake CREATE EXTENSION check schema creation permissions.
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-08-18 Robert HaasMake lazy_vacuum_rel call pg_rusage_init only if needed.
2011-08-16 Tom LanePreserve toast value OIDs in toast-swap-by-content...
2011-08-14 Tom LaneFix unsafe order of operations in foreign-table DDL...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-19 Robert HaasRemove superfluous variable.
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-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-08 Tom LaneFix another oversight in logging of changes in postgres...
2011-07-08 Peter EisentrautMessage style improvements
2011-07-07 Tom LaneFinish disabling reduced-lock-levels-for-DDL feature.
2011-07-05 Tom LaneCall FDW validator functions even when the options...
2011-07-04 Peter EisentrautMessage style tweaks
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-04 Alvaro HerreraDon't try to use a constraint name as domain name
2011-07-04 Peter EisentrautRemove unused variable to silence compiler warning
2011-07-04 Simon RiggsReset ALTER TABLE lock levels to AccessExclusiveLock...
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-07-02 Tom LaneSuppress compiler warning about potentially uninitializ...
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-28 Alvaro HerreraRemove rel.h from objectaddress.h; only relcache.h...
2011-06-28 Robert HaasAdd a missing_ok argument to get_object_address().
2011-06-22 Robert HaasMake the visibility map crash-safe.
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-20 Alvaro HerreraRemove extra copying of TupleDescs for heap_create_with...
2011-06-19 Tom LaneFix thinko in previous patch to always update pg_class...
2011-06-16 Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
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...
next