]> granicus.if.org Git - postgresql/history - doc/src/sgml/catalogs.sgml
Allow the planner's estimate of the fraction of a cursor's rows that will be
[postgresql] / doc / src / sgml / catalogs.sgml
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-10 Magnus HaganderImplement enum type for guc parameters, and convert...
2008-03-06 Bruce MomjianDocument use of pg_locks.objid for advisory locks,...
2008-01-31 Tom LaneImprove pg_autovacuum documentation to clarify that...
2008-01-29 Peter Eisentrautmarkup correct
2007-10-01 Tom LaneAdd catalogs.sgml documentation for text search catalogs.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-06-20 Neil ConwayRemove some empty columns from a few system catalog...
2007-06-08 Alvaro HerreraAvoid passing zero as a value for vacuum_cost_limit...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-05-15 Neil ConwayVarious fixes for the SGML docs. Consistently use space...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-22 Bruce MomjianRemove tabs in SGML files.
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-20 Tom LaneSimplify pg_am representation of ordering-capable acces...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-11-12 Neil ConwayDo a round of copy-editing for the system catalog chapt...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-23 Peter EisentrautSpellchecking and such
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-06-03 Tom LaneMention pg_encoding_to_char in entry for pg_database...
2006-05-28 Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-01-21 Tom LaneFix broken markup.
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-09-13 Alvaro HerreraDocument the new autovacuum daemon.
2005-09-08 Tom LaneCreate the pg_pltemplate system catalog to hold templat...
2005-08-24 Tom LaneAdd documentation for ALTER TABLE ENABLE/DISABLE TRIGGER.
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-05-06 Tom LaneUpdate misleading comment about the use of lanpltrusted...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-02-13 Tom LaneWrite some real documentation about the index access...
2005-01-05 Tom LaneMore minor updates and copy-editing.
2004-12-13 Peter EisentrautSpell checker run
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-15 Neil ConwayReplace "--" and "---" with "—" as appropriate...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-11 Tom LaneFix pg_indexes view so that it shows the index's tables...
2004-07-04 Tom LaneFix misspellings: langauge -> language.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-07 Tom LaneSome preliminary documentation for composite-type stuff.
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-12-06 Joe ConwayDocumentation update for previously committed changes...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-02 Peter EisentrautCall domains "domains", not "derived types".
2003-11-01 Peter EisentrautSpell checking, consistent terminology.
2003-10-17 Tom LaneDocument all the system views created by initdb (severa...
2003-10-17 Tom LaneAdd note deprecating use of consrc.
2003-09-12 Tom LaneUpdate obsolete examples of error messages; various...
2003-06-25 Bruce MomjianCreate <link> entries for the foreign keys in the syste...
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-04-15 Peter EisentrautAdd better markup and improve some text here and there.
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
next